Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
DeglApi.cpp291 if (egl_init_drivers() == EGL_FALSE) { in eglGetDisplay()
308 if (!dp) return setError(EGL_BAD_DISPLAY, (EGLBoolean)EGL_FALSE); in eglInitialize()
324 if (!dp) return setError(EGL_BAD_DISPLAY, (EGLBoolean)EGL_FALSE); in eglTerminate()
342 if (!dp) return EGL_FALSE; in eglGetConfigs()
345 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE); in eglGetConfigs()
348 EGLBoolean res = EGL_FALSE; in eglGetConfigs()
367 if (!dp) return EGL_FALSE; in eglChooseConfig()
370 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE); in eglChooseConfig()
373 EGLBoolean res = EGL_FALSE; in eglChooseConfig()
446 if (!dp) return EGL_FALSE; in eglGetConfigAttrib()
[all …]
Degl_object.cpp143 return EGL_FALSE; in setSmpte2086Attribute()
157 return EGL_FALSE; in setCta8613Attribute()
161 if (!egl_smpte2086_dirty) return EGL_FALSE; in getSmpte2086Metadata()
173 return EGL_FALSE; in getSmpte2086Metadata()
191 if (!egl_cta861_3_dirty) return EGL_FALSE; in getCta8613Metadata()
196 return EGL_FALSE; in getCta8613Metadata()
211 return EGL_FALSE; in getColorSpaceAttribute()
257 return EGL_FALSE; in getSmpte2086Attribute()
271 return EGL_FALSE; in getCta8613Attribute()
Degl.cpp179 return EGL_FALSE; in egl_init_drivers_locked()
195 return cnx->dso ? EGL_TRUE : EGL_FALSE; in egl_init_drivers_locked()
Degl_display.cpp307 EGLBoolean res = EGL_FALSE; in terminate()
314 if (cnx->egl.eglTerminate(disp.dpy) == EGL_FALSE) { in terminate()
/frameworks/native/opengl/libagl/
Degl.cpp129 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE; in is_valid()
216 return EGL_FALSE; in swapBuffers()
233 return EGL_FALSE; in setSwapRectangle()
397 return setError(EGL_BAD_ALLOC, EGL_FALSE); in connect()
404 return setError(EGL_BAD_ALLOC, EGL_FALSE); in connect()
418 return setError(EGL_BAD_ALLOC, EGL_FALSE); in connect()
422 return setError(EGL_BAD_ALLOC, EGL_FALSE); in connect()
434 return setError(EGL_BAD_ACCESS, EGL_FALSE); in connect()
512 return setError(EGL_BAD_ACCESS, EGL_FALSE); in swapBuffers()
554 return setError(EGL_BAD_ALLOC, EGL_FALSE); in swapBuffers()
[all …]
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp149 EGLBoolean success = EGL_FALSE; in jni_eglQueryContext()
169 EGLBoolean success = EGL_FALSE; in jni_eglQuerySurface()
198 EGLBoolean success = EGL_FALSE; in jni_eglChooseConfig()
325 EGLBoolean success = EGL_FALSE; in jni_eglGetConfigAttrib()
342 EGLBoolean success = EGL_FALSE; in jni_eglGetConfigs()
/frameworks/native/opengl/tests/lib/include/
DEGLUtils.h107 if (eglGetConfigs(dpy, NULL, 0, &numConfigs) == EGL_FALSE) in selectConfigForPixelFormat()
111 if (eglChooseConfig(dpy, attrs, configs.data(), numConfigs, &n) == EGL_FALSE) { in selectConfigForPixelFormat()
/frameworks/native/opengl/specs/
DEGL_ANDROID_get_frame_timestamps.txt105 enables timestamp collection, while a value of EGL_FALSE disables it. The
122 return EGL_FALSE.
165 error. If any error is generated the function will return EGL_FALSE.
DEGL_ANDROID_presentation_time.txt95 returned. Otherwise EGL_FALSE is returned and an appropriate error is
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp107 LOG_ALWAYS_FATAL_IF(eglInitialize(mEglDisplay, &major, &minor) == EGL_FALSE, in initialize()
333 EGL_BUFFER_DESTROYED) == EGL_FALSE, in createSurface()
/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.h84 #define EGL_FALSE 0 macro
/frameworks/base/core/jni/android/graphics/
DSurfaceTexture.cpp74 EGLint isProtected = EGL_FALSE; in isProtectedContext()
/frameworks/native/opengl/tools/glgen/stubs/egl/
DEGL14Header.java-if37 public static final int EGL_FALSE = 0;
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp295 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE) in readyToRun()
413 if (res == EGL_FALSE) in android()
/frameworks/rs/driver/
DrsdGL.cpp332 if (ret == EGL_FALSE) { in rsdGLInit()
/frameworks/native/libs/gui/
DGLConsumer.cpp709 if (result == EGL_FALSE) { in syncForReleaseLocked()
DBufferQueueProducer.cpp547 if (result == EGL_FALSE) { in dequeueBuffer()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18728 field public static final int EGL_FALSE = 0; // 0x0
/frameworks/base/config/
Dhiddenapi-public-dex.txt27637 Landroid/opengl/EGL14;->EGL_FALSE:I
/frameworks/base/api/
Dcurrent.txt29154 field public static final int EGL_FALSE = 0; // 0x0