OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:STENCIL
(Results
1 - 2
of
2
) sorted by null
/system/core/include/pixelflinger/
format.h
92
STENCIL
= GGL_INDEX_STENCIL,
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java
83
STENCIL
("
Stencil
"),
85
STENCIL_FUNC("Front
Stencil
Function"),
86
STENCIL_VALUE_MASK("Front
Stencil
Mask"),
87
STENCIL_REF("Front
Stencil
Reference Value"),
88
STENCIL_FAIL("Front
Stencil
Fail Action"),
89
STENCIL_PASS_DEPTH_FAIL("Front
stencil
depth buffer fail action"),
90
STENCIL_PASS_DEPTH_PASS("Front
stencil
depth buffer pass action"),
91
STENCIL_BACK_FUNC("Back
stencil
function"),
92
STENCIL_BACK_VALUE_MASK("Back
stencil
mask")
[
all
...]
Completed in 1117 milliseconds