/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglValidate.cpp | 28 case EGL_CONFIG_CAVEAT:
|
/external/chromium_org/gpu/gles2_conform_support/egl/ |
config.cc | 80 case EGL_CONFIG_CAVEAT:
|
/frameworks/native/opengl/tests/configdump/ |
configdump.cpp | 37 ATTRIBUTE( EGL_CONFIG_CAVEAT ),
|
/frameworks/native/opengl/tests/lib/ |
glTestLib.cpp | 81 X(EGL_CONFIG_CAVEAT),
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
EGL14Header.java-if | 61 public static final int EGL_CONFIG_CAVEAT = 0x3027;
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
EGL10.java | 43 int EGL_CONFIG_CAVEAT = 0x3027;
|
/cts/tests/src/android/opengl/cts/ |
EglConfigGLSurfaceView.java | 253 EGL10.EGL_CONFIG_CAVEAT, 288 "EGL_CONFIG_CAVEAT",
|
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/ |
GL2JNIView.java | 241 EGL10.EGL_CONFIG_CAVEAT, 276 "EGL_CONFIG_CAVEAT",
|
/external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/ |
egl_glx.c | 210 { GLX_CONFIG_CAVEAT, EGL_CONFIG_CAVEAT }, 301 case EGL_CONFIG_CAVEAT: 357 { GLX_VISUAL_CAVEAT_EXT, EGL_CONFIG_CAVEAT } 411 case EGL_CONFIG_CAVEAT: [all...] |
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglconfig.h | 102 ATTRIB_MAP(EGL_CONFIG_CAVEAT, ConfigCaveat);
|
eglconfig.c | 174 { EGL_CONFIG_CAVEAT, ATTRIB_TYPE_ENUM, 296 case EGL_CONFIG_CAVEAT:
|
/external/mesa3d/src/egl/drivers/glx/ |
egl_glx.c | 210 { GLX_CONFIG_CAVEAT, EGL_CONFIG_CAVEAT }, 301 case EGL_CONFIG_CAVEAT: 357 { GLX_VISUAL_CAVEAT_EXT, EGL_CONFIG_CAVEAT } 411 case EGL_CONFIG_CAVEAT: [all...] |
/external/mesa3d/src/egl/main/ |
eglconfig.h | 102 ATTRIB_MAP(EGL_CONFIG_CAVEAT, ConfigCaveat);
|
eglconfig.c | 174 { EGL_CONFIG_CAVEAT, ATTRIB_TYPE_ENUM, 296 case EGL_CONFIG_CAVEAT:
|
/frameworks/base/opengl/java/android/opengl/ |
EGL14.java | 61 public static final int EGL_CONFIG_CAVEAT = 0x3027;
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
egl.h | 125 #define EGL_CONFIG_CAVEAT 0x3027
|
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
GL2JNIView.java | 197 EGL10.EGL_CONFIG_CAVEAT, 232 "EGL_CONFIG_CAVEAT",
|
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/ |
GLPerfView.java | 197 EGL10.EGL_CONFIG_CAVEAT, 232 "EGL_CONFIG_CAVEAT",
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
GLDualGL2View.java | 200 EGL10.EGL_CONFIG_CAVEAT, 235 "EGL_CONFIG_CAVEAT",
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
FBConfig.cpp | 35 EGL_CONFIG_CAVEAT,
|
/frameworks/rs/driver/ |
rsdGL.cpp | 98 X(EGL_CONFIG_CAVEAT), 218 configAttribsPtr[0] = EGL_CONFIG_CAVEAT;
|
/development/ndk/platforms/android-9/include/EGL/ |
egl.h | 103 #define EGL_CONFIG_CAVEAT 0x3027 134 #define EGL_SLOW_CONFIG 0x3050 /* EGL_CONFIG_CAVEAT value */ 135 #define EGL_NON_CONFORMANT_CONFIG 0x3051 /* EGL_CONFIG_CAVEAT value */
|
/external/chromium_org/ppapi/lib/gl/include/EGL/ |
egl.h | 103 #define EGL_CONFIG_CAVEAT 0x3027 134 #define EGL_SLOW_CONFIG 0x3050 /* EGL_CONFIG_CAVEAT value */ 135 #define EGL_NON_CONFORMANT_CONFIG 0x3051 /* EGL_CONFIG_CAVEAT value */
|
/external/chromium_org/third_party/angle/include/EGL/ |
egl.h | 103 #define EGL_CONFIG_CAVEAT 0x3027 134 #define EGL_SLOW_CONFIG 0x3050 /* EGL_CONFIG_CAVEAT value */ 135 #define EGL_NON_CONFORMANT_CONFIG 0x3051 /* EGL_CONFIG_CAVEAT value */
|
/external/chromium_org/third_party/angle/src/libEGL/ |
Config.cpp | 265 case EGL_CONFIG_CAVEAT: match = config->mConfigCaveat == (EGLenum) attribute[1]; break;
|