Home
last modified time | relevance | path

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

12

/external/deqp/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()
DteglImageTests.cpp224 …K_CREATE("Testing bad display (-1)...", (EGLDisplay)-1, EGL_NO_CONTEXT, EGL_NONE, EGL_BAD_DISPLAY); in iterate()
235 …EATE_KHR("Testing bad display (-1)...", (EGLDisplay)-1, EGL_NO_CONTEXT, EGL_NONE, EGL_BAD_DISPLAY); in iterate()
DteglSyncTests.cpp447 if (error != EGL_BAD_DISPLAY) in test()
1012 if (error != EGL_BAD_DISPLAY) in test()
1456 if (error != EGL_BAD_DISPLAY) in test()
1811 if (error != EGL_BAD_DISPLAY) in test()
2011 if (error != EGL_BAD_DISPLAY) in test()
/external/angle/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()
DEGLQueryContextTest.cpp123 EXPECT_TRUE(eglGetError() == EGL_BAD_DISPLAY); in TEST_P()
DEGLFeatureControlTest.cpp56 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P()
DEGLSyncTest.cpp80 EXPECT_EGL_ERROR(EGL_BAD_DISPLAY); in TEST_P()
/external/angle/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
DEGL_ANGLE_stream_producer_d3d_texture.txt96 - EGL_BAD_DISPLAY is generated if <dpy> is not a valid, initialized
/external/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()
/external/angle/src/libANGLE/
DvalidationEGL.cpp1054 val->setError(EGL_BAD_DISPLAY, "display is EGL_NO_DISPLAY."); in ValidateDisplayPointer()
1063 val->setError(EGL_BAD_DISPLAY, "display is not a valid display."); in ValidateDisplayPointer()
1256 val->setError(EGL_BAD_DISPLAY, in ValidateCreateSyncBase()
1371 val->setError(EGL_BAD_DISPLAY, "EGL_EXT_device_query extension is not available."); in ValidateQueryDisplayAttribBase()
1379 val->setError(EGL_BAD_DISPLAY, in ValidateQueryDisplayAttribBase()
2896 val->setError(EGL_BAD_DISPLAY, "'dpy' not a valid EGLDisplay handle"); in ValidateMakeCurrent()
3566 val->setError(EGL_BAD_DISPLAY, "EGL_KHR_image not supported."); in ValidateCreateImageKHR()
3584 val->setError(EGL_BAD_DISPLAY); in ValidateDestroyImageKHR()
4450 val->setError(EGL_BAD_DISPLAY, "EGL_KHR_swap_buffers_with_damage is not available."); in ValidateSwapBuffersWithDamageKHR()
4633 val->setError(EGL_BAD_DISPLAY, "EGL_ANDROID_presentation_time is not available."); in ValidatePresentationTimeANDROID()
[all …]
DError.h100 using EglBadDisplay = priv::ErrorStream<EGL_BAD_DISPLAY>;
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dgl_errors.cc109 case EGL_BAD_DISPLAY: in GetEglError()
/external/mesa3d/src/egl/main/
Degldispatchstubs.c100 return FetchVendorFunc(vendor, index, EGL_BAD_DISPLAY); in __eglDispatchFetchByDisplay()
Deglcurrent.c247 case EGL_BAD_DISPLAY: in _eglInternalError()
Deglapi.c182 _eglError(EGL_BAD_DISPLAY, msg); in _eglCheckDisplay()
617 RETURN_EGL_ERROR(NULL, EGL_BAD_DISPLAY, EGL_FALSE); in eglInitialize()
693 RETURN_EGL_ERROR(NULL, EGL_BAD_DISPLAY, EGL_FALSE); in eglTerminate()
858 RETURN_EGL_ERROR(disp, EGL_BAD_DISPLAY, EGL_FALSE); in eglMakeCurrent()
864 RETURN_EGL_ERROR(disp, EGL_BAD_DISPLAY, EGL_FALSE); in eglMakeCurrent()
2420 RETURN_EGL_ERROR(disp, EGL_BAD_DISPLAY, EGL_BAD_DISPLAY); in eglLabelObjectKHR()
/external/deqp/framework/egl/
DegluStrUtil.inl51 case EGL_BAD_DISPLAY: return "EGL_BAD_DISPLAY";
/external/mesa3d/docs/_extra/specs/
DEGL_MESA_query_driver.txt73 EGL_BAD_DISPLAY is generated if `disp` is not an EGL display connection.
/external/swiftshader/include/EGL/
Degl.h69 #define EGL_BAD_DISPLAY 0x3008 macro
/external/angle/src/common/
DPackedEnums.cpp547 case EGL_BAD_DISPLAY: in ErrorCodeToMessageType()
/external/angle/src/libGLESv2/
Degl_ext_stubs.cpp76 thread->setError(EGL_BAD_DISPLAY, "eglCreatePlatformPixmapSurfaceEXT", in CreatePlatformPixmapSurfaceEXT()
89 thread->setError(EGL_BAD_DISPLAY, "eglCreatePlatformWindowSurfaceEXT", in CreatePlatformWindowSurfaceEXT()

12