/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 59 void uniformMatrix4x2dv(UniformLocation locationPacked, GLsizei count, GLboolean transpose, \
|
D | Context_gl.cpp | 2392 void Context::uniformMatrix4x2dv(UniformLocation location, in uniformMatrix4x2dv() function in gl::Context
|
/external/deqp/framework/opengl/wrapper/ |
D | glwFunctions.inl | 787 glUniformMatrix4x2dvFunc uniformMatrix4x2dv; variable
|
D | glwInitGL40.inl | 319 gl->uniformMatrix4x2dv = (glUniformMatrix4x2dvFunc) loader->get("glUniformMatrix4x2dv");
|
D | glwInitGL41.inl | 393 gl->uniformMatrix4x2dv = (glUniformMatrix4x2dvFunc) loader->get("glUniformMatrix4x2dv");
|
D | glwInitGL42.inl | 405 gl->uniformMatrix4x2dv = (glUniformMatrix4x2dvFunc) loader->get("glUniformMatrix4x2dv");
|
D | glwInitGL44.inl | 453 gl->uniformMatrix4x2dv = (glUniformMatrix4x2dvFunc) loader->get("glUniformMatrix4x2dv");
|
D | glwInitGL43.inl | 444 gl->uniformMatrix4x2dv = (glUniformMatrix4x2dvFunc) loader->get("glUniformMatrix4x2dv");
|
D | glwInitGL45.inl | 554 gl->uniformMatrix4x2dv = (glUniformMatrix4x2dvFunc) loader->get("glUniformMatrix4x2dv");
|
D | glwInitGL46.inl | 558 gl->uniformMatrix4x2dv = (glUniformMatrix4x2dvFunc) loader->get("glUniformMatrix4x2dv");
|
D | glwImpl.inl | 6260 gl->uniformMatrix4x2dv(location, count, transpose, value);
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 327 ASSIGN("glUniformMatrix4x2dv", uniformMatrix4x2dv); in initProcsDesktopGL() 1633 ASSIGN("glUniformMatrix4x2dv", uniformMatrix4x2dv); in initProcsDesktopGL() 3115 uniformMatrix4x2dv = &glUniformMatrix4x2dvNULL; in initProcsDesktopGLNULL() 4420 uniformMatrix4x2dv = &glUniformMatrix4x2dvNULL; in initProcsDesktopGLNULL()
|
D | DispatchTableGL_autogen.h | 451 PFNGLUNIFORMMATRIX4X2DVPROC uniformMatrix4x2dv = nullptr; variable
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 2319 gl.uniformMatrix4x2dv(uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans() 2417 …gl.uniformMatrix4x2dv(m_po_sampler_uniform_location, 1 /* count */, GL_FALSE /* transpose */, doub… in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForSamplers() 2537 gl.uniformMatrix4x2dv(uniform_location, 2, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount() 2677 …gl.uniformMatrix4x2dv(invalid_uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_da… in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidLocation() 2766 gl.uniformMatrix4x2dv(m_po_dmat4x2_arr_uniform_location, -1, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithNegativeCount() 2916 gl.uniformMatrix4x2dv(uniform_location, 1 /* count */, GL_FALSE, double_data); in verifyErrorGenerationWhenCallingMismatchedDoubleUniformFunctions() 3121 gl.uniformMatrix4x2dv(uniform_location, 1, GL_FALSE, double_data); in verifyErrorGenerationWhenCallingTypeMismatchedUniformFunctions() 3214 gl.uniformMatrix4x2dv(m_po_dmat4x2_uniform_location, 1, GL_FALSE /* transpose */, data); in verifyErrorGenerationWhenUniformFunctionsCalledWithoutActivePO() 14672 return gl.uniformMatrix4x2dv; in getUniformFunctionForDMat()
|
D | gl4cShadingLanguage420PackTests.cpp | 860 result = gl.uniformMatrix4x2dv; in getUniformMatrixNdv()
|
D | gl4cEnhancedLayoutsTests.cpp | 974 result = gl.uniformMatrix4x2dv; in getUniformMatrixNdv()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 787 gl->uniformMatrix4x2dv = glUniformMatrix4x2dv;
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 1197 context->uniformMatrix4x2dv(locationPacked, count, transpose, value); in GL_UniformMatrix4x2dv()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 5713 m_gl.uniformMatrix4x2dv(location, count, transpose, value);
|