Searched defs:shaderObject (Results 1 – 3 of 3) sorted by relevance
336 const GLuint shaderObject = glCreateShader(glu::getGLShaderType(m_shaderType)); in test() local358 bool checkCompileStatus (const GLuint shaderObject) in checkCompileStatus()370 const GLuint shaderObject = glCreateShader(glu::getGLShaderType(m_shaderType)); in test() local
390 const GLuint shaderObject = glCreateShader(glu::getGLShaderType(m_shaderType)); in test() local412 bool checkCompileStatus (const GLuint shaderObject) in checkCompileStatus()424 const GLuint shaderObject = glCreateShader(glu::getGLShaderType(m_shaderType)); in test() local
250 GLuint shaderObject = ctx.glCreateShader(GL_VERTEX_SHADER); in get_attached_shaders() local