Searched refs:dstIsLinear (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/vk/ |
D | GrVkCaps.cpp | 98 bool GrVkCaps::canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt, bool dstIsLinear, in canCopyAsBlit() argument 102 if (!this->configCanBeDstofBlit(dstConfig, dstIsLinear) || in canCopyAsBlit() 176 bool dstIsLinear = false; in onCanCopySurface() local 203 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.cpp | 103 bool GrVkCaps::canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt, bool dstIsLinear, in canCopyAsBlit() argument 108 if (!this->configCanBeDstofBlit(dstConfig, dstIsLinear) || in canCopyAsBlit() 196 bool dstIsLinear = false; in onCanCopySurface() local 237 this->canCopyAsBlit(dstConfig, dstSampleCnt, dstIsLinear, dstHasYcbcr, in onCanCopySurface()
|
D | GrVkCaps.h | 148 bool canCopyAsBlit(GrPixelConfig dstConfig, int dstSampleCnt, bool dstIsLinear,
|