Lines Matching defs:caps
63 this->caps()->shaderCaps()->supportsDistanceFieldText(),
88 writeSwizzle = this->caps()->getWriteSwizzle(proxy->backendFormat(),
144 !this->caps()->isFormatCompressed(format)) {
145 swizzle = this->caps()->getReadSwizzle(format, info.colorType());
174 GrBackendFormat format = this->caps()->getDefaultBackendFormat(info.colorType(),
187 GrSwizzle readSwizzle = this->caps()->getReadSwizzle (format, info.colorType());
188 GrSwizzle writeSwizzle = this->caps()->getWriteSwizzle(format, info.colorType());
287 const GrCaps* caps = this->caps();
289 auto [ct, _] = caps->getFallbackColorTypeAndFormat(info.colorType(), sampleCount);
332 if (!this->caps()->areColorTypeAndFormatCompatible(info.colorType(), format)) {
335 GrSwizzle readSwizzle = this->caps()->getReadSwizzle (format, info.colorType());
336 GrSwizzle writeSwizzle = this->caps()->getWriteSwizzle(format, info.colorType());