• 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()
545 GLuint program = ctx.glCreateProgram(); in program_parameteri()
548 const GLuint notAProgram = ctx.glCreateProgram(); in program_parameteri()
842 GLuint programEmpty = ctx.glCreateProgram(); in get_attrib_location()
847 const GLuint notAProgram = ctx.glCreateProgram(); in get_attrib_location()
878 GLuint programEmpty = ctx.glCreateProgram(); in get_uniform_location()
883 const GLuint notAProgram = ctx.glCreateProgram(); in get_uniform_location()
909 GLuint program = ctx.glCreateProgram(); in bind_attrib_location()
2186 const GLuint notAProgram = ctx.glCreateProgram(); in get_transform_feedback_varying()
2227 const GLuint notAProgram = ctx.glCreateProgram(); in transform_feedback_varyings()
2284 GLuint program = ctx.glCreateProgram(); in link_compute_shader()
2315 GLuint program = ctx.glCreateProgram(); in link_compute_shader()