Home
last modified time | relevance | path

Searched refs:uniformMatrix4x2dv (Results 1 – 19 of 19) sorted by relevance

/external/angle/src/libANGLE/
DContext_gl_4_autogen.h59 void uniformMatrix4x2dv(UniformLocation locationPacked, GLsizei count, GLboolean transpose, \
DContext_gl.cpp2392 void Context::uniformMatrix4x2dv(UniformLocation location, in uniformMatrix4x2dv() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl787 glUniformMatrix4x2dvFunc uniformMatrix4x2dv; variable
DglwInitGL40.inl319 gl->uniformMatrix4x2dv = (glUniformMatrix4x2dvFunc) loader->get("glUniformMatrix4x2dv");
DglwInitGL41.inl393 gl->uniformMatrix4x2dv = (glUniformMatrix4x2dvFunc) loader->get("glUniformMatrix4x2dv");
DglwInitGL42.inl405 gl->uniformMatrix4x2dv = (glUniformMatrix4x2dvFunc) loader->get("glUniformMatrix4x2dv");
DglwInitGL44.inl453 gl->uniformMatrix4x2dv = (glUniformMatrix4x2dvFunc) loader->get("glUniformMatrix4x2dv");
DglwInitGL43.inl444 gl->uniformMatrix4x2dv = (glUniformMatrix4x2dvFunc) loader->get("glUniformMatrix4x2dv");
DglwInitGL45.inl554 gl->uniformMatrix4x2dv = (glUniformMatrix4x2dvFunc) loader->get("glUniformMatrix4x2dv");
DglwInitGL46.inl558 gl->uniformMatrix4x2dv = (glUniformMatrix4x2dvFunc) loader->get("glUniformMatrix4x2dv");
DglwImpl.inl6260 gl->uniformMatrix4x2dv(location, count, transpose, value);
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp327 ASSIGN("glUniformMatrix4x2dv", uniformMatrix4x2dv); in initProcsDesktopGL()
1633 ASSIGN("glUniformMatrix4x2dv", uniformMatrix4x2dv); in initProcsDesktopGL()
3115 uniformMatrix4x2dv = &glUniformMatrix4x2dvNULL; in initProcsDesktopGLNULL()
4420 uniformMatrix4x2dv = &glUniformMatrix4x2dvNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h451 PFNGLUNIFORMMATRIX4X2DVPROC uniformMatrix4x2dv = nullptr; variable
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp2319 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()
Dgl4cShadingLanguage420PackTests.cpp860 result = gl.uniformMatrix4x2dv; in getUniformMatrixNdv()
Dgl4cEnhancedLayoutsTests.cpp974 result = gl.uniformMatrix4x2dv; in getUniformMatrixNdv()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl787 gl->uniformMatrix4x2dv = glUniformMatrix4x2dv;
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp1197 context->uniformMatrix4x2dv(locationPacked, count, transpose, value); in GL_UniformMatrix4x2dv()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl5713 m_gl.uniformMatrix4x2dv(location, count, transpose, value);