/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 265 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 …]
|
D | egl.cpp | 186 return EGL_FALSE; in egl_init_drivers_locked() 202 return cnx->dso ? EGL_TRUE : EGL_FALSE; in egl_init_drivers_locked()
|
D | egl_display.cpp | 249 EGLBoolean res = EGL_FALSE; in terminate() 256 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() 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/ |
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/core/jni/ |
D | com_google_android_gles_jni_EGLImpl.cpp | 151 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/ |
D | EglManager.cpp | 109 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/ |
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/native/opengl/specs/ |
D | EGL_ANDROID_presentation_time.txt | 95 returned. Otherwise EGL_FALSE is returned and an appropriate error is
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 270 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE) in readyToRun() 370 if (res == EGL_FALSE) in android()
|
/frameworks/base/core/jni/android/graphics/ |
D | SurfaceTexture.cpp | 71 EGLint isProtected = EGL_FALSE; in isProtectedContext()
|
/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 | GLConsumer.cpp | 725 if (result == EGL_FALSE) { in syncForReleaseLocked()
|
D | BufferQueueProducer.cpp | 535 if (result == EGL_FALSE) { in dequeueBuffer()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18728 field public static final int EGL_FALSE = 0; // 0x0
|
/frameworks/base/api/ |
D | current.txt | 25238 field public static final int EGL_FALSE = 0; // 0x0
|
D | test-current.txt | 25307 field public static final int EGL_FALSE = 0; // 0x0
|
D | system-current.txt | 27678 field public static final int EGL_FALSE = 0; // 0x0
|