Home
last modified time | relevance | path

Searched refs:teardownVkColorBuffer (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DColorBufferVk.cpp50 if (!teardownVkColorBuffer(mHandle)) { in ~ColorBufferVk()
DVkCommonOperations.h482 bool teardownVkColorBuffer(uint32_t colorBufferHandle);
DVkCommonOperations.cpp2312 bool teardownVkColorBuffer(uint32_t colorBufferHandle) { in teardownVkColorBuffer() function
/hardware/google/gfxstream/host/tests/
DVulkan_unittest.cpp479 EXPECT_TRUE(teardownVkColorBuffer(kArbitraryColorBufferHandle)); in TEST_F()
552 EXPECT_TRUE(teardownVkColorBuffer(kArbitraryColorBufferHandle)); in TEST_F()