Home
last modified time | relevance | path

Searched refs:IsCPUWritableAtCreation (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/
DBufferMock.h44 MOCK_METHOD(bool, IsCPUWritableAtCreation, (), (const, override));
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBufferGL.h46 bool IsCPUWritableAtCreation() const override;
DBufferGL.cpp121 bool Buffer::IsCPUWritableAtCreation() const { in IsCPUWritableAtCreation() function in dawn_native::opengl::Buffer
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DBufferMTL.h53 bool IsCPUWritableAtCreation() const override;
DBufferMTL.mm149 bool Buffer::IsCPUWritableAtCreation() const {
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBufferVk.h70 bool IsCPUWritableAtCreation() const override;
DBufferVk.cpp296 bool Buffer::IsCPUWritableAtCreation() const { in IsCPUWritableAtCreation() function in dawn_native::vulkan::Buffer
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBufferD3D12.h64 bool IsCPUWritableAtCreation() const override;
DBufferD3D12.cpp304 bool Buffer::IsCPUWritableAtCreation() const { in IsCPUWritableAtCreation() function in dawn_native::d3d12::Buffer
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBuffer.h106 virtual bool IsCPUWritableAtCreation() const = 0;
DBuffer.cpp74 bool IsCPUWritableAtCreation() const override { in IsCPUWritableAtCreation() function in dawn_native::__anona89f98be0111::ErrorBuffer
262 if (IsCPUWritableAtCreation()) { in MapAtCreationInternal()
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.h234 bool IsCPUWritableAtCreation() const override;
DDeviceNull.cpp298 bool Buffer::IsCPUWritableAtCreation() const { in IsCPUWritableAtCreation() function in dawn_native::null::Buffer