• Home
  • Raw
  • Download

Lines Matching refs:glCreateProgram

117 	GLuint program = ctx.glCreateProgram();  in shader_source()
137 GLuint program = ctx.glCreateProgram(); in compile_shader()
190 shaderProgram[1] = ctx.glCreateProgram(); in shader_binary()
236 GLuint program = ctx.glCreateProgram(); in attach_shader()
239 const GLuint notAProgram = ctx.glCreateProgram(); in attach_shader()
285 GLuint program = ctx.glCreateProgram(); in detach_shader()
288 const GLuint notAProgram = ctx.glCreateProgram(); in detach_shader()
327 const GLuint notAProgram = ctx.glCreateProgram(); in link_program()
375 const GLuint notAProgram = ctx.glCreateProgram(); in use_program()
429 const GLuint notAProgram = ctx.glCreateProgram(); in delete_program()
449 const GLuint notAProgram = ctx.glCreateProgram(); in validate_program()
508 GLuint dstProgram = ctx.glCreateProgram(); in program_binary()
541 GLuint program = ctx.glCreateProgram(); in program_parameteri()
544 const GLuint notAProgram = ctx.glCreateProgram(); in program_parameteri()
838 GLuint programEmpty = ctx.glCreateProgram(); in get_attrib_location()
843 const GLuint notAProgram = ctx.glCreateProgram(); in get_attrib_location()
874 GLuint programEmpty = ctx.glCreateProgram(); in get_uniform_location()
879 const GLuint notAProgram = ctx.glCreateProgram(); in get_uniform_location()
905 GLuint program = ctx.glCreateProgram(); in bind_attrib_location()
2182 const GLuint notAProgram = ctx.glCreateProgram(); in get_transform_feedback_varying()
2223 const GLuint notAProgram = ctx.glCreateProgram(); in transform_feedback_varyings()
2280 GLuint program = ctx.glCreateProgram(); in link_compute_shader()
2311 GLuint program = ctx.glCreateProgram(); in link_compute_shader()