Searched refs:uniformMatrixNfv (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShadingLanguage420PackTests.hpp | 369 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::…
|
D | gl4cEnhancedLayoutsTests.hpp | 969 typedef GLW_APICALL void(GLW_APIENTRY* uniformMatrixNfv)(glw::GLint, glw::GLsizei, glw::GLboolean, … typedef 978 uniformMatrixNfv getUniformMatrixNfv(const glw::Functions& gl, glw::GLuint n_columns, glw::GLuint n…
|
D | gl4cShadingLanguage420PackTests.cpp | 886 Utils::uniformMatrixNfv Utils::getUniformMatrixNfv(const glw::Functions& gl, glw::GLuint n_columns,… in getUniformMatrixNfv() 888 uniformMatrixNfv result = 0; in getUniformMatrixNfv()
|
D | gl4cEnhancedLayoutsTests.cpp | 1000 uniformMatrixNfv getUniformMatrixNfv(const glw::Functions& gl, glw::GLuint n_columns, glw::GLuint n… in getUniformMatrixNfv() 1002 uniformMatrixNfv result = 0; in getUniformMatrixNfv()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 121 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/ |
D | es3pShaderOperatorTests.cpp | 121 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()
|