HomeSort by relevance Sort by last modified time
    Searched refs:EGL_CONFIG_CAVEAT (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglValidate.cpp 28 case EGL_CONFIG_CAVEAT:
  /external/deqp/framework/egl/
egluConfigInfo.cpp 44 case EGL_CONFIG_CAVEAT: return configCaveat;
81 eglGetConfigAttrib(display, config, EGL_CONFIG_CAVEAT, (EGLint*)&dst->configCaveat);
egluStrUtil.cpp 43 case EGL_CONFIG_CAVEAT:
egluStrUtil.inl 86 case EGL_CONFIG_CAVEAT: return "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;
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 218 { EGL_CONFIG_CAVEAT, EGL_DONT_CARE },
386 { EGL_CONFIG_CAVEAT, ChooseConfigRandomCase::getConfigCaveat, },
474 { EGL_CONFIG_CAVEAT, "config_caveat" },
571 EGL_CONFIG_CAVEAT,
teglChooseConfigReference.cpp 218 rules[EGL_CONFIG_CAVEAT] = AttribRule(EGL_CONFIG_CAVEAT, EGL_DONT_CARE, CRITERIA_EXACT, SORTORDER_SPECIAL); // 1
teglConfigList.cpp 110 eglGetConfigAttrib(display, configs[i], EGL_CONFIG_CAVEAT, &val);
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 43 int EGL_CONFIG_CAVEAT = 0x3027;
  /cts/tests/tests/graphics/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);
  /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);
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 128 EGL_CONFIG_CAVEAT, EGL_NONE,
  /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,

Completed in 431 milliseconds

1 2 3 4 5