Home
last modified time | relevance | path

Searched refs:uniformMatrixNfv (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.hpp369 typedef GLW_APICALL void(GLW_APIENTRY* uniformMatrixNfv)(glw::GLint, glw::GLsizei, glw::GLboolean, typedef in gl4cts::GLSL420Pack::Utils
384 …static uniformMatrixNfv getUniformMatrixNfv(const glw::Functions& gl, glw::GLuint n_columns, glw::…
Dgl4cEnhancedLayoutsTests.hpp966 typedef GLW_APICALL void(GLW_APIENTRY* uniformMatrixNfv)(glw::GLint, glw::GLsizei, glw::GLboolean, … typedef
975 uniformMatrixNfv getUniformMatrixNfv(const glw::Functions& gl, glw::GLuint n_columns, glw::GLuint n…
Dgl4cShadingLanguage420PackTests.cpp886 Utils::uniformMatrixNfv Utils::getUniformMatrixNfv(const glw::Functions& gl, glw::GLuint n_columns,… in getUniformMatrixNfv()
888 uniformMatrixNfv result = 0; in getUniformMatrixNfv()
Dgl4cEnhancedLayoutsTests.cpp943 uniformMatrixNfv getUniformMatrixNfv(const glw::Functions& gl, glw::GLuint n_columns, glw::GLuint n… in getUniformMatrixNfv()
945 uniformMatrixNfv result = 0; in getUniformMatrixNfv()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp121 static void uniformMatrixNfv (const glw::Functions& gl, int n, int location, int count, const float… in uniformMatrixNfv() function
1814 uniformMatrixNfv(gl, size, location, 1, &values[0]); in setGeneralUniforms()
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp121 static void uniformMatrixNfv (const glw::Functions& gl, int n, int location, int count, const float… in uniformMatrixNfv() function
1822 uniformMatrixNfv(gl, size, location, 1, &values[0]); in setGeneralUniforms()