Home
last modified time | relevance | path

Searched refs:needproj (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_swtcl.c112 if ( !rmesa->swtcl.needproj || in radeonSetVertexFormat()
300 rmesa->swtcl.needproj = GL_TRUE; in radeonChooseVertexState()
305 rmesa->swtcl.needproj = GL_FALSE; in radeonChooseVertexState()
309 _tnl_need_projected_coords( ctx, rmesa->swtcl.needproj ); in radeonChooseVertexState()
Dradeon_context.h382 GLboolean needproj; member
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c101 if ( !rmesa->swtcl.needproj || in r200SetVertexFormat()
260 rmesa->swtcl.needproj = GL_TRUE; in r200ChooseVertexState()
271 rmesa->swtcl.needproj = GL_FALSE; in r200ChooseVertexState()
277 _tnl_need_projected_coords( ctx, rmesa->swtcl.needproj ); in r200ChooseVertexState()
Dr200_context.h559 GLboolean needproj; member