/frameworks/native/opengl/libs/EGL/ |
D | egl_platform_entries.cpp | 283 if (!dp) return setError(EGL_BAD_DISPLAY, (EGLBoolean)EGL_FALSE); in eglInitializeImpl() 296 if (!dp) return setError(EGL_BAD_DISPLAY, (EGLBoolean)EGL_FALSE); in eglTerminateImpl() 785 return setError(EGL_BAD_DISPLAY, EGL_NO_SURFACE); in eglCreatePlatformWindowSurfaceImpl() 979 if (!dp) return setError(EGL_BAD_DISPLAY, (EGLBoolean)EGL_FALSE); in eglMakeCurrentImpl() 1621 return setError(EGL_BAD_DISPLAY, (EGLBoolean)EGL_FALSE); in eglLockSurfaceKHRImpl() 1635 return setError(EGL_BAD_DISPLAY, (EGLBoolean)EGL_FALSE); in eglUnlockSurfaceKHRImpl() 1681 return setError(EGL_BAD_DISPLAY, EGL_NO_IMAGE); in eglCreateImageImpl() 1716 return setError(EGL_BAD_DISPLAY, EGL_FALSE); in eglDestroyImageImpl() 1758 return setError(EGL_BAD_DISPLAY, EGL_NO_SYNC); in eglCreateSyncImpl() 1791 return setError(EGL_BAD_DISPLAY, EGL_FALSE); in eglDestroySyncImpl() [all …]
|
D | egl_tls.cpp | 51 case EGL_BAD_DISPLAY: in egl_strerror()
|
D | egl_display.cpp | 547 if (!dp) return setError(EGL_BAD_DISPLAY, (egl_display_t*)nullptr); in validate_display()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLUtils.java | 245 case EGL10.EGL_BAD_DISPLAY: in getEGLErrorString()
|
D | EGL14.java | 49 public static final int EGL_BAD_DISPLAY = 0x3008; field in EGL14
|
D | EGLLogWrapper.java | 553 case EGL_BAD_DISPLAY: in getErrorString()
|
/frameworks/native/opengl/tests/angeles/ |
D | app-linux.cpp | 82 case EGL_BAD_DISPLAY: return "BAD DISPLAY"; in egl_strerror()
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 31 int EGL_BAD_DISPLAY = 0x3008; field
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egl.h | 107 #define EGL_BAD_DISPLAY 0x3008 macro
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | gl_env.cpp | 335 case EGL_BAD_DISPLAY: in CheckEGLMakeCurrentError()
|
/frameworks/native/opengl/tests/lib/include/ |
D | EGLUtils.h | 81 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY"; in strerror()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_presentation_time.txt | 97 EGL_BAD_DISPLAY error is generated. If <surface> is not a valid EGLSurface
|
D | EGL_ANDROID_native_fence_sync.txt | 154 EGL_NO_SYNC_KHR is returned and an EGL_BAD_DISPLAY error is
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 69 #define EGL_BAD_DISPLAY 0x3008 macro
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | EGL14Header.java-if | 49 public static final int EGL_BAD_DISPLAY = 0x3008;
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 60 ERROR_CASE(EGL_BAD_DISPLAY) in egl_error_str()
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 59 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY"; in checkEglError()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18702 field public static final int EGL_BAD_DISPLAY = 12296; // 0x3008 51711 field public static final int EGL_BAD_DISPLAY = 12296; // 0x3008
|
/frameworks/base/core/api/ |
D | current.txt | 29561 field public static final int EGL_BAD_DISPLAY = 12296; // 0x3008 61567 field public static final int EGL_BAD_DISPLAY = 12296; // 0x3008
|