Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DBufferAllocatedSizeTests.cpp56 EXPECT_EQ(dawn_native::GetAllocatedSizeForTesting(buffer.Get()), in TEST_P()
66 EXPECT_EQ(dawn_native::GetAllocatedSizeForTesting(buffer.Get()), in TEST_P()
75 EXPECT_EQ(dawn_native::GetAllocatedSizeForTesting(buffer.Get()), in TEST_P()
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DDawnNative.h267 DAWN_NATIVE_EXPORT uint64_t GetAllocatedSizeForTesting(WGPUBuffer buffer);
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDawnNative.cpp248 uint64_t GetAllocatedSizeForTesting(WGPUBuffer buffer) { in GetAllocatedSizeForTesting() function