Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkMemory.cpp35 if (!gpu->checkVkResult(result)) { in AllocAndBindBufferMemory()
85 if (!gpu->checkVkResult(result)) { in AllocAndBindImageMemory()
116 if (!gpu->checkVkResult(result)) { in MapAlloc()
159 gpu->checkVkResult(result); in FlushMappedAlloc()
171 gpu->checkVkResult(result); in InvalidateMappedAlloc()
DGrVkUtil.h31 GPU->checkVkResult(RESULT); \
37 GPU->checkVkResult(RESULT); \
DGrVkGpu.h198 bool checkVkResult(VkResult);
DGrVkGpu.cpp2475 bool GrVkGpu::checkVkResult(VkResult result) { in checkVkResult() function in GrVkGpu