/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 55 void uniformMatrix3x4dv(UniformLocation locationPacked, GLsizei count, GLboolean transpose, \
|
D | Context_gl.cpp | 2376 void Context::uniformMatrix3x4dv(UniformLocation location, in uniformMatrix3x4dv() function in gl::Context
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 783 glUniformMatrix3x4dvFunc uniformMatrix3x4dv; variable
|
D | glwInitGL40.inl | 315 gl->uniformMatrix3x4dv = (glUniformMatrix3x4dvFunc) loader->get("glUniformMatrix3x4dv");
|
D | glwInitGL41.inl | 389 gl->uniformMatrix3x4dv = (glUniformMatrix3x4dvFunc) loader->get("glUniformMatrix3x4dv");
|
D | glwInitGL42.inl | 401 gl->uniformMatrix3x4dv = (glUniformMatrix3x4dvFunc) loader->get("glUniformMatrix3x4dv");
|
D | glwInitGL44.inl | 449 gl->uniformMatrix3x4dv = (glUniformMatrix3x4dvFunc) loader->get("glUniformMatrix3x4dv");
|
D | glwInitGL43.inl | 440 gl->uniformMatrix3x4dv = (glUniformMatrix3x4dvFunc) loader->get("glUniformMatrix3x4dv");
|
D | glwInitGL45.inl | 550 gl->uniformMatrix3x4dv = (glUniformMatrix3x4dvFunc) loader->get("glUniformMatrix3x4dv");
|
D | glwInitGL46.inl | 554 gl->uniformMatrix3x4dv = (glUniformMatrix3x4dvFunc) loader->get("glUniformMatrix3x4dv");
|
D | glwImpl.inl | 6228 gl->uniformMatrix3x4dv(location, count, transpose, value);
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 325 ASSIGN("glUniformMatrix3x4dv", uniformMatrix3x4dv); in initProcsDesktopGL() 1631 ASSIGN("glUniformMatrix3x4dv", uniformMatrix3x4dv); in initProcsDesktopGL() 3113 uniformMatrix3x4dv = &glUniformMatrix3x4dvNULL; in initProcsDesktopGLNULL() 4418 uniformMatrix3x4dv = &glUniformMatrix3x4dvNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 449 PFNGLUNIFORMMATRIX3X4DVPROC uniformMatrix3x4dv = nullptr; variable
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 2313 gl.uniformMatrix3x4dv(uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans() 2411 …gl.uniformMatrix3x4dv(m_po_sampler_uniform_location, 1 /* count */, GL_FALSE /* transpose */, doub… in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForSamplers() 2531 gl.uniformMatrix3x4dv(uniform_location, 2, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount() 2671 …gl.uniformMatrix3x4dv(invalid_uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_da… in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidLocation() 2760 gl.uniformMatrix3x4dv(m_po_dmat3x4_arr_uniform_location, -1, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithNegativeCount() 2910 gl.uniformMatrix3x4dv(uniform_location, 1 /* count */, GL_FALSE, double_data); in verifyErrorGenerationWhenCallingMismatchedDoubleUniformFunctions() 3115 gl.uniformMatrix3x4dv(uniform_location, 1, GL_FALSE, double_data); in verifyErrorGenerationWhenCallingTypeMismatchedUniformFunctions() 3208 gl.uniformMatrix3x4dv(m_po_dmat3x4_uniform_location, 1, GL_FALSE /* transpose */, data); in verifyErrorGenerationWhenUniformFunctionsCalledWithoutActivePO() 14666 return gl.uniformMatrix3x4dv; in getUniformFunctionForDMat()
|
D | gl4cShadingLanguage420PackTests.cpp | 850 result = gl.uniformMatrix3x4dv; in getUniformMatrixNdv()
|
D | gl4cEnhancedLayoutsTests.cpp | 964 result = gl.uniformMatrix3x4dv; in getUniformMatrixNdv()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 783 gl->uniformMatrix3x4dv = glUniformMatrix3x4dv;
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 1137 context->uniformMatrix3x4dv(locationPacked, count, transpose, value); in GL_UniformMatrix3x4dv()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 5685 m_gl.uniformMatrix3x4dv(location, count, transpose, value);
|