Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DContext_gl_4_autogen.h49 void uniformMatrix2x4dv(UniformLocation locationPacked, GLsizei count, GLboolean transpose, \
DContext_gl.cpp2352 void Context::uniformMatrix2x4dv(UniformLocation location, in uniformMatrix2x4dv() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl777 glUniformMatrix2x4dvFunc uniformMatrix2x4dv; variable
DglwInitGL40.inl309 gl->uniformMatrix2x4dv = (glUniformMatrix2x4dvFunc) loader->get("glUniformMatrix2x4dv");
DglwInitGL41.inl383 gl->uniformMatrix2x4dv = (glUniformMatrix2x4dvFunc) loader->get("glUniformMatrix2x4dv");
DglwInitGL42.inl395 gl->uniformMatrix2x4dv = (glUniformMatrix2x4dvFunc) loader->get("glUniformMatrix2x4dv");
DglwInitGL44.inl443 gl->uniformMatrix2x4dv = (glUniformMatrix2x4dvFunc) loader->get("glUniformMatrix2x4dv");
DglwInitGL43.inl434 gl->uniformMatrix2x4dv = (glUniformMatrix2x4dvFunc) loader->get("glUniformMatrix2x4dv");
DglwInitGL45.inl544 gl->uniformMatrix2x4dv = (glUniformMatrix2x4dvFunc) loader->get("glUniformMatrix2x4dv");
DglwInitGL46.inl548 gl->uniformMatrix2x4dv = (glUniformMatrix2x4dvFunc) loader->get("glUniformMatrix2x4dv");
DglwImpl.inl6180 gl->uniformMatrix2x4dv(location, count, transpose, value);
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp322 ASSIGN("glUniformMatrix2x4dv", uniformMatrix2x4dv); in initProcsDesktopGL()
1628 ASSIGN("glUniformMatrix2x4dv", uniformMatrix2x4dv); in initProcsDesktopGL()
3110 uniformMatrix2x4dv = &glUniformMatrix2x4dvNULL; in initProcsDesktopGLNULL()
4415 uniformMatrix2x4dv = &glUniformMatrix2x4dvNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h446 PFNGLUNIFORMMATRIX2X4DVPROC uniformMatrix2x4dv = nullptr; variable
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp2304 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()
Dgl4cShadingLanguage420PackTests.cpp834 result = gl.uniformMatrix2x4dv; in getUniformMatrixNdv()
Dgl4cEnhancedLayoutsTests.cpp948 result = gl.uniformMatrix2x4dv; in getUniformMatrixNdv()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl777 gl->uniformMatrix2x4dv = glUniformMatrix2x4dv;
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp1047 context->uniformMatrix2x4dv(locationPacked, count, transpose, value); in GL_UniformMatrix2x4dv()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl5643 m_gl.uniformMatrix2x4dv(location, count, transpose, value);