Searched refs:EGL_FALSE (Results 1 - 14 of 14) 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.cpp303 return EGL_FALSE;
319 return cnx->dso ? EGL_TRUE : EGL_FALSE;
H A Degl_display.cpp248 EGLBoolean res = EGL_FALSE;
251 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/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.cpp260 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE)
366 if (res == EGL_FALSE)
/frameworks/native/opengl/include/EGL/
H A Degl.h64 #define EGL_FALSE 0 macro
/frameworks/rs/driver/
H A DrsdGL.cpp343 if (ret == EGL_FALSE) {
344 ALOGE("eglMakeCurrent returned EGL_FALSE");
/frameworks/native/libs/gui/
H A DBufferQueue.cpp454 if (result == EGL_FALSE) {
H A DGLConsumer.cpp688 if (result == EGL_FALSE) {

Completed in 294 milliseconds