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.c113 if ( !rmesa->swtcl.needproj || in radeonSetVertexFormat()
301 rmesa->swtcl.needproj = GL_TRUE; in radeonChooseVertexState()
306 rmesa->swtcl.needproj = GL_FALSE; in radeonChooseVertexState()
310 _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.c102 if ( !rmesa->swtcl.needproj || in r200SetVertexFormat()
261 rmesa->swtcl.needproj = GL_TRUE; in r200ChooseVertexState()
272 rmesa->swtcl.needproj = GL_FALSE; in r200ChooseVertexState()
278 _tnl_need_projected_coords( ctx, rmesa->swtcl.needproj ); in r200ChooseVertexState()
Dr200_context.h558 GLboolean needproj; member