HomeSort by relevance Sort by last modified time
    Searched refs:_BackfaceCullSign (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h 216 GLfloat _BackfaceCullSign; /** +1, 0, or -1 */
s_aatritemp.h 61 GLfloat bf = SWRAST_CONTEXT(ctx)->_BackfaceCullSign;
s_context.c 128 * 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;
s_tritemp.h 240 if (area * bf * swrast->_BackfaceCullSign < 0.0)
    [all...]
s_triangle.c 66 if (c * swrast->_BackfaceSign * swrast->_BackfaceCullSign <= 0.0F)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_context.h 216 GLfloat _BackfaceCullSign; /** +1, 0, or -1 */
s_aatritemp.h 61 GLfloat bf = SWRAST_CONTEXT(ctx)->_BackfaceCullSign;
s_context.c 128 * 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;
s_tritemp.h 240 if (area * bf * swrast->_BackfaceCullSign < 0.0)
    [all...]
s_triangle.c 66 if (c * swrast->_BackfaceSign * swrast->_BackfaceCullSign <= 0.0F)
    [all...]

Completed in 95 milliseconds