/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 53 void uniformMatrix3x2dv(UniformLocation locationPacked, GLsizei count, GLboolean transpose, \
|
D | Context_gl.cpp | 2368 void Context::uniformMatrix3x2dv(UniformLocation location, in uniformMatrix3x2dv() function in gl::Context
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 781 glUniformMatrix3x2dvFunc uniformMatrix3x2dv; variable
|
D | glwInitGL40.inl | 313 gl->uniformMatrix3x2dv = (glUniformMatrix3x2dvFunc) loader->get("glUniformMatrix3x2dv");
|
D | glwInitGL41.inl | 387 gl->uniformMatrix3x2dv = (glUniformMatrix3x2dvFunc) loader->get("glUniformMatrix3x2dv");
|
D | glwInitGL42.inl | 399 gl->uniformMatrix3x2dv = (glUniformMatrix3x2dvFunc) loader->get("glUniformMatrix3x2dv");
|
D | glwInitGL44.inl | 447 gl->uniformMatrix3x2dv = (glUniformMatrix3x2dvFunc) loader->get("glUniformMatrix3x2dv");
|
D | glwInitGL43.inl | 438 gl->uniformMatrix3x2dv = (glUniformMatrix3x2dvFunc) loader->get("glUniformMatrix3x2dv");
|
D | glwInitGL45.inl | 548 gl->uniformMatrix3x2dv = (glUniformMatrix3x2dvFunc) loader->get("glUniformMatrix3x2dv");
|
D | glwInitGL46.inl | 552 gl->uniformMatrix3x2dv = (glUniformMatrix3x2dvFunc) loader->get("glUniformMatrix3x2dv");
|
D | glwImpl.inl | 6212 gl->uniformMatrix3x2dv(location, count, transpose, value);
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 324 ASSIGN("glUniformMatrix3x2dv", uniformMatrix3x2dv); in initProcsDesktopGL() 1630 ASSIGN("glUniformMatrix3x2dv", uniformMatrix3x2dv); in initProcsDesktopGL() 3112 uniformMatrix3x2dv = &glUniformMatrix3x2dvNULL; in initProcsDesktopGLNULL() 4417 uniformMatrix3x2dv = &glUniformMatrix3x2dvNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 448 PFNGLUNIFORMMATRIX3X2DVPROC uniformMatrix3x2dv = nullptr; variable
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 2310 gl.uniformMatrix3x2dv(uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans() 2408 …gl.uniformMatrix3x2dv(m_po_sampler_uniform_location, 1 /* count */, GL_FALSE /* transpose */, doub… in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForSamplers() 2528 gl.uniformMatrix3x2dv(uniform_location, 2, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount() 2668 …gl.uniformMatrix3x2dv(invalid_uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_da… in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidLocation() 2757 gl.uniformMatrix3x2dv(m_po_dmat3x2_arr_uniform_location, -1, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithNegativeCount() 2907 gl.uniformMatrix3x2dv(uniform_location, 1 /* count */, GL_FALSE, double_data); in verifyErrorGenerationWhenCallingMismatchedDoubleUniformFunctions() 3112 gl.uniformMatrix3x2dv(uniform_location, 1, GL_FALSE, double_data); in verifyErrorGenerationWhenCallingTypeMismatchedUniformFunctions() 3205 gl.uniformMatrix3x2dv(m_po_dmat3x2_uniform_location, 1, GL_FALSE /* transpose */, data); in verifyErrorGenerationWhenUniformFunctionsCalledWithoutActivePO() 14663 return gl.uniformMatrix3x2dv; in getUniformFunctionForDMat()
|
D | gl4cShadingLanguage420PackTests.cpp | 844 result = gl.uniformMatrix3x2dv; in getUniformMatrixNdv()
|
D | gl4cEnhancedLayoutsTests.cpp | 958 result = gl.uniformMatrix3x2dv; in getUniformMatrixNdv()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 781 gl->uniformMatrix3x2dv = glUniformMatrix3x2dv;
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 1107 context->uniformMatrix3x2dv(locationPacked, count, transpose, value); in GL_UniformMatrix3x2dv()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 5671 m_gl.uniformMatrix3x2dv(location, count, transpose, value);
|