Home
last modified time | relevance | path

Searched refs:CreateBufferImpl (Results 1 – 25 of 26) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DDeviceGL.h67 ResultOrError<BufferBase*> CreateBufferImpl(const BufferDescriptor* descriptor) override;
DDeviceGL.cpp65 ResultOrError<BufferBase*> Device::CreateBufferImpl(const BufferDescriptor* descriptor) { in CreateBufferImpl() function in dawn_native::opengl::Device
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/
DDeviceMock.h64 CreateBufferImpl,
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DDeviceMTL.h72 ResultOrError<BufferBase*> CreateBufferImpl(const BufferDescriptor* descriptor) override;
DDeviceMTL.mm95 ResultOrError<BufferBase*> Device::CreateBufferImpl(const BufferDescriptor* descriptor) {
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DDeviceGL.h92 ResultOrError<Ref<BufferBase>> CreateBufferImpl(
DDeviceGL.cpp125 ResultOrError<Ref<BufferBase>> Device::CreateBufferImpl(const BufferDescriptor* descriptor) { in CreateBufferImpl() function in dawn_native::opengl::Device
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.h89 ResultOrError<BufferBase*> CreateBufferImpl(const BufferDescriptor* descriptor) override;
DDeviceD3D12.cpp262 ResultOrError<BufferBase*> Device::CreateBufferImpl(const BufferDescriptor* descriptor) { in CreateBufferImpl() function in dawn_native::d3d12::Device
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.h86 ResultOrError<BufferBase*> CreateBufferImpl(const BufferDescriptor* descriptor) override;
DDeviceVk.cpp148 ResultOrError<BufferBase*> Device::CreateBufferImpl(const BufferDescriptor* descriptor) { in CreateBufferImpl() function in dawn_native::vulkan::Device
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/
DDestroyObjectTests.cpp190 EXPECT_CALL(mDevice, CreateBufferImpl) in TEST_F()
207 EXPECT_CALL(mDevice, CreateBufferImpl) in TEST_F()
603 EXPECT_CALL(mDevice, CreateBufferImpl).WillOnce(Return(ByMove(AcquireRef(bufferMock)))); in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DDeviceMTL.h87 ResultOrError<Ref<BufferBase>> CreateBufferImpl(
DDeviceMTL.mm238 ResultOrError<Ref<BufferBase>> Device::CreateBufferImpl(const BufferDescriptor* descriptor) {
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.h116 ResultOrError<Ref<BufferBase>> CreateBufferImpl(
DDeviceVk.cpp116 ResultOrError<Ref<BufferBase>> Device::CreateBufferImpl(const BufferDescriptor* descriptor) { in CreateBufferImpl() function in dawn_native::vulkan::Device
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.h114 ResultOrError<BufferBase*> CreateBufferImpl(const BufferDescriptor* descriptor) override;
DDeviceNull.cpp96 ResultOrError<BufferBase*> Device::CreateBufferImpl(const BufferDescriptor* descriptor) { in CreateBufferImpl() function in dawn_native::null::Device
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DDevice.h166 virtual ResultOrError<BufferBase*> CreateBufferImpl(const BufferDescriptor* descriptor) = 0;
DDevice.cpp512 DAWN_TRY_ASSIGN(*result, CreateBufferImpl(descriptor)); in CreateBufferInternal()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.h159 ResultOrError<Ref<BufferBase>> CreateBufferImpl(
DDeviceD3D12.cpp390 ResultOrError<Ref<BufferBase>> Device::CreateBufferImpl(const BufferDescriptor* descriptor) { in CreateBufferImpl() function in dawn_native::d3d12::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.h131 ResultOrError<Ref<BufferBase>> CreateBufferImpl(
DDeviceNull.cpp122 ResultOrError<Ref<BufferBase>> Device::CreateBufferImpl(const BufferDescriptor* descriptor) { in CreateBufferImpl() function in dawn_native::null::Device
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.h392 virtual ResultOrError<Ref<BufferBase>> CreateBufferImpl(

12