Searched refs:EGL_BAD_CONFIG (Results 1 - 15 of 15) sorted by relevance

/frameworks/native/opengl/tests/include/
H A DEGLUtils.h62 case EGL_BAD_CONFIG: return "EGL_BAD_CONFIG";
/frameworks/base/opengl/java/android/opengl/
H A DGLUtils.java247 case EGL10.EGL_BAD_CONFIG:
248 return "EGL_BAD_CONFIG";
H A DEGL14.java44 public static final int EGL_BAD_CONFIG = 0x3005; field in class:EGL14
H A DEGLLogWrapper.java547 case EGL_BAD_CONFIG:
548 return "EGL_BAD_CONFIG";
/frameworks/native/opengl/libs/EGL/
H A Degl_tls.cpp46 case EGL_BAD_CONFIG: return "EGL_BAD_CONFIG";
H A Degl.cpp270 return setError(EGL_BAD_CONFIG, egl_display_ptr(NULL));
H A DeglApi.cpp1333 return setError(EGL_BAD_CONFIG, EGL_NO_SURFACE);
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14Header.java-if44 public static final int EGL_BAD_CONFIG = 0x3005;
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java27 int EGL_BAD_CONFIG = 0x3005; field in interface:EGL10
/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp82 case EGL_BAD_CONFIG: return "BAD CONFIG";
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp43 ERROR_CASE(EGL_BAD_CONFIG)
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h104 #define EGL_BAD_CONFIG 0x3005 macro
/frameworks/native/opengl/include/EGL/
H A Degl.h82 #define EGL_BAD_CONFIG 0x3005 macro
/frameworks/rs/driver/
H A DrsdGL.cpp60 case EGL_BAD_CONFIG: return "EGL_BAD_CONFIG";
/frameworks/native/opengl/libagl/
H A Degl.cpp1206 return setError(EGL_BAD_CONFIG, EGL_FALSE);

Completed in 5145 milliseconds