Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dnvprogram.c74 vprog = gl_vertex_program(_mesa_lookup_program(ctx, id)); in _mesa_ExecuteProgramNV()
110 prog = _mesa_lookup_program(ctx, ids[i]); in _mesa_AreProgramsResidentNV()
158 prog = _mesa_lookup_program(ctx, ids[i]); in _mesa_RequestResidentProgramsNV()
253 prog = _mesa_lookup_program(ctx, id); in _mesa_GetProgramivNV()
294 prog = _mesa_lookup_program(ctx, id); in _mesa_GetProgramStringNV()
620 prog = _mesa_lookup_program(ctx, id); in _mesa_LoadProgramNV()
819 prog = _mesa_lookup_program(ctx, id); in _mesa_ProgramNamedParameter4fNV()
884 prog = _mesa_lookup_program(ctx, id); in _mesa_GetProgramNamedParameterfvNV()
Darbprogram.c111 newProg = _mesa_lookup_program(ctx, id); in _mesa_BindProgram()
177 struct gl_program *prog = _mesa_lookup_program(ctx, ids[i]); in _mesa_DeletePrograms()
265 prog = _mesa_lookup_program(ctx, id); in _mesa_IsProgramARB()
/external/mesa3d/src/mesa/program/
Dprogram.h89 _mesa_lookup_program(struct gl_context *ctx, GLuint id);
Dprogram.c405 _mesa_lookup_program(struct gl_context *ctx, GLuint id) in _mesa_lookup_program() function