Home | History | Annotate | Download | only in functional

Lines Matching refs:glCreateShader

185 			GLuint shaderObject = glCreateShader(GL_VERTEX_SHADER);
213 GLuint shader = glCreateShader(GL_VERTEX_SHADER);
237 GLuint shader = glCreateShader(GL_VERTEX_SHADER);
286 GLuint shader = glCreateShader(GL_VERTEX_SHADER);
312 GLuint shader = glCreateShader(GL_VERTEX_SHADER);
336 GLuint shader = glCreateShader(GL_VERTEX_SHADER);
396 GLuint shader = glCreateShader(GL_VERTEX_SHADER);
432 GLuint shader = glCreateShader(GL_VERTEX_SHADER);
468 GLuint shader = glCreateShader(GL_VERTEX_SHADER);
497 GLuint shader = glCreateShader(GL_VERTEX_SHADER);
530 GLuint shader = glCreateShader(GL_VERTEX_SHADER);
621 GLuint shader = glCreateShader(GL_VERTEX_SHADER);
662 GLuint shader = glCreateShader(GL_VERTEX_SHADER);
768 GLuint shader = glCreateShader(GL_VERTEX_SHADER);
1173 m_log << TestLog::Section("", "A name created with glCreateShader, and not yet deleted with glDeleteShader is a name of a shader object.");
1177 shader = glCreateShader(GL_VERTEX_SHADER);