HomeSort by relevance Sort by last modified time
    Searched refs:GeometryProgram (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/mesa/main/
state.c 112 const struct gl_program *prevGP = ctx->GeometryProgram._Current;
185 _mesa_reference_program(ctx, &ctx->GeometryProgram._Current,
189 _mesa_reference_program(ctx, &ctx->GeometryProgram._Current, NULL);
261 if (ctx->GeometryProgram._Current != prevGP) {
265 ctx->GeometryProgram._Current);
context.c     [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 212 if (ctx->GeometryProgram._Current)
213 last = ctx->GeometryProgram._Current;
st_atom_shader.c 221 if (!st->ctx->GeometryProgram._Current) {
227 stgp = st_geometry_program(st->ctx->GeometryProgram._Current);
st_atom_texture.c 236 if (ctx->GeometryProgram._Current) {
239 ctx->GeometryProgram._Current,
st_atom.c 75 struct gl_program *new_gp = ctx->GeometryProgram._Current;
st_atom_sampler.c 342 if (ctx->GeometryProgram._Current) {
345 ctx->GeometryProgram._Current,
st_context.c 137 st_geometry_program(ctx->GeometryProgram._Current);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw.c 469 brw->gs.base.sampler_count = ctx->GeometryProgram._Current ?
470 util_last_bit(ctx->GeometryProgram._Current->SamplersUsed) : 0;
brw_state_upload.c 809 if (brw->geometry_program != ctx->GeometryProgram._Current) {
810 brw->geometry_program = ctx->GeometryProgram._Current;

Completed in 69 milliseconds