/external/chromium_org/ui/gl/ |
egl_util.cc | 24 case EGL_BAD_ACCESS: 25 return "EGL_BAD_ACCESS";
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglcontext.c | 503 * bound to contexts in another thread, an EGL_BAD_ACCESS error is 512 return _eglError(EGL_BAD_ACCESS, "eglMakeCurrent"); 516 return _eglError(EGL_BAD_ACCESS, "eglMakeCurrent"); 521 return _eglError(EGL_BAD_ACCESS, "eglMakeCurrent"); 543 return _eglError(EGL_BAD_ACCESS, "eglMakeCurrent");
|
eglcurrent.c | 281 case EGL_BAD_ACCESS: 282 s = "EGL_BAD_ACCESS";
|
/external/mesa3d/src/egl/main/ |
eglcontext.c | 503 * bound to contexts in another thread, an EGL_BAD_ACCESS error is 512 return _eglError(EGL_BAD_ACCESS, "eglMakeCurrent"); 516 return _eglError(EGL_BAD_ACCESS, "eglMakeCurrent"); 521 return _eglError(EGL_BAD_ACCESS, "eglMakeCurrent"); 543 return _eglError(EGL_BAD_ACCESS, "eglMakeCurrent");
|
eglcurrent.c | 281 case EGL_BAD_ACCESS: 282 s = "EGL_BAD_ACCESS";
|
/frameworks/native/opengl/tests/include/ |
EGLUtils.h | 59 case EGL_BAD_ACCESS: return "EGL_BAD_ACCESS";
|
/frameworks/base/opengl/java/android/opengl/ |
GLUtils.java | 241 case EGL10.EGL_BAD_ACCESS: 242 return "EGL_BAD_ACCESS";
|
EGL14.java | 41 public static final int EGL_BAD_ACCESS = 0x3002;
|
/frameworks/native/opengl/libs/EGL/ |
egl_tls.cpp | 43 case EGL_BAD_ACCESS: return "EGL_BAD_ACCESS";
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
EGL14Header.java-if | 41 public static final int EGL_BAD_ACCESS = 0x3002;
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
EGL10.java | 24 int EGL_BAD_ACCESS = 0x3002;
|
/frameworks/native/opengl/tests/angeles/ |
app-linux.cpp | 79 case EGL_BAD_ACCESS: return "BAD ACCESS";
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
SwapChain11.cpp | 369 return EGL_BAD_ACCESS; 429 return EGL_BAD_ACCESS; 612 return EGL_BAD_ACCESS;
|
SwapChain9.cpp | 103 return EGL_BAD_ACCESS;
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
egl.h | 101 #define EGL_BAD_ACCESS 0x3002
|
/development/ndk/platforms/android-9/include/EGL/ |
egl.h | 79 #define EGL_BAD_ACCESS 0x3002
|
/external/chromium_org/ppapi/lib/gl/include/EGL/ |
egl.h | 79 #define EGL_BAD_ACCESS 0x3002
|
/external/chromium_org/third_party/angle/include/EGL/ |
egl.h | 79 #define EGL_BAD_ACCESS 0x3002
|
/external/chromium_org/third_party/khronos/EGL/ |
egl.h | 79 #define EGL_BAD_ACCESS 0x3002
|
/external/chromium_org/third_party/mesa/src/include/EGL/ |
egl.h | 79 #define EGL_BAD_ACCESS 0x3002
|
/external/mesa3d/include/EGL/ |
egl.h | 79 #define EGL_BAD_ACCESS 0x3002
|
/frameworks/base/media/mca/filterfw/native/core/ |
gl_env.cpp | 335 case EGL_BAD_ACCESS:
|
/frameworks/native/opengl/include/EGL/ |
egl.h | 79 #define EGL_BAD_ACCESS 0x3002
|
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/ |
egl.h | 79 #define EGL_BAD_ACCESS 0x3002
|
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/ |
egl.h | 79 #define EGL_BAD_ACCESS 0x3002
|