Home
last modified time | relevance | path

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

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