Home
last modified time | relevance | path

Searched refs:_mesa_lookup_program (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/program/
Dprogram.h77 _mesa_lookup_program(struct gl_context *ctx, GLuint id);
Dprogram.c288 _mesa_lookup_program(struct gl_context *ctx, GLuint id) in _mesa_lookup_program() function
/third_party/mesa3d/src/mesa/main/
Darbprogram.c78 newProg = _mesa_lookup_program(ctx, id); in lookup_or_create_program()
180 struct gl_program *prog = _mesa_lookup_program(ctx, ids[i]); in _mesa_DeleteProgramsARB()
264 prog = _mesa_lookup_program(ctx, id); in _mesa_IsProgramARB()