Searched refs:_BackfaceCullSign (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_context.h216 GLfloat _BackfaceCullSign; /** +1, 0, or -1 */ member in struct:__anon14578
H A Ds_aatritemp.h61 GLfloat bf = SWRAST_CONTEXT(ctx)->_BackfaceCullSign;
H A Ds_context.c128 * Examine polygon cull state to compute the _BackfaceCullSign field.
129 * _BackfaceCullSign will be 0 if no culling, -1 if culling back-faces,
156 SWRAST_CONTEXT(ctx)->_BackfaceCullSign = backface_sign;
H A Ds_tritemp.h240 if (area * bf * swrast->_BackfaceCullSign < 0.0)
H A Ds_triangle.c66 if (c * swrast->_BackfaceSign * swrast->_BackfaceCullSign <= 0.0F)
/external/mesa3d/src/mesa/swrast/
H A Ds_context.h216 GLfloat _BackfaceCullSign; /** +1, 0, or -1 */ member in struct:__anon27989
H A Ds_aatritemp.h61 GLfloat bf = SWRAST_CONTEXT(ctx)->_BackfaceCullSign;
H A Ds_context.c128 * Examine polygon cull state to compute the _BackfaceCullSign field.
129 * _BackfaceCullSign will be 0 if no culling, -1 if culling back-faces,
156 SWRAST_CONTEXT(ctx)->_BackfaceCullSign = backface_sign;
H A Ds_tritemp.h240 if (area * bf * swrast->_BackfaceCullSign < 0.0)
H A Ds_triangle.c66 if (c * swrast->_BackfaceSign * swrast->_BackfaceCullSign <= 0.0F)

Completed in 130 milliseconds