/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 61 void uniformMatrix4x3dv(UniformLocation locationPacked, GLsizei count, GLboolean transpose, \
|
D | Context_gl.cpp | 2400 void Context::uniformMatrix4x3dv(UniformLocation location, in uniformMatrix4x3dv() function in gl::Context
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 789 glUniformMatrix4x3dvFunc uniformMatrix4x3dv; variable
|
D | glwInitGL40.inl | 321 gl->uniformMatrix4x3dv = (glUniformMatrix4x3dvFunc) loader->get("glUniformMatrix4x3dv");
|
D | glwInitGL41.inl | 395 gl->uniformMatrix4x3dv = (glUniformMatrix4x3dvFunc) loader->get("glUniformMatrix4x3dv");
|
D | glwInitGL42.inl | 407 gl->uniformMatrix4x3dv = (glUniformMatrix4x3dvFunc) loader->get("glUniformMatrix4x3dv");
|
D | glwInitGL44.inl | 455 gl->uniformMatrix4x3dv = (glUniformMatrix4x3dvFunc) loader->get("glUniformMatrix4x3dv");
|
D | glwInitGL43.inl | 446 gl->uniformMatrix4x3dv = (glUniformMatrix4x3dvFunc) loader->get("glUniformMatrix4x3dv");
|
D | glwInitGL45.inl | 556 gl->uniformMatrix4x3dv = (glUniformMatrix4x3dvFunc) loader->get("glUniformMatrix4x3dv");
|
D | glwInitGL46.inl | 560 gl->uniformMatrix4x3dv = (glUniformMatrix4x3dvFunc) loader->get("glUniformMatrix4x3dv");
|
D | glwImpl.inl | 6276 gl->uniformMatrix4x3dv(location, count, transpose, value);
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 328 ASSIGN("glUniformMatrix4x3dv", uniformMatrix4x3dv); in initProcsDesktopGL() 1634 ASSIGN("glUniformMatrix4x3dv", uniformMatrix4x3dv); in initProcsDesktopGL() 3116 uniformMatrix4x3dv = &glUniformMatrix4x3dvNULL; in initProcsDesktopGLNULL() 4421 uniformMatrix4x3dv = &glUniformMatrix4x3dvNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 452 PFNGLUNIFORMMATRIX4X3DVPROC uniformMatrix4x3dv = nullptr; variable
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 2322 gl.uniformMatrix4x3dv(uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans() 2420 …gl.uniformMatrix4x3dv(m_po_sampler_uniform_location, 1 /* count */, GL_FALSE /* transpose */, doub… in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForSamplers() 2540 gl.uniformMatrix4x3dv(uniform_location, 2, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount() 2680 …gl.uniformMatrix4x3dv(invalid_uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_da… in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidLocation() 2769 gl.uniformMatrix4x3dv(m_po_dmat4x3_arr_uniform_location, -1, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithNegativeCount() 2919 gl.uniformMatrix4x3dv(uniform_location, 1 /* count */, GL_FALSE, double_data); in verifyErrorGenerationWhenCallingMismatchedDoubleUniformFunctions() 3124 gl.uniformMatrix4x3dv(uniform_location, 1, GL_FALSE, double_data); in verifyErrorGenerationWhenCallingTypeMismatchedUniformFunctions() 3217 gl.uniformMatrix4x3dv(m_po_dmat4x3_uniform_location, 1, GL_FALSE /* transpose */, data); in verifyErrorGenerationWhenUniformFunctionsCalledWithoutActivePO() 14675 return gl.uniformMatrix4x3dv; in getUniformFunctionForDMat()
|
D | gl4cShadingLanguage420PackTests.cpp | 863 result = gl.uniformMatrix4x3dv; in getUniformMatrixNdv()
|
D | gl4cEnhancedLayoutsTests.cpp | 977 result = gl.uniformMatrix4x3dv; in getUniformMatrixNdv()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 789 gl->uniformMatrix4x3dv = glUniformMatrix4x3dv;
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 1227 context->uniformMatrix4x3dv(locationPacked, count, transpose, value); in GL_UniformMatrix4x3dv()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 5727 m_gl.uniformMatrix4x3dv(location, count, transpose, value);
|