Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dstate.h79 (ctx->VertexProgram._Current != ctx->VertexProgram._TnlProgram) && in _mesa_need_secondary_color()
Dstate.c282 _mesa_reference_program(ctx, &ctx->VertexProgram._TnlProgram, in update_program()
Dcontext.c1120 _mesa_reference_program(ctx, &ctx->VertexProgram._TnlProgram, NULL); in _mesa_free_context_data()
Dmtypes.h2137 struct gl_program *_TnlProgram; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_rasterpos.c232 ctx->VertexProgram._Current == ctx->VertexProgram._TnlProgram) { in st_RasterPos()