Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dshaderapi.h54 _mesa_use_program(struct gl_context *ctx, struct gl_shader_program *shProg);
Dshaderapi.c1267 _mesa_use_program(struct gl_context *ctx, struct gl_shader_program *shProg) in _mesa_use_program() function
1868 _mesa_use_program(ctx, shProg); in _mesa_UseProgram()
1871 _mesa_use_program(ctx, shProg); in _mesa_UseProgram()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c170 _mesa_use_program(ctx, sh_prog); in _mesa_meta_use_program()