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

1 2

  /external/swiftshader/src/OpenGL/libEGL/
Config.cpp 210 static_assert(EGL_NONE < EGL_SLOW_CONFIG && EGL_SLOW_CONFIG < EGL_NON_CONFORMANT_CONFIG, "");
299 static_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/deqp/framework/egl/
egluStrUtil.inl 198 case EGL_SLOW_CONFIG: return "EGL_SLOW_CONFIG";
  /external/mesa3d/src/egl/main/
eglconfig.c 306 if (val != EGL_NONE && val != EGL_SLOW_CONFIG &&
602 STATIC_ASSERT(EGL_NONE < EGL_SLOW_CONFIG);
603 STATIC_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
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 134 #define EGL_SLOW_CONFIG 0x3050 /* EGL_CONFIG_CAVEAT value */
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
egl.h 135 #define EGL_SLOW_CONFIG 0x3050 /* EGL_CONFIG_CAVEAT value */
  /frameworks/native/opengl/include/EGL/
egl.h 107 #define EGL_SLOW_CONFIG 0x3050
  /cts/tests/framework/base/activitymanager/src/android/server/am/
ActivityManagerGetConfigTests.java 197 if (attrib[0] == EGL10.EGL_SLOW_CONFIG) {
  /external/mesa3d/include/EGL/
egl.h 107 #define EGL_SLOW_CONFIG 0x3050
  /external/swiftshader/include/EGL/
egl.h 107 #define EGL_SLOW_CONFIG 0x3050
  /external/deqp/framework/egl/wrapper/
eglwEnums.inl 98 #define EGL_SLOW_CONFIG 0x3050
eglwEnumsC.inl 98 #define EGL_SLOW_CONFIG 0x3050
  /external/deqp/modules/egl/
teglChooseConfigReference.cpp 97 case EGL_SLOW_CONFIG: return 1;
teglChooseConfigTests.cpp 386 static const EGLint caveats[] = { EGL_SLOW_CONFIG, EGL_NON_CONFORMANT_CONFIG };
teglQueryConfigTests.cpp 310 if (!(value == EGL_NONE || value == EGL_SLOW_CONFIG || value == EGL_NON_CONFORMANT_CONFIG))
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 548 ALOGW_IF(caveat == EGL_SLOW_CONFIG, "EGL_SLOW_CONFIG selected!");
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
android.jar 
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 196 value = EGL_SLOW_CONFIG;
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 923 { EGL_CONFIG_CAVEAT, EGL_SLOW_CONFIG },
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerShellCommand.java     [all...]

Completed in 231 milliseconds

1 2