Searched refs:EGL_BAD_CONFIG (Results 1 - 13 of 13) 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 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.cpp224 return setError(EGL_BAD_CONFIG, egl_display_ptr(NULL));
H A DeglApi.cpp1039 return setError(EGL_BAD_CONFIG, EGL_NO_SURFACE);
/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/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/native/services/surfaceflinger/DisplayHardware/
H A DDisplayHardware.cpp69 case EGL_BAD_CONFIG: return "EGL_BAD_CONFIG";
/frameworks/rs/driver/
H A DrsdGL.cpp62 case EGL_BAD_CONFIG: return "EGL_BAD_CONFIG";
/frameworks/native/opengl/libagl/
H A Degl.cpp1196 return setError(EGL_BAD_CONFIG, EGL_FALSE);

Completed in 147 milliseconds