Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp319 if (!dp) return setError(EGL_BAD_DISPLAY, (EGLBoolean)EGL_FALSE); in eglInitializeImpl()
333 if (!dp) return setError(EGL_BAD_DISPLAY, (EGLBoolean)EGL_FALSE); in eglTerminateImpl()
349 if (!dp) return EGL_FALSE; in eglGetConfigsImpl()
352 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE); in eglGetConfigsImpl()
355 EGLBoolean res = EGL_FALSE; in eglGetConfigsImpl()
372 if (!dp) return EGL_FALSE; in eglChooseConfigImpl()
375 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE); in eglChooseConfigImpl()
378 EGLBoolean res = EGL_FALSE; in eglChooseConfigImpl()
446 if (!dp) return EGL_FALSE; in eglGetConfigAttribImpl()
539 if (!dp->hasColorSpaceSupport) return setError(EGL_BAD_ATTRIBUTE, EGL_FALSE); in processAttributes()
[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()
DeglApi.cpp44 if (egl_init_drivers() == EGL_FALSE) { in eglGetDisplay()
59 if (egl_init_drivers() == EGL_FALSE) { in eglGetPlatformDisplay()
242 if (egl_init_drivers() == EGL_FALSE) { in eglGetProcAddress()
326 if (egl_init_drivers() == EGL_FALSE) { in eglBindAPI()
327 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE); in eglBindAPI()
336 if (egl_init_drivers() == EGL_FALSE) { in eglQueryAPI()
337 return setError(EGL_BAD_PARAMETER, (EGLBoolean)EGL_FALSE); in eglQueryAPI()
595 if (egl_init_drivers() == EGL_FALSE) { in eglGetSystemTimeFrequencyNV()
596 return setError(EGL_BAD_PARAMETER, (EGLuint64NV)EGL_FALSE); in eglGetSystemTimeFrequencyNV()
605 if (egl_init_drivers() == EGL_FALSE) { in eglGetSystemTimeNV()
[all …]
Degl.cpp174 return EGL_FALSE; in egl_init_drivers_locked()
194 return cnx->dso ? EGL_TRUE : EGL_FALSE; in egl_init_drivers_locked()
Degl_display.cpp414 EGLBoolean res = EGL_FALSE; in terminate()
425 if (cnx->egl.eglTerminate(disp.dpy) == EGL_FALSE) { in terminate()
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp145 EGLBoolean success = EGL_FALSE; in jni_eglQueryContext()
165 EGLBoolean success = EGL_FALSE; in jni_eglQuerySurface()
194 EGLBoolean success = EGL_FALSE; in jni_eglChooseConfig()
321 EGLBoolean success = EGL_FALSE; in jni_eglGetConfigAttrib()
338 EGLBoolean success = EGL_FALSE; in jni_eglGetConfigs()
Dandroid_graphics_SurfaceTexture.cpp76 EGLint isProtected = EGL_FALSE; in isProtectedContext()
/frameworks/native/opengl/tests/lib/include/
DEGLUtils.h107 if (eglGetConfigs(dpy, nullptr, 0, &numConfigs) == EGL_FALSE) in selectConfigForPixelFormat()
111 if (eglChooseConfig(dpy, attrs, configs.data(), numConfigs, &n) == EGL_FALSE) { in selectConfigForPixelFormat()
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp111 LOG_ALWAYS_FATAL_IF(eglInitialize(mEglDisplay, &major, &minor) == EGL_FALSE, in initialize()
360 EGL_BUFFER_DESTROYED) == EGL_FALSE, in createSurface()
603 if (result == EGL_FALSE) { in createReleaseFence()
/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/native/opengl/tests/angeles/include/GLES/
Degl.h93 #define EGL_FALSE 0 macro
/frameworks/base/opengl/java/android/opengl/
DEGL14.java38 public static final int EGL_FALSE = 0; field in EGL14
/frameworks/native/opengl/include/EGL/
Degl.h84 #define EGL_FALSE 0 macro
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp450 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE) in readyToRun()
493 if (eglMakeCurrent(mDisplay, surface, surface, mContext) == EGL_FALSE) { in resizeSurface()
636 if (res == EGL_FALSE) in android()
/frameworks/native/opengl/tools/glgen/stubs/egl/
DEGL14Header.java-if38 public static final int EGL_FALSE = 0;
/frameworks/native/libs/nativedisplay/surfacetexture/
DEGLConsumer.cpp514 if (result == EGL_FALSE) { in syncForReleaseLocked()
/frameworks/rs/driver/
DrsdGL.cpp332 if (ret == EGL_FALSE) { in rsdGLInit()
/frameworks/native/libs/gui/
DGLConsumer.cpp681 if (result == EGL_FALSE) { in syncForReleaseLocked()
DBufferQueueProducer.cpp597 if (result == EGL_FALSE) { in dequeueBuffer()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18728 field public static final int EGL_FALSE = 0; // 0x0
/frameworks/base/api/
Dcurrent.txt32752 field public static final int EGL_FALSE = 0; // 0x0