Lines Matching refs:notAProgram

244 	const GLuint notAProgram = ctx.glCreateProgram();
247 ctx.glDeleteProgram(notAProgram);
264 ctx.glAttachShader(notAProgram, shader1);
266 ctx.glAttachShader(notAProgram, notAShader);
296 const GLuint notAProgram = ctx.glCreateProgram();
299 ctx.glDeleteProgram(notAProgram);
302 ctx.glDetachShader(notAProgram, shader);
306 ctx.glDetachShader(notAProgram, notAShader);
335 const GLuint notAProgram = ctx.glCreateProgram();
336 ctx.glDeleteProgram(notAProgram);
339 ctx.glLinkProgram(notAProgram);
383 const GLuint notAProgram = ctx.glCreateProgram();
384 ctx.glDeleteProgram(notAProgram);
387 ctx.glUseProgram(notAProgram);
437 const GLuint notAProgram = ctx.glCreateProgram();
438 ctx.glDeleteProgram(notAProgram);
441 ctx.glDeleteProgram(notAProgram);
457 const GLuint notAProgram = ctx.glCreateProgram();
458 ctx.glDeleteProgram(notAProgram);
461 ctx.glValidateProgram(notAProgram);
564 const GLuint notAProgram = ctx.glCreateProgram();
565 ctx.glDeleteProgram(notAProgram);
568 ctx.glProgramParameteri(notAProgram, GL_PROGRAM_BINARY_RETRIEVABLE_HINT, GL_TRUE);
863 const GLuint notAProgram = ctx.glCreateProgram();
864 ctx.glDeleteProgram(notAProgram);
878 ctx.glGetAttribLocation (notAProgram, "test");
899 const GLuint notAProgram = ctx.glCreateProgram();
900 ctx.glDeleteProgram(notAProgram);
909 ctx.glGetUniformLocation(notAProgram, "test");
2202 const GLuint notAProgram = ctx.glCreateProgram();
2203 ctx.glDeleteProgram(notAProgram);
2216 ctx.glGetTransformFeedbackVarying (notAProgram, 0, 32, &length, &size, &type, &name[0]);
2243 const GLuint notAProgram = ctx.glCreateProgram();
2244 ctx.glDeleteProgram(notAProgram);
2250 ctx.glTransformFeedbackVaryings (notAProgram, 1, &tfVarying, GL_INTERLEAVED_ATTRIBS);