HomeSort by relevance Sort by last modified time
    Searched refs:uniformMatrixNfv (Results 1 - 6 of 6) sorted by null

  /external/deqp/external/openglcts/modules/gl/
gl4cShadingLanguage420PackTests.hpp 369 typedef GLW_APICALL void(GLW_APIENTRY* uniformMatrixNfv)(glw::GLint, glw::GLsizei, glw::GLboolean,
384 static uniformMatrixNfv getUniformMatrixNfv(const glw::Functions& gl, glw::GLuint n_columns, glw::GLuint n_rows);
    [all...]
gl4cEnhancedLayoutsTests.hpp 966 typedef GLW_APICALL void(GLW_APIENTRY* uniformMatrixNfv)(glw::GLint, glw::GLsizei, glw::GLboolean, const glw::GLfloat*);
975 uniformMatrixNfv getUniformMatrixNfv(const glw::Functions& gl, glw::GLuint n_columns, glw::GLuint n_rows);
    [all...]
gl4cShadingLanguage420PackTests.cpp 886 Utils::uniformMatrixNfv Utils::getUniformMatrixNfv(const glw::Functions& gl, glw::GLuint n_columns, glw::GLuint n_rows)
888 uniformMatrixNfv result = 0;
    [all...]
gl4cEnhancedLayoutsTests.cpp 943 uniformMatrixNfv getUniformMatrixNfv(const glw::Functions& gl, glw::GLuint n_columns, glw::GLuint n_rows)
945 uniformMatrixNfv result = 0;
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp 121 static void uniformMatrixNfv (const glw::Functions& gl, int n, int location, int count, const float* data)
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp 121 static void uniformMatrixNfv (const glw::Functions& gl, int n, int location, int count, const float* data)
    [all...]

Completed in 540 milliseconds