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

1 2 3 4 5 6 7

  /packages/services/Car/evs/app/
glError.cpp 36 case EGL_BAD_CONFIG:
37 return "EGL_BAD_CONFIG";
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp 303 log << TestLog::Section("Test2", "EGL_BAD_CONFIG is generated if config is not an EGL frame buffer configuration");
306 expectError(EGL_BAD_CONFIG);
310 log << TestLog::Section("Test3", "EGL_BAD_CONFIG is generated if config does not support the current rendering API");
319 expectError(EGL_BAD_CONFIG);
327 expectError(EGL_BAD_CONFIG);
335 expectError(EGL_BAD_CONFIG);
346 expectError(EGL_BAD_CONFIG);
354 expectError(EGL_BAD_CONFIG);
365 expectError(EGL_BAD_CONFIG);
373 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 41 case EGL_BAD_CONFIG: return "EGL_BAD_CONFIG";
egl.cpp 107 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;
  /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";
  /external/mesa3d/src/egl/main/
eglcurrent.c 245 case EGL_BAD_CONFIG:
246 s = "EGL_BAD_CONFIG";
eglcontext.c 517 err = EGL_BAD_CONFIG;
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 104 #define EGL_BAD_CONFIG 0x3005
  /packages/services/Car/evs/sampleDriver/
GlWrapper.cpp 77 case EGL_BAD_CONFIG:
78 return "EGL_BAD_CONFIG";
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 79 case EGL_BAD_CONFIG: return "EGL_BAD_CONFIG";
120 RETURN_ERROR(ret,EGL_BAD_CONFIG); \
    [all...]
  /development/ndk/platforms/android-14/include/EGL/
egl.h 82 #define EGL_BAD_CONFIG 0x3005
  /development/ndk/platforms/android-18/include/EGL/
egl.h 82 #define EGL_BAD_CONFIG 0x3005
  /development/ndk/platforms/android-19/include/EGL/
egl.h 82 #define EGL_BAD_CONFIG 0x3005
  /development/ndk/platforms/android-21/include/EGL/
egl.h 82 #define EGL_BAD_CONFIG 0x3005
  /development/ndk/platforms/android-23/include/EGL/
egl.h 82 #define EGL_BAD_CONFIG 0x3005
  /development/ndk/platforms/android-24/include/EGL/
egl.h 82 #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/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
egl.h 82 #define EGL_BAD_CONFIG 0x3005
  /frameworks/native/opengl/include/EGL/
egl.h 66 #define EGL_BAD_CONFIG 0x3005

Completed in 219 milliseconds

1 2 3 4 5 6 7