Searched defs:canCopyAsBlit (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlCaps.mm | 119 bool GrMtlCaps::canCopyAsBlit(MTLPixelFormat dstFormat, int dstSampleCount, function
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlCaps.mm | 241 bool GrMtlCaps::canCopyAsBlit(MTLPixelFormat dstFormat, int dstSampleCount, function
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkCaps.cpp | 133 bool GrVkCaps::canCopyAsBlit(VkFormat dstFormat, int dstSampleCnt, bool dstIsLinear, in canCopyAsBlit() function in GrVkCaps
|
/third_party/skia/src/gpu/vk/ |
D | GrVkCaps.cpp | 151 bool GrVkCaps::canCopyAsBlit(VkFormat dstFormat, int dstSampleCnt, bool dstIsLinear, in canCopyAsBlit() function in GrVkCaps
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 2947 bool GrGLCaps::canCopyAsBlit(GrGLFormat dstFormat, int dstSampleCnt, in canCopyAsBlit() function in GrGLCaps
|
/third_party/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 3374 bool GrGLCaps::canCopyAsBlit(GrGLFormat dstFormat, int dstSampleCnt, in canCopyAsBlit() function in GrGLCaps
|