Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DContext_gl_4_autogen.h47 void uniformMatrix2x3dv(UniformLocation locationPacked, GLsizei count, GLboolean transpose, \
DContext_gl.cpp2344 void Context::uniformMatrix2x3dv(UniformLocation location, in uniformMatrix2x3dv() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl775 glUniformMatrix2x3dvFunc uniformMatrix2x3dv; variable
DglwInitGL40.inl307 gl->uniformMatrix2x3dv = (glUniformMatrix2x3dvFunc) loader->get("glUniformMatrix2x3dv");
DglwInitGL41.inl381 gl->uniformMatrix2x3dv = (glUniformMatrix2x3dvFunc) loader->get("glUniformMatrix2x3dv");
DglwInitGL42.inl393 gl->uniformMatrix2x3dv = (glUniformMatrix2x3dvFunc) loader->get("glUniformMatrix2x3dv");
DglwInitGL44.inl441 gl->uniformMatrix2x3dv = (glUniformMatrix2x3dvFunc) loader->get("glUniformMatrix2x3dv");
DglwInitGL43.inl432 gl->uniformMatrix2x3dv = (glUniformMatrix2x3dvFunc) loader->get("glUniformMatrix2x3dv");
DglwInitGL45.inl542 gl->uniformMatrix2x3dv = (glUniformMatrix2x3dvFunc) loader->get("glUniformMatrix2x3dv");
DglwInitGL46.inl546 gl->uniformMatrix2x3dv = (glUniformMatrix2x3dvFunc) loader->get("glUniformMatrix2x3dv");
DglwImpl.inl6164 gl->uniformMatrix2x3dv(location, count, transpose, value);
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp321 ASSIGN("glUniformMatrix2x3dv", uniformMatrix2x3dv); in initProcsDesktopGL()
1627 ASSIGN("glUniformMatrix2x3dv", uniformMatrix2x3dv); in initProcsDesktopGL()
3109 uniformMatrix2x3dv = &glUniformMatrix2x3dvNULL; in initProcsDesktopGLNULL()
4414 uniformMatrix2x3dv = &glUniformMatrix2x3dvNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h445 PFNGLUNIFORMMATRIX2X3DVPROC uniformMatrix2x3dv = nullptr; variable
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp2301 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()
Dgl4cShadingLanguage420PackTests.cpp831 result = gl.uniformMatrix2x3dv; in getUniformMatrixNdv()
Dgl4cEnhancedLayoutsTests.cpp945 result = gl.uniformMatrix2x3dv; in getUniformMatrixNdv()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl775 gl->uniformMatrix2x3dv = glUniformMatrix2x3dv;
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp1017 context->uniformMatrix2x3dv(locationPacked, count, transpose, value); in GL_UniformMatrix2x3dv()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl5629 m_gl.uniformMatrix2x3dv(location, count, transpose, value);