Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprogram.h78 _mesa_lookup_program(struct gl_context *ctx, GLuint id);
Dprogram.c285 _mesa_lookup_program(struct gl_context *ctx, GLuint id) in _mesa_lookup_program() function
/external/mesa3d/src/mesa/main/
Darbprogram.c83 newProg = _mesa_lookup_program(ctx, id); in _mesa_BindProgramARB()
147 struct gl_program *prog = _mesa_lookup_program(ctx, ids[i]); in _mesa_DeleteProgramsARB()
237 prog = _mesa_lookup_program(ctx, id); in _mesa_IsProgramARB()