Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A 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);
H A Dgl4cEnhancedLayoutsTests.hpp964 typedef GLW_APICALL void(GLW_APIENTRY* uniformNfv)(glw::GLint, glw::GLsizei, const glw::GLfloat*); typedef
974 uniformNfv getUniformNfv(const glw::Functions& gl, glw::GLuint n_rows);
H A Dgl4cShadingLanguage420PackTests.cpp722 Utils::uniformNfv Utils::getUniformNfv(const glw::Functions& gl, glw::GLuint n_rows) in getUniformNfv()
724 uniformNfv result = 0; in getUniformNfv()
H A Dgl4cEnhancedLayoutsTests.cpp838 uniformNfv getUniformNfv(const glw::Functions& gl, glw::GLuint n_rows) in getUniformNfv()
840 uniformNfv result = 0; in getUniformNfv()
/third_party/vk-gl-cts/modules/gles3/performance/
H A 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]);
/third_party/vk-gl-cts/modules/gles2/performance/
H A 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]);

Completed in 67 milliseconds