Home
last modified time | relevance | path

Searched refs:EGL_BAD_DISPLAY (Results 1 – 25 of 120) sorted by relevance

12345

/third_party/vk-gl-cts/modules/egl/
DteglNegativeApiTests.cpp175 expectError(EGL_BAD_DISPLAY); in init()
178 expectError(EGL_BAD_DISPLAY); in init()
212 expectError(EGL_BAD_DISPLAY); in init()
215 expectError(EGL_BAD_DISPLAY); in init()
260 expectError(EGL_BAD_DISPLAY); in init()
263 expectError(EGL_BAD_DISPLAY); in init()
296 expectError(EGL_BAD_DISPLAY); in init()
299 expectError(EGL_BAD_DISPLAY); in init()
496 expectError(EGL_BAD_DISPLAY); in init()
499 expectError(EGL_BAD_DISPLAY); in init()
[all …]
DteglClientExtensionTests.cpp140 if (eglError == EGL_BAD_DISPLAY) in iterate()
198 if (eglQueryError == EGL_BAD_DISPLAY) in iterate()
259 if (eglQueryError == EGL_BAD_DISPLAY) in iterate()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLProgramCacheControlTest.cpp95 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P()
99 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P()
104 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P()
107 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P()
DEGLBlobCacheTest.cpp179 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P()
182 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P()
205 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLProgramCacheControlTest.cpp95 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P()
99 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P()
104 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P()
107 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P()
DEGLBlobCacheTest.cpp193 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P()
196 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P()
219 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
DlibEGL.cpp49 return error(EGL_BAD_DISPLAY, false); in validateDisplay()
179 return error(EGL_BAD_DISPLAY, EGL_FALSE); in Initialize()
199 return error(EGL_BAD_DISPLAY, EGL_FALSE); in Terminate()
1129 return error(EGL_BAD_DISPLAY, EGL_FALSE); in WaitNative()
1197 return error(EGL_BAD_DISPLAY, EGL_NO_IMAGE_KHR); in CreateImage()
1295 return error(EGL_BAD_DISPLAY, EGL_FALSE); in DestroyImageKHR()
1379 return error(EGL_BAD_DISPLAY, EGL_NO_SYNC_KHR); in CreateSync()
1423 return error(EGL_BAD_DISPLAY, EGL_FALSE); in DestroySyncKHR()
1447 return error(EGL_BAD_DISPLAY, EGL_FALSE); in ClientWaitSyncKHR()
1477 return error(EGL_BAD_DISPLAY, EGL_FALSE); in GetSyncAttrib()
/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_program_cache_control.txt121 error of EGL_BAD_DISPLAY. All error cases will return zero.
128 If 'dpy' is not a valid display an EGL_BAD_DISPLAY error is generated. If
131 'dpy' is not a valid display EGL_BAD_DISPLAY is generated. If 'binarysize'
151 If 'dpy' is not a valid display an EGL_BAD_DISPLAY error is generated. If
165 If 'dpy' is not a valid display an EGL_BAD_DISPLAY error is generated. If
DEGL_ANGLE_power_preference.txt102 If |dpy| is not a valid display, an EGL_BAD_DISPLAY error is
117 If |dpy| is not a valid display, an EGL_BAD_DISPLAY error is
DEGL_ANGLE_feature_control.txt140 An EGL_BAD_DISPLAY error is generated if dpy is not a valid
160 An EGL_BAD_DISPLAY error is generated if dpy is not a valid
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_program_cache_control.txt121 error of EGL_BAD_DISPLAY. All error cases will return zero.
128 If 'dpy' is not a valid display an EGL_BAD_DISPLAY error is generated. If
131 'dpy' is not a valid display EGL_BAD_DISPLAY is generated. If 'binarysize'
151 If 'dpy' is not a valid display an EGL_BAD_DISPLAY error is generated. If
165 If 'dpy' is not a valid display an EGL_BAD_DISPLAY error is generated. If
DEGL_ANGLE_feature_control.txt129 An EGL_BAD_DISPLAY error is generated if dpy is not a valid
149 An EGL_BAD_DISPLAY error is generated if dpy is not a valid
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstegl.c46 case EGL_BAD_DISPLAY: in gst_egl_get_error_string()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationEGL.cpp1076 val->setError(EGL_BAD_DISPLAY, "display is EGL_NO_DISPLAY."); in ValidateDisplayPointer()
1085 val->setError(EGL_BAD_DISPLAY, "display is not a valid display: 0x%p", display); in ValidateDisplayPointer()
1277 val->setError(EGL_BAD_DISPLAY, in ValidateCreateSyncBase()
1392 val->setError(EGL_BAD_DISPLAY, "EGL_EXT_device_query extension is not available."); in ValidateQueryDisplayAttribBase()
1400 val->setError(EGL_BAD_DISPLAY, in ValidateQueryDisplayAttribBase()
3048 val->setError(EGL_BAD_DISPLAY, "'dpy' not a valid EGLDisplay handle"); in ValidateMakeCurrent()
3759 val->setError(EGL_BAD_DISPLAY, "EGL_KHR_image not supported."); in ValidateCreateImageKHR()
3777 val->setError(EGL_BAD_DISPLAY); in ValidateDestroyImageKHR()
4658 val->setError(EGL_BAD_DISPLAY, "EGL_KHR_swap_buffers_with_damage is not available."); in ValidateSwapBuffersWithDamageKHR()
4853 val->setError(EGL_BAD_DISPLAY, "EGL_ANDROID_presentation_time is not available."); in ValidatePresentationTimeANDROID()
[all …]
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_output_base.txt231 valid, initialized EGLDisplay, an EGL_BAD_DISPLAY error is
265 initialized EGLDisplay, an EGL_BAD_DISPLAY error is generated. If
318 initialized EGLDisplay, an EGL_BAD_DISPLAY error is generated. If
337 EGLDisplay, an EGL_BAD_DISPLAY error is generated. If <layer> is not
357 initialized EGLDisplay, an EGL_BAD_DISPLAY error is generated. If
376 EGLDisplay, an EGL_BAD_DISPLAY error is generated. If <port> is not
402 initialized EGLDisplay, an EGL_BAD_DISPLAY error is generated. If
421 initialized EGLDisplay, an EGL_BAD_DISPLAY error is generated. If
DEGL_EXT_image_dma_buf_import_modifiers.txt171 EGL_BAD_DISPLAY is generated.
204 EGL_BAD_DISPLAY is generated.
/third_party/EGL/extensions/EXT/
DEGL_EXT_output_base.txt231 valid, initialized EGLDisplay, an EGL_BAD_DISPLAY error is
265 initialized EGLDisplay, an EGL_BAD_DISPLAY error is generated. If
318 initialized EGLDisplay, an EGL_BAD_DISPLAY error is generated. If
337 EGLDisplay, an EGL_BAD_DISPLAY error is generated. If <layer> is not
357 initialized EGLDisplay, an EGL_BAD_DISPLAY error is generated. If
376 EGLDisplay, an EGL_BAD_DISPLAY error is generated. If <port> is not
402 initialized EGLDisplay, an EGL_BAD_DISPLAY error is generated. If
421 initialized EGLDisplay, an EGL_BAD_DISPLAY error is generated. If
/third_party/EGL/extensions/NV/
DEGL_NV_native_query.txt77 not valid, an EGL_BAD_DISPLAY error will be generated. If <dpy>
95 If <dpy> is not a valid EGLDisplay, an EGL_BAD_DISPLAY error
DEGL_NV_stream_consumer_eglimage.txt179 - EGL_BAD_DISPLAY is generated if <dpy> is not the handle of a
264 - EGL_BAD_DISPLAY is generated if <dpy> is not a valid,
297 - EGL_BAD_DISPLAY is generated if <dpy> is not a valid,
DEGL_NV_stream_metadata.txt141 On failure, EGL_FALSE is returned. An EGL_BAD_DISPLAY error is
223 - An EGL_BAD_DISPLAY error is generated if <dpy> is not a valid
269 - An EGL_BAD_DISPLAY error is generated if <dpy> is not a valid
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_native_query.txt77 not valid, an EGL_BAD_DISPLAY error will be generated. If <dpy>
95 If <dpy> is not a valid EGLDisplay, an EGL_BAD_DISPLAY error
DEGL_NV_stream_metadata.txt141 On failure, EGL_FALSE is returned. An EGL_BAD_DISPLAY error is
223 - An EGL_BAD_DISPLAY error is generated if <dpy> is not a valid
269 - An EGL_BAD_DISPLAY error is generated if <dpy> is not a valid
/third_party/mesa3d/src/egl/main/
Degldispatchstubs.c127 return FetchVendorFunc(vendor, index, EGL_BAD_DISPLAY); in __eglDispatchFetchByDisplay()
Deglcurrent.c126 case EGL_BAD_DISPLAY: in _eglInternalError()
/third_party/vk-gl-cts/framework/egl/
DegluStrUtil.inl51 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY";

12345