Home
last modified time | relevance | path

Searched refs:CheckAllocationMethodForTesting (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBufferD3D12.h42 bool CheckAllocationMethodForTesting(AllocationMethod allocationMethod) const;
DBufferD3D12.cpp398 bool Buffer::CheckAllocationMethodForTesting(AllocationMethod allocationMethod) const { in CheckAllocationMethodForTesting() function in dawn_native::d3d12::Buffer
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DD3D12ResidencyTests.cpp98 return d3dBuffer->CheckAllocationMethodForTesting(allocationMethod); in CheckAllocationMethod()