Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dprogram_binary.c321 _mesa_use_program(ctx, stage, sh_prog, prog, ctx->_Shader); in _mesa_program_binary()
Dshaderapi.h263 _mesa_use_program(struct gl_context *ctx, gl_shader_stage stage,
Dshaderapi.c1270 _mesa_use_program(params->ctx, stage, params->shProg, prog, obj); in update_programs_in_pipeline()
1331 _mesa_use_program(ctx, stage, shProg, prog, ctx->_Shader); in link_program()
1506 _mesa_use_program(ctx, i, shProg, new_prog, &ctx->Shader); in _mesa_use_shader_program()
2562 _mesa_use_program(struct gl_context *ctx, gl_shader_stage stage, in _mesa_use_program() function
Dpipelineobj.c217 _mesa_use_program(ctx, stage, shProg, prog, pipe); in use_program_stage()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1004 _mesa_use_program(ctx, i, NULL, save->Program[i], &ctx->Shader); in _mesa_meta_end()