Home
last modified time | relevance | path

Searched defs:shaderObject (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderApiTests.cpp336 const GLuint shaderObject = glCreateShader(glu::getGLShaderType(m_shaderType)); in test() local
358 bool checkCompileStatus (const GLuint shaderObject) in checkCompileStatus()
370 const GLuint shaderObject = glCreateShader(glu::getGLShaderType(m_shaderType)); in test() local
/external/deqp/modules/gles3/functional/
Des3fShaderApiTests.cpp390 const GLuint shaderObject = glCreateShader(glu::getGLShaderType(m_shaderType)); in test() local
412 bool checkCompileStatus (const GLuint shaderObject) in checkCompileStatus()
424 const GLuint shaderObject = glCreateShader(glu::getGLShaderType(m_shaderType)); in test() local
/external/deqp/modules/gles31/functional/
Des31fNegativeStateApiTests.cpp250 GLuint shaderObject = ctx.glCreateShader(GL_VERTEX_SHADER); in get_attached_shaders() local