Lines Matching defs:notAShader
106 // make notAShader not a shader id
107 const GLuint notAShader = ctx.glCreateShader(GL_VERTEX_SHADER);
108 ctx.glDeleteShader(notAShader);
111 ctx.glShaderSource(notAShader, 0, 0, 0);
133 const GLuint notAShader = ctx.glCreateShader(GL_VERTEX_SHADER);
134 ctx.glDeleteShader(notAShader);
137 ctx.glCompileShader(notAShader);
152 const GLuint notAShader = ctx.glCreateShader(GL_VERTEX_SHADER);
153 ctx.glDeleteShader(notAShader);
156 ctx.glDeleteShader(notAShader);
243 const GLuint notAShader = ctx.glCreateShader(GL_VERTEX_SHADER);
246 ctx.glDeleteShader(notAShader);
262 ctx.glAttachShader(program, notAShader);
266 ctx.glAttachShader(notAProgram, notAShader);
295 const GLuint notAShader = ctx.glCreateShader(GL_VERTEX_SHADER);
298 ctx.glDeleteShader(notAShader);
304 ctx.glDetachShader(program, notAShader);
306 ctx.glDetachShader(notAProgram, notAShader);