/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 47 void uniformMatrix2x3dv(UniformLocation locationPacked, GLsizei count, GLboolean transpose, \
|
D | Context_gl.cpp | 2344 void Context::uniformMatrix2x3dv(UniformLocation location, in uniformMatrix2x3dv() function in gl::Context
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 775 glUniformMatrix2x3dvFunc uniformMatrix2x3dv; variable
|
D | glwInitGL40.inl | 307 gl->uniformMatrix2x3dv = (glUniformMatrix2x3dvFunc) loader->get("glUniformMatrix2x3dv");
|
D | glwInitGL41.inl | 381 gl->uniformMatrix2x3dv = (glUniformMatrix2x3dvFunc) loader->get("glUniformMatrix2x3dv");
|
D | glwInitGL42.inl | 393 gl->uniformMatrix2x3dv = (glUniformMatrix2x3dvFunc) loader->get("glUniformMatrix2x3dv");
|
D | glwInitGL44.inl | 441 gl->uniformMatrix2x3dv = (glUniformMatrix2x3dvFunc) loader->get("glUniformMatrix2x3dv");
|
D | glwInitGL43.inl | 432 gl->uniformMatrix2x3dv = (glUniformMatrix2x3dvFunc) loader->get("glUniformMatrix2x3dv");
|
D | glwInitGL45.inl | 542 gl->uniformMatrix2x3dv = (glUniformMatrix2x3dvFunc) loader->get("glUniformMatrix2x3dv");
|
D | glwInitGL46.inl | 546 gl->uniformMatrix2x3dv = (glUniformMatrix2x3dvFunc) loader->get("glUniformMatrix2x3dv");
|
D | glwImpl.inl | 6164 gl->uniformMatrix2x3dv(location, count, transpose, value);
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 321 ASSIGN("glUniformMatrix2x3dv", uniformMatrix2x3dv); in initProcsDesktopGL() 1627 ASSIGN("glUniformMatrix2x3dv", uniformMatrix2x3dv); in initProcsDesktopGL() 3109 uniformMatrix2x3dv = &glUniformMatrix2x3dvNULL; in initProcsDesktopGLNULL() 4414 uniformMatrix2x3dv = &glUniformMatrix2x3dvNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 445 PFNGLUNIFORMMATRIX2X3DVPROC uniformMatrix2x3dv = nullptr; variable
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 2301 gl.uniformMatrix2x3dv(uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans() 2399 …gl.uniformMatrix2x3dv(m_po_sampler_uniform_location, 1 /* count */, GL_FALSE /* transpose */, doub… in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForSamplers() 2519 gl.uniformMatrix2x3dv(uniform_location, 2, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount() 2659 …gl.uniformMatrix2x3dv(invalid_uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_da… in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidLocation() 2748 gl.uniformMatrix2x3dv(m_po_dmat2x3_arr_uniform_location, -1, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithNegativeCount() 2898 gl.uniformMatrix2x3dv(uniform_location, 1 /* count */, GL_FALSE, double_data); in verifyErrorGenerationWhenCallingMismatchedDoubleUniformFunctions() 3103 gl.uniformMatrix2x3dv(uniform_location, 1, GL_FALSE, double_data); in verifyErrorGenerationWhenCallingTypeMismatchedUniformFunctions() 3196 gl.uniformMatrix2x3dv(m_po_dmat2x3_uniform_location, 1, GL_FALSE /* transpose */, data); in verifyErrorGenerationWhenUniformFunctionsCalledWithoutActivePO() 14654 return gl.uniformMatrix2x3dv; in getUniformFunctionForDMat()
|
D | gl4cShadingLanguage420PackTests.cpp | 831 result = gl.uniformMatrix2x3dv; in getUniformMatrixNdv()
|
D | gl4cEnhancedLayoutsTests.cpp | 945 result = gl.uniformMatrix2x3dv; in getUniformMatrixNdv()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 775 gl->uniformMatrix2x3dv = glUniformMatrix2x3dv;
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 1017 context->uniformMatrix2x3dv(locationPacked, count, transpose, value); in GL_UniformMatrix2x3dv()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 5629 m_gl.uniformMatrix2x3dv(location, count, transpose, value);
|