Searched refs:_TnlProgram (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/tnl/
H A Dt_vp_build.c47 ctx->VertexProgram._Current == ctx->VertexProgram._TnlProgram) {
49 = ctx->VertexProgram._TnlProgram
/external/mesa3d/src/mesa/main/
H A Dstate.h63 (ctx->VertexProgram._Current != ctx->VertexProgram._TnlProgram) &&
H A Dstate.c199 _mesa_reference_vertprog(ctx, &ctx->VertexProgram._TnlProgram,
630 if (ctx->VertexProgram._TnlProgram ||
H A Darrayobj.c317 ctx->VertexProgram._Current == ctx->VertexProgram._TnlProgram) {
H A Dcontext.c1117 _mesa_reference_vertprog(ctx, &ctx->VertexProgram._TnlProgram, NULL);
H A Dmtypes.h2072 struct gl_vertex_program *_TnlProgram; member in struct:gl_vertex_program_state
/external/mesa3d/src/mesa/vbo/
H A Dvbo_context.h109 else if (ctx->VertexProgram._Current == ctx->VertexProgram._TnlProgram)

Completed in 123 milliseconds