Searched refs:EGL_FALSE (Results 1 - 16 of 16) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp212 if (egl_init_drivers() == EGL_FALSE) {
229 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE);
245 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE);
263 if (!dp) return EGL_FALSE;
266 return setError(EGL_BAD_PARAMETER, EGL_FALSE);
269 EGLBoolean res = EGL_FALSE;
288 if (!dp) return EGL_FALSE;
291 return setError(EGL_BAD_PARAMETER, EGL_FALSE);
294 EGLBoolean res = EGL_FALSE;
365 if (!dp) return EGL_FALSE;
[all...]
H A Degl.cpp304 return EGL_FALSE;
320 return cnx->dso ? EGL_TRUE : EGL_FALSE;
H A Degl_display.cpp263 EGLBoolean res = EGL_FALSE;
270 if (cnx->egl.eglTerminate(disp.dpy) == EGL_FALSE) {
/frameworks/native/opengl/libagl/
H A Degl.cpp107 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE;
194 return EGL_FALSE;
211 return EGL_FALSE;
380 return setError(EGL_BAD_ALLOC, EGL_FALSE);
387 return setError(EGL_BAD_ALLOC, EGL_FALSE);
399 return setError(EGL_BAD_ALLOC, EGL_FALSE);
411 return setError(EGL_BAD_ACCESS, EGL_FALSE);
495 return setError(EGL_BAD_ACCESS, EGL_FALSE);
537 return setError(EGL_BAD_ALLOC, EGL_FALSE);
553 setError(EGL_BAD_ALLOC, EGL_FALSE);
[all...]
/frameworks/base/libs/hwui/
H A DFence.h72 if (waitStatus == EGL_FALSE) {
/frameworks/native/opengl/tests/include/
H A DEGLUtils.h91 if (eglGetConfigs(dpy, NULL, 0, &numConfigs) == EGL_FALSE)
95 if (eglChooseConfig(dpy, attrs, configs, numConfigs, &n) == EGL_FALSE) {
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DEGL14Header.java-if37 public static final int EGL_FALSE = 0;
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp154 EGLBoolean success = EGL_FALSE;
174 EGLBoolean success = EGL_FALSE;
204 EGLBoolean success = EGL_FALSE;
380 EGLBoolean success = EGL_FALSE;
397 EGLBoolean success = EGL_FALSE;
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp92 LOG_ALWAYS_FATAL_IF(eglInitialize(mEglDisplay, &major, &minor) == EGL_FALSE,
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java37 public static final int EGL_FALSE = 0; field in class:EGL14
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h93 #define EGL_FALSE 0 macro
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp273 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE)
377 if (res == EGL_FALSE)
/frameworks/native/opengl/include/EGL/
H A Degl.h64 #define EGL_FALSE 0 macro
/frameworks/rs/driver/
H A DrsdGL.cpp342 if (ret == EGL_FALSE) {
343 ALOGE("eglMakeCurrent returned EGL_FALSE");
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp373 if (result == EGL_FALSE) {
H A DGLConsumer.cpp674 if (result == EGL_FALSE) {

Completed in 8638 milliseconds