Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DContext_gl_4_autogen.h61 void uniformMatrix4x3dv(UniformLocation locationPacked, GLsizei count, GLboolean transpose, \
DContext_gl.cpp2400 void Context::uniformMatrix4x3dv(UniformLocation location, in uniformMatrix4x3dv() function in gl::Context
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl789 glUniformMatrix4x3dvFunc uniformMatrix4x3dv; variable
DglwInitGL40.inl321 gl->uniformMatrix4x3dv = (glUniformMatrix4x3dvFunc) loader->get("glUniformMatrix4x3dv");
DglwInitGL41.inl395 gl->uniformMatrix4x3dv = (glUniformMatrix4x3dvFunc) loader->get("glUniformMatrix4x3dv");
DglwInitGL42.inl407 gl->uniformMatrix4x3dv = (glUniformMatrix4x3dvFunc) loader->get("glUniformMatrix4x3dv");
DglwInitGL44.inl455 gl->uniformMatrix4x3dv = (glUniformMatrix4x3dvFunc) loader->get("glUniformMatrix4x3dv");
DglwInitGL43.inl446 gl->uniformMatrix4x3dv = (glUniformMatrix4x3dvFunc) loader->get("glUniformMatrix4x3dv");
DglwInitGL45.inl556 gl->uniformMatrix4x3dv = (glUniformMatrix4x3dvFunc) loader->get("glUniformMatrix4x3dv");
DglwInitGL46.inl560 gl->uniformMatrix4x3dv = (glUniformMatrix4x3dvFunc) loader->get("glUniformMatrix4x3dv");
DglwImpl.inl6276 gl->uniformMatrix4x3dv(location, count, transpose, value);
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp328 ASSIGN("glUniformMatrix4x3dv", uniformMatrix4x3dv); in initProcsDesktopGL()
1634 ASSIGN("glUniformMatrix4x3dv", uniformMatrix4x3dv); in initProcsDesktopGL()
3116 uniformMatrix4x3dv = &glUniformMatrix4x3dvNULL; in initProcsDesktopGLNULL()
4421 uniformMatrix4x3dv = &glUniformMatrix4x3dvNULL; in initProcsDesktopGLNULL()
DDispatchTableGL_autogen.h452 PFNGLUNIFORMMATRIX4X3DVPROC uniformMatrix4x3dv = nullptr; variable
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp2322 gl.uniformMatrix4x3dv(uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_data); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForBooleans()
2420 …gl.uniformMatrix4x3dv(m_po_sampler_uniform_location, 1 /* count */, GL_FALSE /* transpose */, doub… in verifyErrorGenerationWhenCallingDoubleUniformFunctionsForSamplers()
2540 gl.uniformMatrix4x3dv(uniform_location, 2, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidCount()
2680 …gl.uniformMatrix4x3dv(invalid_uniform_location, 1 /* count */, GL_FALSE /* transpose */, double_da… in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithInvalidLocation()
2769 gl.uniformMatrix4x3dv(m_po_dmat4x3_arr_uniform_location, -1, GL_FALSE, double_values); in verifyErrorGenerationWhenCallingDoubleUniformFunctionsWithNegativeCount()
2919 gl.uniformMatrix4x3dv(uniform_location, 1 /* count */, GL_FALSE, double_data); in verifyErrorGenerationWhenCallingMismatchedDoubleUniformFunctions()
3124 gl.uniformMatrix4x3dv(uniform_location, 1, GL_FALSE, double_data); in verifyErrorGenerationWhenCallingTypeMismatchedUniformFunctions()
3217 gl.uniformMatrix4x3dv(m_po_dmat4x3_uniform_location, 1, GL_FALSE /* transpose */, data); in verifyErrorGenerationWhenUniformFunctionsCalledWithoutActivePO()
14675 return gl.uniformMatrix4x3dv; in getUniformFunctionForDMat()
Dgl4cShadingLanguage420PackTests.cpp863 result = gl.uniformMatrix4x3dv; in getUniformMatrixNdv()
Dgl4cEnhancedLayoutsTests.cpp977 result = gl.uniformMatrix4x3dv; in getUniformMatrixNdv()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl789 gl->uniformMatrix4x3dv = glUniformMatrix4x3dv;
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp1227 context->uniformMatrix4x3dv(locationPacked, count, transpose, value); in GL_UniformMatrix4x3dv()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl5727 m_gl.uniformMatrix4x3dv(location, count, transpose, value);