/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 291 if (egl_init_drivers() == EGL_FALSE) { in eglGetDisplay() 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() 342 if (!dp) return EGL_FALSE; in eglGetConfigs() 345 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE); in eglGetConfigs() 348 EGLBoolean res = EGL_FALSE; in eglGetConfigs() 367 if (!dp) return EGL_FALSE; in eglChooseConfig() 370 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE); in eglChooseConfig() 373 EGLBoolean res = EGL_FALSE; in eglChooseConfig() 446 if (!dp) return EGL_FALSE; in eglGetConfigAttrib() [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 | egl.cpp | 179 return EGL_FALSE; in egl_init_drivers_locked() 195 return cnx->dso ? EGL_TRUE : EGL_FALSE; in egl_init_drivers_locked()
|
D | egl_display.cpp | 307 EGLBoolean res = EGL_FALSE; in terminate() 314 if (cnx->egl.eglTerminate(disp.dpy) == EGL_FALSE) { in terminate()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 129 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE; in is_valid() 216 return EGL_FALSE; in swapBuffers() 233 return EGL_FALSE; in setSwapRectangle() 397 return setError(EGL_BAD_ALLOC, EGL_FALSE); in connect() 404 return setError(EGL_BAD_ALLOC, EGL_FALSE); in connect() 418 return setError(EGL_BAD_ALLOC, EGL_FALSE); in connect() 422 return setError(EGL_BAD_ALLOC, EGL_FALSE); in connect() 434 return setError(EGL_BAD_ACCESS, EGL_FALSE); in connect() 512 return setError(EGL_BAD_ACCESS, EGL_FALSE); in swapBuffers() 554 return setError(EGL_BAD_ALLOC, EGL_FALSE); in swapBuffers() [all …]
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_EGLImpl.cpp | 149 EGLBoolean success = EGL_FALSE; in jni_eglQueryContext() 169 EGLBoolean success = EGL_FALSE; in jni_eglQuerySurface() 198 EGLBoolean success = EGL_FALSE; in jni_eglChooseConfig() 325 EGLBoolean success = EGL_FALSE; in jni_eglGetConfigAttrib() 342 EGLBoolean success = EGL_FALSE; in jni_eglGetConfigs()
|
/frameworks/native/opengl/tests/lib/include/ |
D | EGLUtils.h | 107 if (eglGetConfigs(dpy, NULL, 0, &numConfigs) == EGL_FALSE) in selectConfigForPixelFormat() 111 if (eglChooseConfig(dpy, attrs, configs.data(), numConfigs, &n) == EGL_FALSE) { in selectConfigForPixelFormat()
|
/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/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 107 LOG_ALWAYS_FATAL_IF(eglInitialize(mEglDisplay, &major, &minor) == EGL_FALSE, in initialize() 333 EGL_BUFFER_DESTROYED) == EGL_FALSE, in createSurface()
|
/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 | 37 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/core/jni/android/graphics/ |
D | SurfaceTexture.cpp | 74 EGLint isProtected = EGL_FALSE; in isProtectedContext()
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | EGL14Header.java-if | 37 public static final int EGL_FALSE = 0;
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 295 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE) in readyToRun() 413 if (res == EGL_FALSE) in android()
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 332 if (ret == EGL_FALSE) { in rsdGLInit()
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 709 if (result == EGL_FALSE) { in syncForReleaseLocked()
|
D | BufferQueueProducer.cpp | 547 if (result == EGL_FALSE) { in dequeueBuffer()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18728 field public static final int EGL_FALSE = 0; // 0x0
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 27637 Landroid/opengl/EGL14;->EGL_FALSE:I
|
/frameworks/base/api/ |
D | current.txt | 29154 field public static final int EGL_FALSE = 0; // 0x0
|