OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STENCIL_TEST
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_stencil.c
175
#define
STENCIL_TEST
(FUNC) \
232
STENCIL_TEST
(0);
236
STENCIL_TEST
(ref < s);
239
STENCIL_TEST
(ref <= s);
242
STENCIL_TEST
(ref > s);
245
STENCIL_TEST
(ref >= s);
248
STENCIL_TEST
(ref == s);
251
STENCIL_TEST
(ref != s);
254
STENCIL_TEST
(1);
/external/mesa3d/src/mesa/swrast/
s_stencil.c
175
#define
STENCIL_TEST
(FUNC) \
232
STENCIL_TEST
(0);
236
STENCIL_TEST
(ref < s);
239
STENCIL_TEST
(ref <= s);
242
STENCIL_TEST
(ref > s);
245
STENCIL_TEST
(ref >= s);
248
STENCIL_TEST
(ref == s);
251
STENCIL_TEST
(ref != s);
254
STENCIL_TEST
(1);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java
84
STENCIL_TEST
("Stenciling enabled"),
GLState.java
174
IGLProperty stencilTest = new GLBooleanProperty(GLStateType.
STENCIL_TEST
, Boolean.FALSE);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.idl
146
const GLenum
STENCIL_TEST
= 0x0B90;
[
all
...]
Completed in 184 milliseconds