/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 45 void uniformMatrix2dv(UniformLocation locationPacked, GLsizei count, GLboolean transpose, \
|
D | Context_gl.cpp | 2336 void Context::uniformMatrix2dv(UniformLocation location, in uniformMatrix2dv() function in gl::Context
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 773 glUniformMatrix2dvFunc uniformMatrix2dv; variable
|
D | glwInitGL40.inl | 305 gl->uniformMatrix2dv = (glUniformMatrix2dvFunc) loader->get("glUniformMatrix2dv");
|
D | glwInitGL41.inl | 379 gl->uniformMatrix2dv = (glUniformMatrix2dvFunc) loader->get("glUniformMatrix2dv");
|
D | glwInitGL42.inl | 391 gl->uniformMatrix2dv = (glUniformMatrix2dvFunc) loader->get("glUniformMatrix2dv");
|
D | glwInitGL44.inl | 439 gl->uniformMatrix2dv = (glUniformMatrix2dvFunc) loader->get("glUniformMatrix2dv");
|
D | glwInitGL43.inl | 430 gl->uniformMatrix2dv = (glUniformMatrix2dvFunc) loader->get("glUniformMatrix2dv");
|
D | glwInitGL45.inl | 540 gl->uniformMatrix2dv = (glUniformMatrix2dvFunc) loader->get("glUniformMatrix2dv");
|
D | glwInitGL46.inl | 544 gl->uniformMatrix2dv = (glUniformMatrix2dvFunc) loader->get("glUniformMatrix2dv");
|
D | glwImpl.inl | 6148 gl->uniformMatrix2dv(location, count, transpose, value);
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 320 ASSIGN("glUniformMatrix2dv", uniformMatrix2dv); in initProcsDesktopGL() 1626 ASSIGN("glUniformMatrix2dv", uniformMatrix2dv); in initProcsDesktopGL() 3108 uniformMatrix2dv = &glUniformMatrix2dvNULL; in initProcsDesktopGLNULL() 4413 uniformMatrix2dv = &glUniformMatrix2dvNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 444 PFNGLUNIFORMMATRIX2DVPROC uniformMatrix2dv = nullptr; variable
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 2298 gl.uniformMatrix2dv(uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans() 2396 …gl.uniformMatrix2dv(m_po_sampler_uniform_location, 1 /* count */, GL_FALSE /* transpose */, double… in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForSamplers() 2516 gl.uniformMatrix2dv(uniform_location, 2, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount() 2656 …gl.uniformMatrix2dv(invalid_uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_data… in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidLocation() 2745 gl.uniformMatrix2dv(m_po_dmat2_arr_uniform_location, -1, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithNegativeCount() 2895 gl.uniformMatrix2dv(uniform_location, 1 /* count */, GL_FALSE, double_data); in verifyErrorGenerationWhenCallingMismatchedDoubleUniformFunctions() 3100 gl.uniformMatrix2dv(uniform_location, 1, GL_FALSE, double_data); in verifyErrorGenerationWhenCallingTypeMismatchedUniformFunctions() 3193 gl.uniformMatrix2dv(m_po_dmat2_uniform_location, 1, GL_FALSE /* transpose */, data); in verifyErrorGenerationWhenUniformFunctionsCalledWithoutActivePO() 14651 return gl.uniformMatrix2dv; in getUniformFunctionForDMat()
|
D | gl4cShadingLanguage420PackTests.cpp | 828 result = gl.uniformMatrix2dv; in getUniformMatrixNdv()
|
D | gl4cEnhancedLayoutsTests.cpp | 942 result = gl.uniformMatrix2dv; in getUniformMatrixNdv()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 773 gl->uniformMatrix2dv = glUniformMatrix2dv;
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 987 context->uniformMatrix2dv(locationPacked, count, transpose, value); in GL_UniformMatrix2dv()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 5615 m_gl.uniformMatrix2dv(location, count, transpose, value);
|