Home
last modified time | relevance | path

Searched refs:EGL_NOT_INITIALIZED (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.h512 return _eglError(EGL_NOT_INITIALIZED, "X11 platform not built"); in dri2_initialize_x11()
532 return _eglError(EGL_NOT_INITIALIZED, "GBM/DRM platform not built"); in dri2_initialize_drm()
549 return _eglError(EGL_NOT_INITIALIZED, "Wayland platform not built"); in dri2_initialize_wayland()
562 return _eglError(EGL_NOT_INITIALIZED, "Android platform not built"); in dri2_initialize_android()
573 return _eglError(EGL_NOT_INITIALIZED, "ohos platform not built"); in dri2_initialize_ohos()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstegl.c48 case EGL_NOT_INITIALIZED: in gst_egl_get_error_string()
/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_power_preference.txt105 if |dpy| is an uninitialized display, an EGL_NOT_INITIALIZED error
120 if |dpy| is an uninitialized display, an EGL_NOT_INITIALIZED error
DEGL_ANGLE_x11_visual.txt91 return EGL_NO_DISPLAY and generate an EGL_NOT_INITIALIZED error.
/third_party/EGL/extensions/NV/
DEGL_NV_native_query.txt78 is not initialized, an EGL_NOT_INITIALIZED error will be
117 an EGL_NOT_INITIALIZED error will be generated. If <surf> is
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_native_query.txt78 is not initialized, an EGL_NOT_INITIALIZED error will be
117 an EGL_NOT_INITIALIZED error will be generated. If <surf> is
/third_party/mesa3d/src/egl/main/
Deglcurrent.c144 case EGL_NOT_INITIALIZED: in _eglInternalError()
/third_party/vk-gl-cts/framework/egl/
DegluStrUtil.inl44 case EGL_NOT_INITIALIZED: return "EGL_NOT_INITIALIZED";
/third_party/EGL/extensions/MESA/
DEGL_MESA_query_driver.txt75 EGL_NOT_INITIALIZED is generated if `disp` has not been initialized.
/third_party/mesa3d/docs/_extra/specs/
DEGL_MESA_query_driver.txt75 EGL_NOT_INITIALIZED is generated if `disp` has not been initialized.
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLQueryContextTest.cpp123 EXPECT_TRUE(eglGetError() == EGL_NOT_INITIALIZED); in TEST_P()
DEGLX11VisualTest.cpp84 ASSERT_EGL_ERROR(EGL_NOT_INITIALIZED); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLQueryContextTest.cpp131 EXPECT_TRUE(eglGetError() == EGL_NOT_INITIALIZED); in TEST_P()
DEGLX11VisualTest.cpp85 ASSERT_EGL_ERROR(EGL_NOT_INITIALIZED); in TEST_P()
/third_party/mesa3d/src/egl/drivers/wgl/
Degl_wgl.c255 return _eglError(EGL_NOT_INITIALIZED, err); in wgl_initialize_impl()
524 return _eglError(EGL_NOT_INITIALIZED, "eglMakeCurrent"); in wgl_make_current()
/third_party/EGL/api/1.2/
Degl.h46 #define EGL_NOT_INITIALIZED 0x3001 macro
/third_party/skia/third_party/externals/egl-registry/api/1.2/
Degl.h46 #define EGL_NOT_INITIALIZED 0x3001 macro
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DError.h108 using EglNotInitialized = priv::ErrorStream<EGL_NOT_INITIALIZED>;
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_x11_visual.txt91 return EGL_NO_DISPLAY and generate an EGL_NOT_INITIALIZED error.
/third_party/flutter/glfw/src/
Degl_context.h54 #define EGL_NOT_INITIALIZED 0x3001 macro
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/
Degl.h46 #define EGL_NOT_INITIALIZED 0x3001 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DError.h109 using EglNotInitialized = priv::ErrorStream<EGL_NOT_INITIALIZED>;
/third_party/EGL/api/1.2/EGL/
Degl.h50 #define EGL_NOT_INITIALIZED 0x3001 macro
/third_party/flutter/engine/flutter/shell/platform/android/
Dandroid_context_gl.cc29 _EGL_ERROR_DESC(EGL_NOT_INITIALIZED), in LogLastEGLError()
/third_party/EGL/api/1.1/EGL/
Degl.h71 #define EGL_NOT_INITIALIZED 0x3001 macro

1234