Home | History | Annotate | Download | only in gl

Lines Matching refs:srcSampleCnt

2158                              GrPixelConfig srcConfig, int srcSampleCnt,
2187 if (srcSampleCnt > 1) {
2208 if (srcSampleCnt > 1 && dstConfig != srcConfig) {
2214 if (srcSampleCnt > 1) {
2253 int srcSampleCnt = 0;
2258 srcSampleCnt = rtProxy->numColorSamples();
2261 SkASSERT((srcSampleCnt > 0) == SkToBool(src->asRenderTargetProxy()));
2283 dstIsTex2D, dstOrigin, srcConfig, srcSampleCnt, SkToBool(srcTex),
2295 dstIsTex2D, dstOrigin, srcConfig, srcSampleCnt, SkToBool(srcTex),