/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 49 void uniformMatrix2x4dv(UniformLocation locationPacked, GLsizei count, GLboolean transpose, \
|
D | Context_gl.cpp | 2352 void Context::uniformMatrix2x4dv(UniformLocation location, in uniformMatrix2x4dv() function in gl::Context
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 777 glUniformMatrix2x4dvFunc uniformMatrix2x4dv; variable
|
D | glwInitGL40.inl | 309 gl->uniformMatrix2x4dv = (glUniformMatrix2x4dvFunc) loader->get("glUniformMatrix2x4dv");
|
D | glwInitGL41.inl | 383 gl->uniformMatrix2x4dv = (glUniformMatrix2x4dvFunc) loader->get("glUniformMatrix2x4dv");
|
D | glwInitGL42.inl | 395 gl->uniformMatrix2x4dv = (glUniformMatrix2x4dvFunc) loader->get("glUniformMatrix2x4dv");
|
D | glwInitGL44.inl | 443 gl->uniformMatrix2x4dv = (glUniformMatrix2x4dvFunc) loader->get("glUniformMatrix2x4dv");
|
D | glwInitGL43.inl | 434 gl->uniformMatrix2x4dv = (glUniformMatrix2x4dvFunc) loader->get("glUniformMatrix2x4dv");
|
D | glwInitGL45.inl | 544 gl->uniformMatrix2x4dv = (glUniformMatrix2x4dvFunc) loader->get("glUniformMatrix2x4dv");
|
D | glwInitGL46.inl | 548 gl->uniformMatrix2x4dv = (glUniformMatrix2x4dvFunc) loader->get("glUniformMatrix2x4dv");
|
D | glwImpl.inl | 6180 gl->uniformMatrix2x4dv(location, count, transpose, value);
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 322 ASSIGN("glUniformMatrix2x4dv", uniformMatrix2x4dv); in initProcsDesktopGL() 1628 ASSIGN("glUniformMatrix2x4dv", uniformMatrix2x4dv); in initProcsDesktopGL() 3110 uniformMatrix2x4dv = &glUniformMatrix2x4dvNULL; in initProcsDesktopGLNULL() 4415 uniformMatrix2x4dv = &glUniformMatrix2x4dvNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 446 PFNGLUNIFORMMATRIX2X4DVPROC uniformMatrix2x4dv = nullptr; variable
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 2304 gl.uniformMatrix2x4dv(uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans() 2402 …gl.uniformMatrix2x4dv(m_po_sampler_uniform_location, 1 /* count */, GL_FALSE /* transpose */, doub… in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForSamplers() 2522 gl.uniformMatrix2x4dv(uniform_location, 2, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount() 2662 …gl.uniformMatrix2x4dv(invalid_uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_da… in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidLocation() 2751 gl.uniformMatrix2x4dv(m_po_dmat2x4_arr_uniform_location, -1, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithNegativeCount() 2901 gl.uniformMatrix2x4dv(uniform_location, 1 /* count */, GL_FALSE, double_data); in verifyErrorGenerationWhenCallingMismatchedDoubleUniformFunctions() 3106 gl.uniformMatrix2x4dv(uniform_location, 1, GL_FALSE, double_data); in verifyErrorGenerationWhenCallingTypeMismatchedUniformFunctions() 3199 gl.uniformMatrix2x4dv(m_po_dmat2x4_uniform_location, 1, GL_FALSE /* transpose */, data); in verifyErrorGenerationWhenUniformFunctionsCalledWithoutActivePO() 14657 return gl.uniformMatrix2x4dv; in getUniformFunctionForDMat()
|
D | gl4cShadingLanguage420PackTests.cpp | 834 result = gl.uniformMatrix2x4dv; in getUniformMatrixNdv()
|
D | gl4cEnhancedLayoutsTests.cpp | 948 result = gl.uniformMatrix2x4dv; in getUniformMatrixNdv()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 777 gl->uniformMatrix2x4dv = glUniformMatrix2x4dv;
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 1047 context->uniformMatrix2x4dv(locationPacked, count, transpose, value); in GL_UniformMatrix2x4dv()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 5643 m_gl.uniformMatrix2x4dv(location, count, transpose, value);
|