Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DContext_gl_4_autogen.h53 void uniformMatrix3x2dv(UniformLocation locationPacked, GLsizei count, GLboolean transpose, \
DContext_gl.cpp2368 void Context::uniformMatrix3x2dv(UniformLocation location, in uniformMatrix3x2dv() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl781 glUniformMatrix3x2dvFunc uniformMatrix3x2dv; variable
DglwInitGL40.inl313 gl->uniformMatrix3x2dv = (glUniformMatrix3x2dvFunc) loader->get("glUniformMatrix3x2dv");
DglwInitGL41.inl387 gl->uniformMatrix3x2dv = (glUniformMatrix3x2dvFunc) loader->get("glUniformMatrix3x2dv");
DglwInitGL42.inl399 gl->uniformMatrix3x2dv = (glUniformMatrix3x2dvFunc) loader->get("glUniformMatrix3x2dv");
DglwInitGL43.inl438 gl->uniformMatrix3x2dv = (glUniformMatrix3x2dvFunc) loader->get("glUniformMatrix3x2dv");
DglwInitGL44.inl447 gl->uniformMatrix3x2dv = (glUniformMatrix3x2dvFunc) loader->get("glUniformMatrix3x2dv");
DglwInitGL45.inl548 gl->uniformMatrix3x2dv = (glUniformMatrix3x2dvFunc) loader->get("glUniformMatrix3x2dv");
DglwInitGL46.inl552 gl->uniformMatrix3x2dv = (glUniformMatrix3x2dvFunc) loader->get("glUniformMatrix3x2dv");
DglwImpl.inl6212 gl->uniformMatrix3x2dv(location, count, transpose, value);
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp324 ASSIGN("glUniformMatrix3x2dv", uniformMatrix3x2dv); in initProcsDesktopGL()
1630 ASSIGN("glUniformMatrix3x2dv", uniformMatrix3x2dv); in initProcsDesktopGL()
3112 uniformMatrix3x2dv = &glUniformMatrix3x2dvNULL; in initProcsDesktopGLNULL()
4417 uniformMatrix3x2dv = &glUniformMatrix3x2dvNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h448 PFNGLUNIFORMMATRIX3X2DVPROC uniformMatrix3x2dv = nullptr; variable
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp2310 gl.uniformMatrix3x2dv(uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans()
2408 …gl.uniformMatrix3x2dv(m_po_sampler_uniform_location, 1 /* count */, GL_FALSE /* transpose */, doub… in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForSamplers()
2528 gl.uniformMatrix3x2dv(uniform_location, 2, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount()
2668 …gl.uniformMatrix3x2dv(invalid_uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_da… in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidLocation()
2757 gl.uniformMatrix3x2dv(m_po_dmat3x2_arr_uniform_location, -1, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithNegativeCount()
2907 gl.uniformMatrix3x2dv(uniform_location, 1 /* count */, GL_FALSE, double_data); in verifyErrorGenerationWhenCallingMismatchedDoubleUniformFunctions()
3112 gl.uniformMatrix3x2dv(uniform_location, 1, GL_FALSE, double_data); in verifyErrorGenerationWhenCallingTypeMismatchedUniformFunctions()
3205 gl.uniformMatrix3x2dv(m_po_dmat3x2_uniform_location, 1, GL_FALSE /* transpose */, data); in verifyErrorGenerationWhenUniformFunctionsCalledWithoutActivePO()
14663 return gl.uniformMatrix3x2dv; in getUniformFunctionForDMat()
Dgl4cShadingLanguage420PackTests.cpp844 result = gl.uniformMatrix3x2dv; in getUniformMatrixNdv()
Dgl4cEnhancedLayoutsTests.cpp958 result = gl.uniformMatrix3x2dv; in getUniformMatrixNdv()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl781 gl->uniformMatrix3x2dv = glUniformMatrix3x2dv;
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp1107 context->uniformMatrix3x2dv(locationPacked, count, transpose, value); in GL_UniformMatrix3x2dv()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl5671 m_gl.uniformMatrix3x2dv(location, count, transpose, value);