OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GL_SAMPLE_COVERAGE
(Results
1 - 25
of
54
) sorted by null
1
2
3
/development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp
100
case
GL_SAMPLE_COVERAGE
:
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp
173
case
GL_SAMPLE_COVERAGE
:
/development/tools/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp
185
case
GL_SAMPLE_COVERAGE
:
/development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLServerState.java
59
enableDisables.put(GLEnum.
GL_SAMPLE_COVERAGE
.value, 0);
GLEnum.java
285
GL_SAMPLE_COVERAGE
(0x80A0),
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerState.java
59
enableDisables.put(GLEnum.
GL_SAMPLE_COVERAGE
.value, 0);
GLEnum.java
285
GL_SAMPLE_COVERAGE
(0x80A0),
/frameworks/base/opengl/java/android/opengl/
GLES10.java
184
public static final int
GL_SAMPLE_COVERAGE
= 0x80A0;
[
all
...]
GLES20.java
86
public static final int
GL_SAMPLE_COVERAGE
= 0x80A0;
[
all
...]
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java
182
int
GL_SAMPLE_COVERAGE
= 0x80A0;
/frameworks/base/opengl/libagl/
state.cpp
201
case
GL_SAMPLE_COVERAGE
:
/development/ndk/platforms/android-4/include/GLES/
gl.h
161
#define
GL_SAMPLE_COVERAGE
0x80A0
[
all
...]
/development/ndk/platforms/android-5/include/GLES2/
gl2.h
153
#define
GL_SAMPLE_COVERAGE
0x80A0
/development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h
162
#define
GL_SAMPLE_COVERAGE
0x80A0
[
all
...]
/development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h
154
#define
GL_SAMPLE_COVERAGE
0x80A0
/external/mesa3d/include/GLES2/
gl2.h
154
#define
GL_SAMPLE_COVERAGE
0x80A0
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h
154
#define
GL_SAMPLE_COVERAGE
0x80A0
/frameworks/base/opengl/include/GLES/
gl.h
162
#define
GL_SAMPLE_COVERAGE
0x80A0
[
all
...]
/frameworks/base/opengl/include/GLES2/
gl2.h
154
#define
GL_SAMPLE_COVERAGE
0x80A0
/frameworks/base/opengl/tests/angeles/include/GLES/
gl.h
189
#define
GL_SAMPLE_COVERAGE
0x80A0
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h
161
#define
GL_SAMPLE_COVERAGE
0x80A0
[
all
...]
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h
161
#define
GL_SAMPLE_COVERAGE
0x80A0
[
all
...]
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2.h
153
#define
GL_SAMPLE_COVERAGE
0x80A0
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h
161
#define
GL_SAMPLE_COVERAGE
0x80A0
[
all
...]
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2.h
153
#define
GL_SAMPLE_COVERAGE
0x80A0
Completed in 51 milliseconds
1
2
3