OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_LESS
(Results
1 - 4
of
4
) sorted by null
/system/core/include/pixelflinger/
pixelflinger.h
131
GGL_LESS
= 0x0201,
/system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp
707
case
GGL_LESS
: cc = LT; break;
731
case
GGL_LESS
: ic = HI; break;
[
all
...]
/system/core/libpixelflinger/
pixelflinger.cpp
803
c->state.depth_test.func =
GGL_LESS
;
scanline.cpp
825
case
GGL_LESS
: if (alpha<ref) break; goto discard;
843
case
GGL_LESS
: if (zz<depth) break; goto discard;
[
all
...]
Completed in 87 milliseconds