Searched refs:uniformNfv (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShadingLanguage420PackTests.hpp | 364 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 D | gl4cEnhancedLayoutsTests.hpp | 964 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 D | gl4cShadingLanguage420PackTests.cpp | 722 Utils::uniformNfv Utils::getUniformNfv(const glw::Functions& gl, glw::GLuint n_rows) in getUniformNfv() 724 uniformNfv result = 0; in getUniformNfv()
|
H A D | gl4cEnhancedLayoutsTests.cpp | 838 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 D | es3pShaderOperatorTests.cpp | 97 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 D | es2pShaderOperatorTests.cpp | 97 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