Lines Matching defs:caps
91 provider->caps()->getDefaultBackendFormat(GrColorType::kRGBA_8888, GrRenderable::kYes);
111 const GrCaps* caps = context->priv().caps();
113 if (caps->avoidStencilBuffers()) {
120 GrBackendFormat format = caps->getDefaultBackendFormat(grColorType, GrRenderable::kYes);
150 context->priv().caps()->getRenderTargetSampleCount(2, format);
171 int bigSampleCount = context->priv().caps()->getRenderTargetSampleCount(5, format);
1689 auto format = provider->caps()->getDefaultBackendFormat(GrColorType::kRGBA_8888, renderable);
1699 const GrCaps* caps = rContext->priv().caps();
1702 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kRGBA_8888,
1714 const GrCaps* caps = context->priv().caps();
1727 size_t sampleCount = (size_t)caps->getRenderTargetSampleCount(4, tex->backendFormat());
1743 if (caps->mipmapSupport()) {
1750 size_t sampleCount = (size_t)caps->getRenderTargetSampleCount(4, proxy->backendFormat());