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

  /external/deqp/framework/opengl/
gluShaderProgram.cpp 47 m_shader = gl.createShader(getGLShaderType(shaderType));
350 deUint32 getGLShaderType (ShaderType shaderType)
gluShaderProgram.hpp 195 deUint32 getGLShaderType (ShaderType shaderType);
  /external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp 336 const GLuint shaderObject = glCreateShader(glu::getGLShaderType(m_shaderType));
370 const GLuint shaderObject = glCreateShader(glu::getGLShaderType(m_shaderType));
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 390 const GLuint shaderObject = glCreateShader(glu::getGLShaderType(m_shaderType));
424 const GLuint shaderObject = glCreateShader(glu::getGLShaderType(m_shaderType));
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 1014 const GLenum glType = glu::getGLShaderType(shaderType);
    [all...]

Completed in 195 milliseconds