OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EGL_SLOW_CONFIG
(Results
1 - 25
of
59
) sorted by null
1
2
3
/external/chromium_org/third_party/angle/src/libEGL/
Config.cpp
77
mConfigCaveat = (desc.fastConfig) ? EGL_NONE :
EGL_SLOW_CONFIG
;
185
META_ASSERT(EGL_NONE <
EGL_SLOW_CONFIG
&&
EGL_SLOW_CONFIG
< EGL_NON_CONFORMANT_CONFIG);
/frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if
88
public static final int
EGL_SLOW_CONFIG
= 0x3050;
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java
64
int
EGL_SLOW_CONFIG
= 0x3050;
/external/chromium_org/third_party/mesa/src/src/egl/main/
eglconfig.c
297
if (val != EGL_NONE && val !=
EGL_SLOW_CONFIG
&&
592
assert(EGL_NONE <
EGL_SLOW_CONFIG
);
593
assert(
EGL_SLOW_CONFIG
< EGL_NON_CONFORMANT_CONFIG);
/external/mesa3d/src/egl/main/
eglconfig.c
297
if (val != EGL_NONE && val !=
EGL_SLOW_CONFIG
&&
592
assert(EGL_NONE <
EGL_SLOW_CONFIG
);
593
assert(
EGL_SLOW_CONFIG
< EGL_NON_CONFORMANT_CONFIG);
/frameworks/base/opengl/java/android/opengl/
EGL14.java
88
public static final int
EGL_SLOW_CONFIG
= 0x3050;
/frameworks/native/opengl/tests/angeles/include/GLES/
egl.h
156
#define
EGL_SLOW_CONFIG
0x3050
/development/ndk/platforms/android-9/include/EGL/
egl.h
134
#define
EGL_SLOW_CONFIG
0x3050 /* EGL_CONFIG_CAVEAT value */
/external/chromium_org/ppapi/lib/gl/include/EGL/
egl.h
134
#define
EGL_SLOW_CONFIG
0x3050 /* EGL_CONFIG_CAVEAT value */
/external/chromium_org/third_party/angle/include/EGL/
egl.h
134
#define
EGL_SLOW_CONFIG
0x3050 /* EGL_CONFIG_CAVEAT value */
/external/chromium_org/third_party/khronos/EGL/
egl.h
134
#define
EGL_SLOW_CONFIG
0x3050 /* EGL_CONFIG_CAVEAT value */
/external/chromium_org/third_party/mesa/src/include/EGL/
egl.h
134
#define
EGL_SLOW_CONFIG
0x3050 /* EGL_CONFIG_CAVEAT value */
/external/mesa3d/include/EGL/
egl.h
134
#define
EGL_SLOW_CONFIG
0x3050 /* EGL_CONFIG_CAVEAT value */
/frameworks/native/opengl/include/EGL/
egl.h
134
#define
EGL_SLOW_CONFIG
0x3050 /* EGL_CONFIG_CAVEAT value */
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
egl.h
134
#define
EGL_SLOW_CONFIG
0x3050 /* EGL_CONFIG_CAVEAT value */
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
egl.h
134
#define
EGL_SLOW_CONFIG
0x3050 /* EGL_CONFIG_CAVEAT value */
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/
egl.h
134
#define
EGL_SLOW_CONFIG
0x3050 /* EGL_CONFIG_CAVEAT value */
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/EGL/
egl.h
134
#define
EGL_SLOW_CONFIG
0x3050 /* EGL_CONFIG_CAVEAT value */
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/EGL/
egl.h
134
#define
EGL_SLOW_CONFIG
0x3050 /* EGL_CONFIG_CAVEAT value */
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/EGL/
egl.h
134
#define
EGL_SLOW_CONFIG
0x3050 /* EGL_CONFIG_CAVEAT value */
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/EGL/
egl.h
134
#define
EGL_SLOW_CONFIG
0x3050 /* EGL_CONFIG_CAVEAT value */
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/EGL/
egl.h
134
#define
EGL_SLOW_CONFIG
0x3050 /* EGL_CONFIG_CAVEAT value */
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/EGL/
egl.h
134
#define
EGL_SLOW_CONFIG
0x3050 /* EGL_CONFIG_CAVEAT value */
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/EGL/
egl.h
134
#define
EGL_SLOW_CONFIG
0x3050 /* EGL_CONFIG_CAVEAT value */
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/EGL/
egl.h
134
#define
EGL_SLOW_CONFIG
0x3050 /* EGL_CONFIG_CAVEAT value */
Completed in 62 milliseconds
1
2
3