• Home
  • Raw
  • Download

Lines Matching refs:GL_VERTEX_SHADER

503 		const GLenum shaderTypes[] = {GL_VERTEX_SHADER, GL_FRAGMENT_SHADER};  in test()
525 GLuint shaderVert = glCreateShader(GL_VERTEX_SHADER); in test()
562 const GLuint shader = glCreateShader(GL_VERTEX_SHADER); in test()
655 const GLuint shader = glCreateShader(GL_VERTEX_SHADER); in test()
760 GLuint shaderVert = glCreateShader(GL_VERTEX_SHADER); in test()
975 GLuint shaderVert = glCreateShader(GL_VERTEX_SHADER); in test()
1043 GLuint shaderVert = glCreateShader(GL_VERTEX_SHADER); in test()
1074 GLuint shaderVert = glCreateShader(GL_VERTEX_SHADER); in test()
1117 GLuint shaderVert = glCreateShader(GL_VERTEX_SHADER); in test()
1220 GLuint shaderVert = glCreateShader(GL_VERTEX_SHADER); in test()
1351 GLuint shaderVert = glCreateShader(GL_VERTEX_SHADER); in test()
1434 GLuint shaderVert = glCreateShader(GL_VERTEX_SHADER); in test()
2325 …text, "precision_vertex_lowp_float", "GetShaderPrecisionFormat", GL_VERTEX_SHADER, GL_LOW_FLOAT… in init()
2326 …xt, "precision_vertex_mediump_float", "GetShaderPrecisionFormat", GL_VERTEX_SHADER, GL_MEDIUM_FL… in init()
2327 …ext, "precision_vertex_highp_float", "GetShaderPrecisionFormat", GL_VERTEX_SHADER, GL_HIGH_FLOA… in init()
2328 …ontext, "precision_vertex_lowp_int", "GetShaderPrecisionFormat", GL_VERTEX_SHADER, GL_LOW_INT)); in init()
2329 …ext, "precision_vertex_mediump_int", "GetShaderPrecisionFormat", GL_VERTEX_SHADER, GL_MEDIUM_IN… in init()
2330 …ntext, "precision_vertex_highp_int", "GetShaderPrecisionFormat", GL_VERTEX_SHADER, GL_HIGH_INT)… in init()