Home
last modified time | relevance | path

Searched refs:EGL_FALSE (Results 1 – 21 of 21) sorted by relevance

/frameworks/native/opengl/libs/EGL/
DeglApi.cpp265 if (egl_init_drivers() == EGL_FALSE) { in eglGetDisplay()
282 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE); in eglInitialize()
298 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE); in eglTerminate()
316 if (!dp) return EGL_FALSE; in eglGetConfigs()
319 return setError(EGL_BAD_PARAMETER, EGL_FALSE); in eglGetConfigs()
322 EGLBoolean res = EGL_FALSE; in eglGetConfigs()
341 if (!dp) return EGL_FALSE; in eglChooseConfig()
344 return setError(EGL_BAD_PARAMETER, EGL_FALSE); in eglChooseConfig()
347 EGLBoolean res = EGL_FALSE; in eglChooseConfig()
418 if (!dp) return EGL_FALSE; in eglGetConfigAttrib()
[all …]
Degl.cpp186 return EGL_FALSE; in egl_init_drivers_locked()
202 return cnx->dso ? EGL_TRUE : EGL_FALSE; in egl_init_drivers_locked()
Degl_display.cpp249 EGLBoolean res = EGL_FALSE; in terminate()
256 if (cnx->egl.eglTerminate(disp.dpy) == EGL_FALSE) { in terminate()
/frameworks/native/opengl/libagl/
Degl.cpp107 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE; in is_valid()
194 return EGL_FALSE; in swapBuffers()
211 return EGL_FALSE; in setSwapRectangle()
380 return setError(EGL_BAD_ALLOC, EGL_FALSE); in connect()
387 return setError(EGL_BAD_ALLOC, EGL_FALSE); in connect()
401 return setError(EGL_BAD_ALLOC, EGL_FALSE); in connect()
405 return setError(EGL_BAD_ALLOC, EGL_FALSE); in connect()
417 return setError(EGL_BAD_ACCESS, EGL_FALSE); in connect()
501 return setError(EGL_BAD_ACCESS, EGL_FALSE); in swapBuffers()
543 return setError(EGL_BAD_ALLOC, EGL_FALSE); in swapBuffers()
[all …]
/frameworks/native/opengl/tests/include/
DEGLUtils.h91 if (eglGetConfigs(dpy, NULL, 0, &numConfigs) == EGL_FALSE) in selectConfigForPixelFormat()
95 if (eglChooseConfig(dpy, attrs, configs, numConfigs, &n) == EGL_FALSE) { in selectConfigForPixelFormat()
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp151 EGLBoolean success = EGL_FALSE; in jni_eglQueryContext()
171 EGLBoolean success = EGL_FALSE; in jni_eglQuerySurface()
201 EGLBoolean success = EGL_FALSE; in jni_eglChooseConfig()
376 EGLBoolean success = EGL_FALSE; in jni_eglGetConfigAttrib()
393 EGLBoolean success = EGL_FALSE; in jni_eglGetConfigs()
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp109 LOG_ALWAYS_FATAL_IF(eglInitialize(mEglDisplay, &major, &minor) == EGL_FALSE, in initialize()
233 …AL_IF(eglSurfaceAttrib(mEglDisplay, surface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED) == EGL_FALSE, in createSurface()
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h93 #define EGL_FALSE 0 macro
/frameworks/base/opengl/java/android/opengl/
DEGL14.java37 public static final int EGL_FALSE = 0; field in EGL14
/frameworks/native/opengl/include/EGL/
Degl.h64 #define EGL_FALSE 0 macro
/frameworks/native/opengl/specs/
DEGL_ANDROID_presentation_time.txt95 returned. Otherwise EGL_FALSE is returned and an appropriate error is
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp270 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE) in readyToRun()
370 if (res == EGL_FALSE) in android()
/frameworks/base/core/jni/android/graphics/
DSurfaceTexture.cpp71 EGLint isProtected = EGL_FALSE; in isProtectedContext()
/frameworks/native/opengl/tools/glgen/stubs/egl/
DEGL14Header.java-if37 public static final int EGL_FALSE = 0;
/frameworks/rs/driver/
DrsdGL.cpp342 if (ret == EGL_FALSE) { in rsdGLInit()
/frameworks/native/libs/gui/
DGLConsumer.cpp725 if (result == EGL_FALSE) { in syncForReleaseLocked()
DBufferQueueProducer.cpp535 if (result == EGL_FALSE) { in dequeueBuffer()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18728 field public static final int EGL_FALSE = 0; // 0x0
/frameworks/base/api/
Dcurrent.txt25238 field public static final int EGL_FALSE = 0; // 0x0
Dtest-current.txt25307 field public static final int EGL_FALSE = 0; // 0x0
Dsystem-current.txt27678 field public static final int EGL_FALSE = 0; // 0x0