OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GL_MULTISAMPLE
(Results
1 - 25
of
36
) sorted by null
1
2
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp
163
case
GL_MULTISAMPLE
:
/frameworks/base/opengl/tests/angeles/
app-linux.cpp
170
//
GL_MULTISAMPLE
is enabled by default
171
glDisable(
GL_MULTISAMPLE
);
/development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLEnum.java
282
GL_MULTISAMPLE
(0x809D),
/frameworks/base/opengl/java/android/opengl/
GLES10.java
130
public static final int
GL_MULTISAMPLE
= 0x809D;
[
all
...]
GLLogWrapper.java
491
case
GL_MULTISAMPLE
:
492
return "
GL_MULTISAMPLE
";
[
all
...]
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java
128
int
GL_MULTISAMPLE
= 0x809D;
/frameworks/base/opengl/libagl/
state.cpp
198
case
GL_MULTISAMPLE
:
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLEnum.java
282
GL_MULTISAMPLE
(0x809D),
/development/ndk/platforms/android-4/include/GLES/
gl.h
158
#define
GL_MULTISAMPLE
0x809D
[
all
...]
/development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h
159
#define
GL_MULTISAMPLE
0x809D
[
all
...]
/frameworks/base/opengl/include/GLES/
gl.h
159
#define
GL_MULTISAMPLE
0x809D
[
all
...]
/frameworks/base/opengl/tests/angeles/include/GLES/
gl.h
186
#define
GL_MULTISAMPLE
0x809D
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h
158
#define
GL_MULTISAMPLE
0x809D
[
all
...]
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h
158
#define
GL_MULTISAMPLE
0x809D
[
all
...]
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h
158
#define
GL_MULTISAMPLE
0x809D
[
all
...]
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h
158
#define
GL_MULTISAMPLE
0x809D
[
all
...]
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
gl.h
158
#define
GL_MULTISAMPLE
0x809D
[
all
...]
/prebuilt/ndk/android-ndk-r5/platforms/android-4/arch-arm/usr/include/GLES/
gl.h
158
#define
GL_MULTISAMPLE
0x809D
[
all
...]
/prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-arm/usr/include/GLES/
gl.h
158
#define
GL_MULTISAMPLE
0x809D
[
all
...]
/prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-x86/usr/include/GLES/
gl.h
158
#define
GL_MULTISAMPLE
0x809D
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl.h
[
all
...]
/external/qemu/distrib/sdl-1.2.12/include/
SDL_opengl.h
276
#define
GL_MULTISAMPLE
0x809D
[
all
...]
/prebuilt/darwin-x86/sdl/include/SDL/
SDL_opengl.h
276
#define
GL_MULTISAMPLE
0x809D
[
all
...]
/prebuilt/linux-x86/sdl/include/SDL/
SDL_opengl.h
276
#define
GL_MULTISAMPLE
0x809D
[
all
...]
/prebuilt/windows/sdl/host/include/SDL/
SDL_opengl.h
276
#define
GL_MULTISAMPLE
0x809D
[
all
...]
Completed in 858 milliseconds
1
2