OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scissorTest
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java
166
IGLProperty
scissorTest
= new GLBooleanProperty(GLStateType.SCISSOR_TEST, Boolean.FALSE);
226
scissorTest
, scissorBox, stencil,
/external/chromium_org/third_party/angle/src/libGLESv2/
Context.cpp
64
mState.
scissorTest
= false;
516
mState.
scissorTest
= enabled;
521
return mState.
scissorTest
;
[
all
...]
Context.h
130
bool
scissorTest
;
Completed in 636 milliseconds