Home
last modified time | relevance | path

Searched refs:OutOfMemory (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DError.cpp37 case InternalErrorType::OutOfMemory: in ToWGPUErrorType()
38 return wgpu::ErrorType::OutOfMemory; in ToWGPUErrorType()
55 case wgpu::ErrorType::OutOfMemory: in FromWGPUErrorType()
56 return InternalErrorType::OutOfMemory; in FromWGPUErrorType()
DErrorScope.cpp27 case wgpu::ErrorFilter::OutOfMemory: in ErrorFilterToErrorType()
28 return wgpu::ErrorType::OutOfMemory; in ErrorFilterToErrorType()
DError.h31 OutOfMemory enumerator
108 #define DAWN_OUT_OF_MEMORY_ERROR(MESSAGE) DAWN_MAKE_ERROR(InternalErrorType::OutOfMemory, MESSAGE)
DDevice.cpp1216 if (type != wgpu::ErrorType::Validation && type != wgpu::ErrorType::OutOfMemory) { in APIInjectError()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DErrorScopeValidationTests.cpp86 device.PushErrorScope(wgpu::ErrorFilter::OutOfMemory); in TEST_F()
106 device.PushErrorScope(wgpu::ErrorFilter::OutOfMemory); in TEST_F()
127 device.PushErrorScope(wgpu::ErrorFilter::OutOfMemory); in TEST_F()
161 device.PushErrorScope(wgpu::ErrorFilter::OutOfMemory); in TEST_F()
162 device.PushErrorScope(wgpu::ErrorFilter::OutOfMemory); in TEST_F()
188 device.PushErrorScope(wgpu::ErrorFilter::OutOfMemory); in TEST_F()
/third_party/flutter/skia/third_party/externals/sdl/src/main/windows/
DSDL_windows_main.c105 OutOfMemory(void) in OutOfMemory() function
148 return OutOfMemory(); in main_getcmdline()
155 return OutOfMemory(); in main_getcmdline()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DMaxLimitTests.cpp186 device.PushErrorScope(wgpu::ErrorFilter::OutOfMemory); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUDevice.cpp437 f = wgpu::ErrorFilter::OutOfMemory; in pushErrorScope()
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
Dunittests.cpp1384 TEST_F(SwiftShaderTest, OutOfMemory) in TEST_F() argument