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.c114 if ( !rmesa->swtcl.needproj || in radeonSetVertexFormat()
296 rmesa->swtcl.needproj = GL_TRUE; in radeonChooseVertexState()
301 rmesa->swtcl.needproj = GL_FALSE; in radeonChooseVertexState()
305 _tnl_need_projected_coords( ctx, rmesa->swtcl.needproj ); in radeonChooseVertexState()
Dradeon_context.h383 GLboolean needproj; member
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c103 if ( !rmesa->swtcl.needproj || in r200SetVertexFormat()
258 rmesa->swtcl.needproj = GL_TRUE; in r200ChooseVertexState()
269 rmesa->swtcl.needproj = GL_FALSE; in r200ChooseVertexState()
275 _tnl_need_projected_coords( ctx, rmesa->swtcl.needproj ); in r200ChooseVertexState()
Dr200_context.h564 GLboolean needproj; member