Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
H A DGrVkMemory.cpp68 if (!gpu->checkVkResult(result)) {
205 if (!gpu->checkVkResult(result)) {
252 if (!gpu->checkVkResult(result)) {
301 gpu->checkVkResult(result);
316 gpu->checkVkResult(result);
H A DGrVkUtil.h31 GPU->checkVkResult(RESULT); \
37 GPU->checkVkResult(RESULT); \
H A DGrVkGpu.h204 bool checkVkResult(VkResult);
H A DGrVkGpu.cpp2667 bool GrVkGpu::checkVkResult(VkResult result) { in checkVkResult() function in GrVkGpu
2679 SK_LOGE("GrVkGpu::checkVkResult VK_ERROR_DEVICE_LOST, cacheInfo = %{public}s", in checkVkResult()

Completed in 7 milliseconds