Home
last modified time | relevance | path

Searched refs:UnmapImpl (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBuffer.cpp90 void UnmapImpl() override { in UnmapImpl() function in dawn_native::__anona89f98be0111::ErrorBuffer
417 UnmapImpl(); in UnmapInternal()
425 UnmapImpl(); in UnmapInternal()
DBuffer.h103 virtual void UnmapImpl() = 0;
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/
DBufferMock.h41 MOCK_METHOD(void, UnmapImpl, (), (override));
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBufferGL.h44 void UnmapImpl() override;
DBufferGL.cpp170 void Buffer::UnmapImpl() { in UnmapImpl() function in dawn_native::opengl::Buffer
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DBufferMTL.h50 void UnmapImpl() override;
DBufferMTL.mm170 void Buffer::UnmapImpl() {
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBufferVk.h68 void UnmapImpl() override;
DBufferVk.cpp322 void Buffer::UnmapImpl() { in UnmapImpl() function in dawn_native::vulkan::Buffer
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBufferD3D12.h62 void UnmapImpl() override;
DBufferD3D12.cpp364 void Buffer::UnmapImpl() { in UnmapImpl() function in dawn_native::d3d12::Buffer
473 UnmapImpl(); in ClearBuffer()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/
DDestroyObjectTests.cpp172 EXPECT_CALL(bufferMock, UnmapImpl).Times(1); in TEST_F()
202 EXPECT_CALL(*bufferMock, UnmapImpl).Times(1); in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.h232 void UnmapImpl() override;
DDeviceNull.cpp330 void Buffer::UnmapImpl() { in UnmapImpl() function in dawn_native::null::Buffer