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

1 2 3 4

  /frameworks/native/opengl/tests/include/
EGLUtils.h 62 case EGL_BAD_CONFIG: return "EGL_BAD_CONFIG";
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp 297 log << TestLog::Section("Test2", "EGL_BAD_CONFIG is generated if config is not an EGL frame buffer configuration");
300 expectError(EGL_BAD_CONFIG);
304 log << TestLog::Section("Test3", "EGL_BAD_CONFIG is generated if config does not support the current rendering API");
313 expectError(EGL_BAD_CONFIG);
321 expectError(EGL_BAD_CONFIG);
329 expectError(EGL_BAD_CONFIG);
340 expectError(EGL_BAD_CONFIG);
348 expectError(EGL_BAD_CONFIG);
359 expectError(EGL_BAD_CONFIG);
367 expectError(EGL_BAD_CONFIG);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 239 case EGL10.EGL_BAD_CONFIG:
240 return "EGL_BAD_CONFIG";
EGL14.java 44 public static final int EGL_BAD_CONFIG = 0x3005;
  /frameworks/native/opengl/libs/EGL/
egl_tls.cpp 46 case EGL_BAD_CONFIG: return "EGL_BAD_CONFIG";
egl.cpp 114 return setError(EGL_BAD_CONFIG, egl_display_ptr(NULL));
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 44 public static final int EGL_BAD_CONFIG = 0x3005;
  /external/mesa3d/src/egl/main/
eglcurrent.c 290 case EGL_BAD_CONFIG:
291 s = "EGL_BAD_CONFIG";
eglcontext.c 387 err = EGL_BAD_CONFIG;
eglsurface.c 312 _eglError(EGL_BAD_CONFIG, func);
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 27 int EGL_BAD_CONFIG = 0x3005;
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 82 case EGL_BAD_CONFIG: return "BAD CONFIG";
  /external/deqp/framework/egl/
egluStrUtil.inl 48 case EGL_BAD_CONFIG: return "EGL_BAD_CONFIG";
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 104 #define EGL_BAD_CONFIG 0x3005
  /development/ndk/platforms/android-9/include/EGL/
egl.h 82 #define EGL_BAD_CONFIG 0x3005
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 82 #define EGL_BAD_CONFIG 0x3005
  /external/mesa3d/include/EGL/
egl.h 82 #define EGL_BAD_CONFIG 0x3005
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 47 ERROR_CASE(EGL_BAD_CONFIG)
  /frameworks/native/opengl/include/EGL/
egl.h 82 #define EGL_BAD_CONFIG 0x3005
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/EGL/
egl.h 82 #define EGL_BAD_CONFIG 0x3005
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/EGL/
egl.h 82 #define EGL_BAD_CONFIG 0x3005
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/EGL/
egl.h 82 #define EGL_BAD_CONFIG 0x3005
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/EGL/
egl.h 82 #define EGL_BAD_CONFIG 0x3005
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/EGL/
egl.h 82 #define EGL_BAD_CONFIG 0x3005
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/EGL/
egl.h 82 #define EGL_BAD_CONFIG 0x3005

Completed in 293 milliseconds

1 2 3 4