OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_BackfaceSign
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h
215
GLfloat
_BackfaceSign
; /** +1 or -1 */
s_aatritemp.h
110
span.facing = area * swrast->
_BackfaceSign
> 0.0F;
s_context.c
159
SWRAST_CONTEXT(ctx)->
_BackfaceSign
s_tritemp.h
138
GLfloat bf = SWRAST_CONTEXT(ctx)->
_BackfaceSign
;
[
all
...]
s_triangle.c
66
if (c * swrast->
_BackfaceSign
* swrast->_BackfaceCullSign <= 0.0F)
[
all
...]
/external/mesa3d/src/mesa/swrast/
s_context.h
215
GLfloat
_BackfaceSign
; /** +1 or -1 */
s_aatritemp.h
110
span.facing = area * swrast->
_BackfaceSign
> 0.0F;
s_context.c
159
SWRAST_CONTEXT(ctx)->
_BackfaceSign
s_tritemp.h
138
GLfloat bf = SWRAST_CONTEXT(ctx)->
_BackfaceSign
;
[
all
...]
s_triangle.c
66
if (c * swrast->
_BackfaceSign
* swrast->_BackfaceCullSign <= 0.0F)
[
all
...]
Completed in 83 milliseconds