Searched refs:dstIsLinear (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/vk/ |
D | GrVkCaps.cpp | 137 bool GrVkCaps::canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt, bool dstIsLinear, in canCopyAsBlit() argument 141 if (!this->configCanBeDstofBlit(dstConfig, dstIsLinear) || in canCopyAsBlit() 215 bool dstIsLinear = false; in onCanCopySurface() local 242 this->canCopyAsBlit(dstConfig, dstSampleCnt, dstIsLinear, in onCanCopySurface()
|
D | GrVkCaps.h | 136 bool canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt, bool dstIsLinear,
|
/external/skia/src/gpu/vk/ |
D | GrVkCaps.h | 214 bool dstIsLinear,
|
D | GrVkCaps.cpp | 150 bool GrVkCaps::canCopyAsBlit(VkFormat dstFormat, int dstSampleCnt, bool dstIsLinear, in canCopyAsBlit() argument 155 if (!this->formatCanBeDstofBlit(dstFormat, dstIsLinear) || in canCopyAsBlit() 208 bool dstIsLinear = false; in onCanCopySurface() local 263 this->canCopyAsBlit(dstFormat, dstSampleCnt, dstIsLinear, dstHasYcbcr, in onCanCopySurface()
|