/frameworks/native/opengl/libs/EGL/ |
D | egl_platform_entries.cpp | 319 if (!dp) return setError(EGL_BAD_DISPLAY, (EGLBoolean)EGL_FALSE); in eglInitializeImpl() 333 if (!dp) return setError(EGL_BAD_DISPLAY, (EGLBoolean)EGL_FALSE); in eglTerminateImpl() 349 if (!dp) return EGL_FALSE; in eglGetConfigsImpl() 352 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE); in eglGetConfigsImpl() 355 EGLBoolean res = EGL_FALSE; in eglGetConfigsImpl() 372 if (!dp) return EGL_FALSE; in eglChooseConfigImpl() 375 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE); in eglChooseConfigImpl() 378 EGLBoolean res = EGL_FALSE; in eglChooseConfigImpl() 446 if (!dp) return EGL_FALSE; in eglGetConfigAttribImpl() 539 if (!dp->hasColorSpaceSupport) return setError(EGL_BAD_ATTRIBUTE, EGL_FALSE); in processAttributes() [all …]
|
D | egl_object.cpp | 143 return EGL_FALSE; in setSmpte2086Attribute() 157 return EGL_FALSE; in setCta8613Attribute() 161 if (!egl_smpte2086_dirty) return EGL_FALSE; in getSmpte2086Metadata() 173 return EGL_FALSE; in getSmpte2086Metadata() 191 if (!egl_cta861_3_dirty) return EGL_FALSE; in getCta8613Metadata() 196 return EGL_FALSE; in getCta8613Metadata() 211 return EGL_FALSE; in getColorSpaceAttribute() 257 return EGL_FALSE; in getSmpte2086Attribute() 271 return EGL_FALSE; in getCta8613Attribute()
|
D | eglApi.cpp | 44 if (egl_init_drivers() == EGL_FALSE) { in eglGetDisplay() 59 if (egl_init_drivers() == EGL_FALSE) { in eglGetPlatformDisplay() 242 if (egl_init_drivers() == EGL_FALSE) { in eglGetProcAddress() 326 if (egl_init_drivers() == EGL_FALSE) { in eglBindAPI() 327 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE); in eglBindAPI() 336 if (egl_init_drivers() == EGL_FALSE) { in eglQueryAPI() 337 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE); in eglQueryAPI() 595 if (egl_init_drivers() == EGL_FALSE) { in eglGetSystemTimeFrequencyNV() 596 return setError(EGL_BAD_PARAMETER, (EGLuint64NV)EGL_FALSE); in eglGetSystemTimeFrequencyNV() 605 if (egl_init_drivers() == EGL_FALSE) { in eglGetSystemTimeNV() [all …]
|
D | egl.cpp | 174 return EGL_FALSE; in egl_init_drivers_locked() 194 return cnx->dso ? EGL_TRUE : EGL_FALSE; in egl_init_drivers_locked()
|
D | egl_display.cpp | 414 EGLBoolean res = EGL_FALSE; in terminate() 425 if (cnx->egl.eglTerminate(disp.dpy) == EGL_FALSE) { in terminate()
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_EGLImpl.cpp | 145 EGLBoolean success = EGL_FALSE; in jni_eglQueryContext() 165 EGLBoolean success = EGL_FALSE; in jni_eglQuerySurface() 194 EGLBoolean success = EGL_FALSE; in jni_eglChooseConfig() 321 EGLBoolean success = EGL_FALSE; in jni_eglGetConfigAttrib() 338 EGLBoolean success = EGL_FALSE; in jni_eglGetConfigs()
|
D | android_graphics_SurfaceTexture.cpp | 76 EGLint isProtected = EGL_FALSE; in isProtectedContext()
|
/frameworks/native/opengl/tests/lib/include/ |
D | EGLUtils.h | 107 if (eglGetConfigs(dpy, nullptr, 0, &numConfigs) == EGL_FALSE) in selectConfigForPixelFormat() 111 if (eglChooseConfig(dpy, attrs, configs.data(), numConfigs, &n) == EGL_FALSE) { in selectConfigForPixelFormat()
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 111 LOG_ALWAYS_FATAL_IF(eglInitialize(mEglDisplay, &major, &minor) == EGL_FALSE, in initialize() 360 EGL_BUFFER_DESTROYED) == EGL_FALSE, in createSurface() 603 if (result == EGL_FALSE) { in createReleaseFence()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_frame_timestamps.txt | 105 enables timestamp collection, while a value of EGL_FALSE disables it. The 122 return EGL_FALSE. 165 error. If any error is generated the function will return EGL_FALSE.
|
D | EGL_ANDROID_presentation_time.txt | 95 returned. Otherwise EGL_FALSE is returned and an appropriate error is
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egl.h | 93 #define EGL_FALSE 0 macro
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGL14.java | 38 public static final int EGL_FALSE = 0; field in EGL14
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 84 #define EGL_FALSE 0 macro
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 450 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE) in readyToRun() 493 if (eglMakeCurrent(mDisplay, surface, surface, mContext) == EGL_FALSE) { in resizeSurface() 636 if (res == EGL_FALSE) in android()
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | EGL14Header.java-if | 38 public static final int EGL_FALSE = 0;
|
/frameworks/native/libs/nativedisplay/surfacetexture/ |
D | EGLConsumer.cpp | 514 if (result == EGL_FALSE) { in syncForReleaseLocked()
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 332 if (ret == EGL_FALSE) { in rsdGLInit()
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 681 if (result == EGL_FALSE) { in syncForReleaseLocked()
|
D | BufferQueueProducer.cpp | 597 if (result == EGL_FALSE) { in dequeueBuffer()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18728 field public static final int EGL_FALSE = 0; // 0x0
|
/frameworks/base/api/ |
D | current.txt | 32752 field public static final int EGL_FALSE = 0; // 0x0
|