Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DContext_gl_4_autogen.h55 void uniformMatrix3x4dv(UniformLocation locationPacked, GLsizei count, GLboolean transpose, \
DContext_gl.cpp2376 void Context::uniformMatrix3x4dv(UniformLocation location, in uniformMatrix3x4dv() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl783 glUniformMatrix3x4dvFunc uniformMatrix3x4dv; variable
DglwInitGL40.inl315 gl->uniformMatrix3x4dv = (glUniformMatrix3x4dvFunc) loader->get("glUniformMatrix3x4dv");
DglwInitGL41.inl389 gl->uniformMatrix3x4dv = (glUniformMatrix3x4dvFunc) loader->get("glUniformMatrix3x4dv");
DglwInitGL42.inl401 gl->uniformMatrix3x4dv = (glUniformMatrix3x4dvFunc) loader->get("glUniformMatrix3x4dv");
DglwInitGL43.inl440 gl->uniformMatrix3x4dv = (glUniformMatrix3x4dvFunc) loader->get("glUniformMatrix3x4dv");
DglwInitGL44.inl449 gl->uniformMatrix3x4dv = (glUniformMatrix3x4dvFunc) loader->get("glUniformMatrix3x4dv");
DglwInitGL45.inl550 gl->uniformMatrix3x4dv = (glUniformMatrix3x4dvFunc) loader->get("glUniformMatrix3x4dv");
DglwInitGL46.inl554 gl->uniformMatrix3x4dv = (glUniformMatrix3x4dvFunc) loader->get("glUniformMatrix3x4dv");
DglwImpl.inl6228 gl->uniformMatrix3x4dv(location, count, transpose, value);
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp325 ASSIGN("glUniformMatrix3x4dv", uniformMatrix3x4dv); in initProcsDesktopGL()
1631 ASSIGN("glUniformMatrix3x4dv", uniformMatrix3x4dv); in initProcsDesktopGL()
3113 uniformMatrix3x4dv = &glUniformMatrix3x4dvNULL; in initProcsDesktopGLNULL()
4418 uniformMatrix3x4dv = &glUniformMatrix3x4dvNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h449 PFNGLUNIFORMMATRIX3X4DVPROC uniformMatrix3x4dv = nullptr; variable
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp2313 gl.uniformMatrix3x4dv(uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans()
2411 …gl.uniformMatrix3x4dv(m_po_sampler_uniform_location, 1 /* count */, GL_FALSE /* transpose */, doub… in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForSamplers()
2531 gl.uniformMatrix3x4dv(uniform_location, 2, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount()
2671 …gl.uniformMatrix3x4dv(invalid_uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_da… in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidLocation()
2760 gl.uniformMatrix3x4dv(m_po_dmat3x4_arr_uniform_location, -1, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithNegativeCount()
2910 gl.uniformMatrix3x4dv(uniform_location, 1 /* count */, GL_FALSE, double_data); in verifyErrorGenerationWhenCallingMismatchedDoubleUniformFunctions()
3115 gl.uniformMatrix3x4dv(uniform_location, 1, GL_FALSE, double_data); in verifyErrorGenerationWhenCallingTypeMismatchedUniformFunctions()
3208 gl.uniformMatrix3x4dv(m_po_dmat3x4_uniform_location, 1, GL_FALSE /* transpose */, data); in verifyErrorGenerationWhenUniformFunctionsCalledWithoutActivePO()
14666 return gl.uniformMatrix3x4dv; in getUniformFunctionForDMat()
Dgl4cShadingLanguage420PackTests.cpp850 result = gl.uniformMatrix3x4dv; in getUniformMatrixNdv()
Dgl4cEnhancedLayoutsTests.cpp964 result = gl.uniformMatrix3x4dv; in getUniformMatrixNdv()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl783 gl->uniformMatrix3x4dv = glUniformMatrix3x4dv;
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp1137 context->uniformMatrix3x4dv(locationPacked, count, transpose, value); in GL_UniformMatrix3x4dv()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl5685 m_gl.uniformMatrix3x4dv(location, count, transpose, value);