/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 212 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 …]
|
D | egl.cpp | 304 return EGL_FALSE; in egl_init_drivers_locked() 320 return cnx->dso ? EGL_TRUE : EGL_FALSE; in egl_init_drivers_locked()
|
D | egl_display.cpp | 263 EGLBoolean res = EGL_FALSE; in terminate() 270 if (cnx->egl.eglTerminate(disp.dpy) == EGL_FALSE) { in terminate()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 107 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/ |
D | EGLUtils.h | 91 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/ |
D | Fence.h | 72 if (waitStatus == EGL_FALSE) {
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_EGLImpl.cpp | 154 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/ |
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 | 64 #define EGL_FALSE 0 macro
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 92 LOG_ALWAYS_FATAL_IF(eglInitialize(mEglDisplay, &major, &minor) == EGL_FALSE, in initialize()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 273 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE) in readyToRun() 377 if (res == EGL_FALSE) in android()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_presentation_time.txt | 95 returned. Otherwise EGL_FALSE is returned and an appropriate error is
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | EGL14Header.java-if | 37 public static final int EGL_FALSE = 0;
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 342 if (ret == EGL_FALSE) { in rsdGLInit()
|
/frameworks/native/libs/gui/ |
D | BufferQueueProducer.cpp | 373 if (result == EGL_FALSE) { in dequeueBuffer()
|
D | GLConsumer.cpp | 674 if (result == EGL_FALSE) { in syncForReleaseLocked()
|
/frameworks/base/api/ |
D | system-current.txt | 20310 field public static final int EGL_FALSE = 0; // 0x0
|
D | current.txt | 18730 field public static final int EGL_FALSE = 0; // 0x0
|