/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 57 void uniformMatrix4dv(UniformLocation locationPacked, GLsizei count, GLboolean transpose, \
|
D | Context_gl.cpp | 2384 void Context::uniformMatrix4dv(UniformLocation location, in uniformMatrix4dv() function in gl::Context
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 785 glUniformMatrix4dvFunc uniformMatrix4dv; variable
|
D | glwInitGL40.inl | 317 gl->uniformMatrix4dv = (glUniformMatrix4dvFunc) loader->get("glUniformMatrix4dv");
|
D | glwInitGL41.inl | 391 gl->uniformMatrix4dv = (glUniformMatrix4dvFunc) loader->get("glUniformMatrix4dv");
|
D | glwInitGL42.inl | 403 gl->uniformMatrix4dv = (glUniformMatrix4dvFunc) loader->get("glUniformMatrix4dv");
|
D | glwInitGL44.inl | 451 gl->uniformMatrix4dv = (glUniformMatrix4dvFunc) loader->get("glUniformMatrix4dv");
|
D | glwInitGL43.inl | 442 gl->uniformMatrix4dv = (glUniformMatrix4dvFunc) loader->get("glUniformMatrix4dv");
|
D | glwInitGL45.inl | 552 gl->uniformMatrix4dv = (glUniformMatrix4dvFunc) loader->get("glUniformMatrix4dv");
|
D | glwInitGL46.inl | 556 gl->uniformMatrix4dv = (glUniformMatrix4dvFunc) loader->get("glUniformMatrix4dv");
|
D | glwImpl.inl | 6244 gl->uniformMatrix4dv(location, count, transpose, value);
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 326 ASSIGN("glUniformMatrix4dv", uniformMatrix4dv); in initProcsDesktopGL() 1632 ASSIGN("glUniformMatrix4dv", uniformMatrix4dv); in initProcsDesktopGL() 3114 uniformMatrix4dv = &glUniformMatrix4dvNULL; in initProcsDesktopGLNULL() 4419 uniformMatrix4dv = &glUniformMatrix4dvNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 450 PFNGLUNIFORMMATRIX4DVPROC uniformMatrix4dv = nullptr; variable
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 2316 gl.uniformMatrix4dv(uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans() 2414 …gl.uniformMatrix4dv(m_po_sampler_uniform_location, 1 /* count */, GL_FALSE /* transpose */, double… in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForSamplers() 2534 gl.uniformMatrix4dv(uniform_location, 2, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount() 2674 …gl.uniformMatrix4dv(invalid_uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_data… in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidLocation() 2763 gl.uniformMatrix4dv(m_po_dmat4_arr_uniform_location, -1, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithNegativeCount() 2913 gl.uniformMatrix4dv(uniform_location, 1 /* count */, GL_FALSE, double_data); in verifyErrorGenerationWhenCallingMismatchedDoubleUniformFunctions() 3118 gl.uniformMatrix4dv(uniform_location, 1, GL_FALSE, double_data); in verifyErrorGenerationWhenCallingTypeMismatchedUniformFunctions() 3211 gl.uniformMatrix4dv(m_po_dmat4_uniform_location, 1, GL_FALSE /* transpose */, data); in verifyErrorGenerationWhenUniformFunctionsCalledWithoutActivePO() 14669 return gl.uniformMatrix4dv; in getUniformFunctionForDMat()
|
D | gl4cShadingLanguage420PackTests.cpp | 866 result = gl.uniformMatrix4dv; in getUniformMatrixNdv()
|
D | gl4cEnhancedLayoutsTests.cpp | 980 result = gl.uniformMatrix4dv; in getUniformMatrixNdv()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 785 gl->uniformMatrix4dv = glUniformMatrix4dv;
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 1167 context->uniformMatrix4dv(locationPacked, count, transpose, value); in GL_UniformMatrix4dv()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 5699 m_gl.uniformMatrix4dv(location, count, transpose, value);
|