OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GL_SCISSOR_TEST
(Results
1 - 25
of
184
) sorted by null
1
2
3
4
5
6
7
8
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmUtils.cpp
61
case
GL_SCISSOR_TEST
:
GLEScmValidate.cpp
174
case
GL_SCISSOR_TEST
:
/external/chromium_org/gpu/command_buffer/client/
client_context_state_impl_autogen.h
72
case
GL_SCISSOR_TEST
:
112
case
GL_SCISSOR_TEST
:
/frameworks/base/cmds/bootanimation/
BootAnimation.cpp
325
glDisable(
GL_SCISSOR_TEST
);
352
glDisable(
GL_SCISSOR_TEST
);
355
glEnable(
GL_SCISSOR_TEST
);
474
glDisable(
GL_SCISSOR_TEST
);
528
glEnable(
GL_SCISSOR_TEST
);
535
glDisable(
GL_SCISSOR_TEST
);
/external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_0_autogen.h
21
ExpectEnableDisable(
GL_SCISSOR_TEST
, false);
context_state_impl_autogen.h
94
EnableDisable(
GL_SCISSOR_TEST
, enable_flags.scissor_test);
155
case
GL_SCISSOR_TEST
:
472
case
GL_SCISSOR_TEST
:
797
case
GL_SCISSOR_TEST
:
gles2_cmd_validation_implementation_autogen.h
53
GL_SCISSOR_TEST
,
224
GL_SCISSOR_TEST
,
gles2_cmd_copy_texture_chromium.cc
413
glDisable(
GL_SCISSOR_TEST
);
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp
101
case
GL_SCISSOR_TEST
:
/external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc
74
glGetBooleanv(
GL_SCISSOR_TEST
, &scissor_test_);
219
GLEnableDisable(
GL_SCISSOR_TEST
, scissor_test_);
/frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp
189
glEnable(
GL_SCISSOR_TEST
);
193
glDisable(
GL_SCISSOR_TEST
);
/frameworks/base/libs/hwui/
Caches.cpp
79
glDisable(
GL_SCISSOR_TEST
);
605
glEnable(
GL_SCISSOR_TEST
);
615
glDisable(
GL_SCISSOR_TEST
);
624
if (enabled) glEnable(
GL_SCISSOR_TEST
);
625
else glDisable(
GL_SCISSOR_TEST
);
/cts/tests/tests/media/src/android/media/cts/
PresentationSyncTest.java
398
GLES20.glEnable(GLES20.
GL_SCISSOR_TEST
);
402
GLES20.glDisable(GLES20.
GL_SCISSOR_TEST
);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp
692
m_context->disable(
GL_SCISSOR_TEST
);
728
m_context->disable(
GL_SCISSOR_TEST
);
734
m_context->enable(
GL_SCISSOR_TEST
);
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.cpp
133
case
GL_SCISSOR_TEST
:
/frameworks/native/opengl/tests/filter/
filter.cpp
161
glDisable(
GL_SCISSOR_TEST
);
164
//glDisable(
GL_SCISSOR_TEST
);
167
//glEnable(
GL_SCISSOR_TEST
);
/sdk/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp
133
case
GL_SCISSOR_TEST
:
/external/chromium_org/gpu/command_buffer/tests/
gl_copy_texture_CHROMIUM_unittest.cc
260
glEnableDisable(
GL_SCISSOR_TEST
, setting);
274
EXPECT_EQ(setting, glIsEnabled(
GL_SCISSOR_TEST
));
/external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp
55
#define
GL_SCISSOR_TEST
0x0B90
346
m_context->disable(
GL_SCISSOR_TEST
);
/frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp
[
all
...]
/frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES10Header.java-if
185
public static final int
GL_SCISSOR_TEST
= 0x0C11;
GLES20Header.java-if
83
public static final int
GL_SCISSOR_TEST
= 0x0C11;
/development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java
151
gl.glDisable(gl.
GL_SCISSOR_TEST
);
/frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp
450
glEnable(
GL_SCISSOR_TEST
);
466
glDisable(
GL_SCISSOR_TEST
);
830
glEnable(
GL_SCISSOR_TEST
);
[
all
...]
/external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils.cc
153
case
GL_SCISSOR_TEST
:
Completed in 2504 milliseconds
1
2
3
4
5
6
7
8