/frameworks/native/opengl/libagl/ |
D | egl.cpp | 1290 return setError(EGL_BAD_DISPLAY, EGL_NO_SURFACE); in createWindowSurface() 1339 return setError(EGL_BAD_DISPLAY, EGL_NO_SURFACE); in createPixmapSurface() 1385 return setError(EGL_BAD_DISPLAY, EGL_NO_SURFACE); in createPbufferSurface() 1457 return setError(EGL_BAD_DISPLAY, EGL_FALSE); in eglInitialize() 1478 return setError(EGL_BAD_DISPLAY, EGL_FALSE); in eglTerminate() 1500 return setError(EGL_BAD_DISPLAY, EGL_FALSE); in eglGetConfigs() 1523 return setError(EGL_BAD_DISPLAY, EGL_FALSE); in eglChooseConfig() 1604 return setError(EGL_BAD_DISPLAY, EGL_FALSE); in eglGetConfigAttrib() 1636 return setError(EGL_BAD_DISPLAY, EGL_FALSE); in eglDestroySurface() 1642 return setError(EGL_BAD_DISPLAY, EGL_FALSE); in eglDestroySurface() [all …]
|
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 308 if (!dp) return setError(EGL_BAD_DISPLAY, (EGLBoolean)EGL_FALSE); in eglInitialize() 324 if (!dp) return setError(EGL_BAD_DISPLAY, (EGLBoolean)EGL_FALSE); in eglTerminate() 976 if (!dp) return setError(EGL_BAD_DISPLAY, (EGLBoolean)EGL_FALSE); in eglMakeCurrent() 1464 return setErrorQuiet(EGL_BAD_DISPLAY, (const char*)0); in eglQueryString() 1716 return setError(EGL_BAD_DISPLAY, (EGLBoolean)EGL_FALSE); in eglLockSurfaceKHR() 1734 return setError(EGL_BAD_DISPLAY, (EGLBoolean)EGL_FALSE); in eglUnlockSurfaceKHR() 2170 return setErrorQuiet(EGL_BAD_DISPLAY, (EGLuint64NV)0); in eglGetSystemTimeFrequencyNV() 2188 return setErrorQuiet(EGL_BAD_DISPLAY, (EGLuint64NV)0); in eglGetSystemTimeNV() 2201 setError(EGL_BAD_DISPLAY, EGL_FALSE); in eglSetDamageRegionKHR() 2226 return setError(EGL_BAD_DISPLAY, (EGLBoolean)EGL_FALSE); in eglGetNextFrameIdANDROID() [all …]
|
D | egl_tls.cpp | 44 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY"; in egl_strerror()
|
D | egl.cpp | 92 return setError(EGL_BAD_DISPLAY, egl_display_ptr(NULL)); in validate_display()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLUtils.java | 245 case EGL10.EGL_BAD_DISPLAY: in getEGLErrorString()
|
D | EGL14.java | 47 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 | 30 int EGL_BAD_DISPLAY = 0x3008; field
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egl.h | 107 #define EGL_BAD_DISPLAY 0x3008 macro
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 69 #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/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 63 ERROR_CASE(EGL_BAD_DISPLAY) in egl_error_str()
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | EGL14Header.java-if | 47 public static final int EGL_BAD_DISPLAY = 0x3008;
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 59 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY"; in checkEglError()
|
/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/config/ |
D | hiddenapi-public-dex.txt | 27611 Landroid/opengl/EGL14;->EGL_BAD_DISPLAY:I 71757 Ljavax/microedition/khronos/egl/EGL10;->EGL_BAD_DISPLAY:I
|
/frameworks/base/api/ |
D | current.txt | 29128 field public static final int EGL_BAD_DISPLAY = 12296; // 0x3008 71310 field public static final int EGL_BAD_DISPLAY = 12296; // 0x3008
|