/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationEGL.cpp | 111 val->setError(EGL_BAD_ACCESS, "Attempt to initialize readonly parameter"); in ValidateStreamAttribute() 972 val->setError(EGL_BAD_ACCESS, "Stream extension not active"); in ValidateStream() 2134 val->setError(EGL_BAD_ACCESS, "device is EGL_NO_DEVICE."); in ValidateDevice() 2143 val->setError(EGL_BAD_ACCESS, "device is not valid."); in ValidateDevice() 3384 val->setError(EGL_BAD_ACCESS, "texture has a surface bound to it."); in ValidateCreateImage() 3442 val->setError(EGL_BAD_ACCESS, "texture has a surface bound to it."); in ValidateCreateImage() 3507 val->setError(EGL_BAD_ACCESS, "texture has a surface bound to it."); in ValidateCreateImage() 3588 val->setError(EGL_BAD_ACCESS, in ValidateCreateImage() 3792 val->setError(EGL_BAD_ACCESS, "Device creation extension not active"); in ValidateCreateDeviceANGLE() 3824 val->setError(EGL_BAD_ACCESS, "Device creation extension not active"); in ValidateReleaseDeviceANGLE() [all …]
|
D | Error.cpp | 65 return egl::Error(EGL_BAD_ACCESS); in ResultToEGL()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLStreamTest.cpp | 84 ASSERT_EGL_ERROR(EGL_BAD_ACCESS); in TEST_P() 88 ASSERT_EGL_ERROR(EGL_BAD_ACCESS); in TEST_P() 92 ASSERT_EGL_ERROR(EGL_BAD_ACCESS); in TEST_P() 168 ASSERT_EGL_ERROR(EGL_BAD_ACCESS); in TEST_P() 268 ASSERT_EGL_ERROR(EGL_BAD_ACCESS); in TEST_P() 277 ASSERT_EGL_ERROR(EGL_BAD_ACCESS); in TEST_P() 289 ASSERT_EGL_ERROR(EGL_BAD_ACCESS); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLStreamTest.cpp | 95 ASSERT_EGL_ERROR(EGL_BAD_ACCESS); in TEST_P() 99 ASSERT_EGL_ERROR(EGL_BAD_ACCESS); in TEST_P() 103 ASSERT_EGL_ERROR(EGL_BAD_ACCESS); in TEST_P() 179 ASSERT_EGL_ERROR(EGL_BAD_ACCESS); in TEST_P() 278 ASSERT_EGL_ERROR(EGL_BAD_ACCESS); in TEST_P() 287 ASSERT_EGL_ERROR(EGL_BAD_ACCESS); in TEST_P() 298 ASSERT_EGL_ERROR(EGL_BAD_ACCESS); in TEST_P()
|
/third_party/skia/third_party/externals/egl-registry/extensions/NV/ |
D | EGL_NV_stream_consumer_gltexture_yuv.txt | 194 - EGL_BAD_ACCESS is generated if any 198 - EGL_BAD_ACCESS is generated if there is no GL context 201 - EGL_BAD_ACCESS is generated unless nonzero texture object 206 - EGL_BAD_ACCESS is generated if more than one planar surface 209 - EGL_BAD_ACCESS is generated if the implementation cannot 218 EGL_BAD_ACCESS error.
|
D | EGL_NV_stream_remote.txt | 212 generate an EGL_BAD_ACCESS error if the value of the EGLStream's 219 generate an EGL_BAD_ACCESS error if the value of the EGLStream's 435 - EGL_BAD_ACCESS is generated if the EGL_STREAM_TYPE_NV 439 - EGL_BAD_ACCESS is generated if the EGL_STREAM_PROTOCOL_NV 443 - EGL_BAD_ACCESS is generated if the EGL_STREAM_ENDPOINT_NV
|
D | EGL_NV_stream_sync.txt | 120 returned and an EGL_BAD_ACCESS error is generated. 123 an EGL_BAD_ACCESS error is generated.
|
/third_party/EGL/extensions/NV/ |
D | EGL_NV_stream_consumer_gltexture_yuv.txt | 194 - EGL_BAD_ACCESS is generated if any 198 - EGL_BAD_ACCESS is generated if there is no GL context 201 - EGL_BAD_ACCESS is generated unless nonzero texture object 206 - EGL_BAD_ACCESS is generated if more than one planar surface 209 - EGL_BAD_ACCESS is generated if the implementation cannot 218 EGL_BAD_ACCESS error.
|
D | EGL_NV_stream_remote.txt | 212 generate an EGL_BAD_ACCESS error if the value of the EGLStream's 219 generate an EGL_BAD_ACCESS error if the value of the EGLStream's 435 - EGL_BAD_ACCESS is generated if the EGL_STREAM_TYPE_NV 439 - EGL_BAD_ACCESS is generated if the EGL_STREAM_PROTOCOL_NV 443 - EGL_BAD_ACCESS is generated if the EGL_STREAM_ENDPOINT_NV
|
D | EGL_NV_stream_sync.txt | 120 returned and an EGL_BAD_ACCESS error is generated. 123 an EGL_BAD_ACCESS error is generated.
|
/third_party/mesa3d/src/egl/main/ |
D | eglcontext.c | 768 return _eglError(EGL_BAD_ACCESS, "eglMakeCurrent"); in _eglCheckMakeCurrent() 771 return _eglError(EGL_BAD_ACCESS, "eglMakeCurrent"); in _eglCheckMakeCurrent() 775 return _eglError(EGL_BAD_ACCESS, "eglMakeCurrent"); in _eglCheckMakeCurrent()
|
D | eglcurrent.c | 108 case EGL_BAD_ACCESS: in _eglInternalError()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstegl.c | 50 case EGL_BAD_ACCESS: in gst_egl_get_error_string()
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_output_base.txt | 235 access, an EGL_BAD_ACCESS error is generated. 269 EGL_BAD_ACCESS error is generated. 323 type or does not allow read access, an EGL_BAD_ACCESS error is 342 type or does not allow read access, an EGL_BAD_ACCESS error is 362 type or does not allow read access, an EGL_BAD_ACCESS error is 381 type or does not allow read access, an EGL_BAD_ACCESS error is 407 allow write access, an EGL_BAD_ACCESS error is generated. 426 allow write access, an EGL_BAD_ACCESS error is generated.
|
D | EGL_EXT_protected_surface.txt | 142 an EGL_BAD_ACCESS error is generated." in section 3.7.3 p46 (describing eglMakeCurrent 147 EGL_BAD_ACCESS error is generated." 153 an EGL_BAD_ACCESS error is returned." 223 EGL_BAD_ACCESS error to eglMakeCurrent, eglCopyBuffers.
|
D | EGL_EXT_client_sync.txt | 103 EGL_BAD_ACCESS error is generated. 128 If <sync> is of type EGL_SYNC_CLIENT_EXT, an EGL_BAD_ACCESS error is
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_output_base.txt | 235 access, an EGL_BAD_ACCESS error is generated. 269 EGL_BAD_ACCESS error is generated. 323 type or does not allow read access, an EGL_BAD_ACCESS error is 342 type or does not allow read access, an EGL_BAD_ACCESS error is 362 type or does not allow read access, an EGL_BAD_ACCESS error is 381 type or does not allow read access, an EGL_BAD_ACCESS error is 407 allow write access, an EGL_BAD_ACCESS error is generated. 426 allow write access, an EGL_BAD_ACCESS error is generated.
|
D | EGL_EXT_protected_surface.txt | 142 an EGL_BAD_ACCESS error is generated." in section 3.7.3 p46 (describing eglMakeCurrent 147 EGL_BAD_ACCESS error is generated." 153 an EGL_BAD_ACCESS error is returned." 223 EGL_BAD_ACCESS error to eglMakeCurrent, eglCopyBuffers.
|
D | EGL_EXT_client_sync.txt | 103 EGL_BAD_ACCESS error is generated. 128 If <sync> is of type EGL_SYNC_CLIENT_EXT, an EGL_BAD_ACCESS error is
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Error.cpp | 65 return egl::Error(EGL_BAD_ACCESS); in ResultToEGL()
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_stream_consumer_gltexture.txt | 105 - EGL_BAD_ACCESS is generated if there is no GL context 108 - EGL_BAD_ACCESS is generated unless a nonzero texture object 180 - EGL_BAD_ACCESS is generated if there is no GL context 223 - EGL_BAD_ACCESS is generated if there is no GL context
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_stream_consumer_gltexture.txt | 105 - EGL_BAD_ACCESS is generated if there is no GL context 108 - EGL_BAD_ACCESS is generated unless a nonzero texture object 180 - EGL_BAD_ACCESS is generated if there is no GL context 223 - EGL_BAD_ACCESS is generated if there is no GL context
|
/third_party/vk-gl-cts/framework/egl/ |
D | egluStrUtil.inl | 45 case EGL_BAD_ACCESS: return "EGL_BAD_ACCESS";
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | SwapChain11.cpp | 460 return EGL_BAD_ACCESS; in resize() 590 return EGL_BAD_ACCESS; in reset() 814 return EGL_BAD_ACCESS; in copyOffscreenToBackbuffer()
|
/third_party/EGL/api/1.2/ |
D | egl.h | 47 #define EGL_BAD_ACCESS 0x3002 macro
|