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

1 2 3 4 5 6 7

  /frameworks/native/opengl/tests/configdump/
configdump.cpp 39 ATTRIBUTE( EGL_CONFIG_CAVEAT ),
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 97 const EGLint aCaveat = eglu::getConfigAttribInt(egl, display, as[configNdx], EGL_CONFIG_CAVEAT);
98 const EGLint bCaveat = eglu::getConfigAttribInt(egl, display, bs[configNdx], EGL_CONFIG_CAVEAT);
262 { EGL_CONFIG_CAVEAT, EGL_DONT_CARE },
429 { EGL_CONFIG_CAVEAT, ChooseConfigRandomCase::getConfigCaveat, },
553 { EGL_CONFIG_CAVEAT, "config_caveat" },
650 EGL_CONFIG_CAVEAT,
teglSimpleConfigCase.cpp 143 return c.get(EGL_CONFIG_CAVEAT) != EGL_NON_CONFORMANT_CONFIG;
teglConfigList.cpp 112 egl.getConfigAttrib(display, configs[i], EGL_CONFIG_CAVEAT, &val);
teglChooseConfigReference.cpp 300 rules[EGL_CONFIG_CAVEAT] = AttribRule(EGL_CONFIG_CAVEAT, EGL_DONT_CARE, CRITERIA_EXACT, SORTORDER_SPECIAL); // 1
teglQueryConfigTests.cpp 314 log << TestLog::Message << "Fail, invalid EGL_CONFIG_CAVEAT value" << TestLog::EndMessage;
375 case EGL_CONFIG_CAVEAT:
568 { EGL_CONFIG_CAVEAT, "config_caveat" },
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 80 X(EGL_CONFIG_CAVEAT),
  /cts/tests/tests/graphics/src/android/graphics/cts/
RenderTarget.java 20 import static android.opengl.EGL14.EGL_CONFIG_CAVEAT;
156 EGL_CONFIG_CAVEAT, EGL_NONE,
  /external/deqp/framework/egl/
egluConfigInfo.cpp 50 case EGL_CONFIG_CAVEAT: return configCaveat;
99 egl.getConfigAttrib(display, config, EGL_CONFIG_CAVEAT, (EGLint*)&dst->configCaveat);
egluStrUtil.cpp 37 case EGL_CONFIG_CAVEAT:
egluStrUtil.inl 88 case EGL_CONFIG_CAVEAT: return "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;
  /external/swiftshader/src/OpenGL/libEGL/
Config.cpp 39 // as non-conformant configs, but only when EGL_CONFIG_CAVEAT is EGL_NON_CONFORMANT_CONFIG or EGL_DONT_CARE.
380 case EGL_CONFIG_CAVEAT: match = config->mConfigCaveat == (EGLenum)attribute[1]; break;
419 if(attribute[0] == EGL_CONFIG_CAVEAT)
  /cts/hostsidetests/sustainedperf/shadertoy_android/src/
GLtestView.java 241 EGL10.EGL_CONFIG_CAVEAT,
276 "EGL_CONFIG_CAVEAT",
  /cts/tests/tests/opengl/src/android/opengl/cts/
EglConfigGLSurfaceView.java 253 EGL10.EGL_CONFIG_CAVEAT,
288 "EGL_CONFIG_CAVEAT",
  /external/mesa3d/src/egl/main/
eglconfig.h 110 ATTRIB_MAP(EGL_CONFIG_CAVEAT, ConfigCaveat);
eglconfig.c 177 { EGL_CONFIG_CAVEAT, ATTRIB_TYPE_ENUM,
305 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",
  /development/ndk/platforms/android-14/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 */
  /development/ndk/platforms/android-18/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 */

Completed in 222 milliseconds

1 2 3 4 5 6 7