Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DeglApi.cpp212 if (egl_init_drivers() == EGL_FALSE) { in eglGetDisplay()
229 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE); in eglInitialize()
245 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE); in eglTerminate()
263 if (!dp) return EGL_FALSE; in eglGetConfigs()
266 return setError(EGL_BAD_PARAMETER, EGL_FALSE); in eglGetConfigs()
269 EGLBoolean res = EGL_FALSE; in eglGetConfigs()
288 if (!dp) return EGL_FALSE; in eglChooseConfig()
291 return setError(EGL_BAD_PARAMETER, EGL_FALSE); in eglChooseConfig()
294 EGLBoolean res = EGL_FALSE; in eglChooseConfig()
365 if (!dp) return EGL_FALSE; in eglGetConfigAttrib()
[all …]
Degl.cpp304 return EGL_FALSE; in egl_init_drivers_locked()
320 return cnx->dso ? EGL_TRUE : EGL_FALSE; in egl_init_drivers_locked()
Degl_display.cpp263 EGLBoolean res = EGL_FALSE; in terminate()
270 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()
399 return setError(EGL_BAD_ALLOC, EGL_FALSE); in connect()
411 return setError(EGL_BAD_ACCESS, EGL_FALSE); in connect()
495 return setError(EGL_BAD_ACCESS, EGL_FALSE); in swapBuffers()
537 return setError(EGL_BAD_ALLOC, EGL_FALSE); in swapBuffers()
553 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/libs/hwui/
DFence.h72 if (waitStatus == EGL_FALSE) {
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp154 EGLBoolean success = EGL_FALSE; in jni_eglQueryContext()
174 EGLBoolean success = EGL_FALSE; in jni_eglQuerySurface()
204 EGLBoolean success = EGL_FALSE; in jni_eglChooseConfig()
380 EGLBoolean success = EGL_FALSE; in jni_eglGetConfigAttrib()
397 EGLBoolean success = EGL_FALSE; in jni_eglGetConfigs()
/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/base/libs/hwui/renderthread/
DEglManager.cpp92 LOG_ALWAYS_FATAL_IF(eglInitialize(mEglDisplay, &major, &minor) == EGL_FALSE, in initialize()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp273 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE) in readyToRun()
377 if (res == EGL_FALSE) in android()
/frameworks/native/opengl/specs/
DEGL_ANDROID_presentation_time.txt95 returned. Otherwise EGL_FALSE is returned and an appropriate error is
/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/
DBufferQueueProducer.cpp373 if (result == EGL_FALSE) { in dequeueBuffer()
DGLConsumer.cpp674 if (result == EGL_FALSE) { in syncForReleaseLocked()
/frameworks/base/api/
Dsystem-current.txt20310 field public static final int EGL_FALSE = 0; // 0x0
Dcurrent.txt18730 field public static final int EGL_FALSE = 0; // 0x0