Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.hpp364 typedef GLW_APICALL void(GLW_APIENTRY* uniformNfv)(glw::GLint, glw::GLsizei, const glw::GLfloat*); typedef in gl4cts::GLSL420Pack::Utils
376 static uniformNfv getUniformNfv(const glw::Functions& gl, glw::GLuint n_rows);
Dgl4cEnhancedLayoutsTests.hpp961 typedef GLW_APICALL void(GLW_APIENTRY* uniformNfv)(glw::GLint, glw::GLsizei, const glw::GLfloat*); typedef
971 uniformNfv getUniformNfv(const glw::Functions& gl, glw::GLuint n_rows);
Dgl4cShadingLanguage420PackTests.cpp722 Utils::uniformNfv Utils::getUniformNfv(const glw::Functions& gl, glw::GLuint n_rows) in getUniformNfv()
724 uniformNfv result = 0; in getUniformNfv()
Dgl4cEnhancedLayoutsTests.cpp779 uniformNfv getUniformNfv(const glw::Functions& gl, glw::GLuint n_rows) in getUniformNfv()
781 uniformNfv result = 0; in getUniformNfv()
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp97 static void uniformNfv (const glw::Functions& gl, int n, int location, int count, const float* data) in uniformNfv() function
1799 uniformNfv(gl, scalarSize, location, 1, &values[0]); in setGeneralUniforms()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp97 static void uniformNfv (const glw::Functions& gl, int n, int location, int count, const float* data) in uniformNfv() function
1791 uniformNfv(gl, scalarSize, location, 1, &values[0]); in setGeneralUniforms()