Home | History | Annotate | Download | only in gl

Lines Matching refs:srcSampleCnt

2176                              GrPixelConfig srcConfig, int srcSampleCnt,
2205 if (srcSampleCnt > 1) {
2226 if (srcSampleCnt > 1 && dstConfig != srcConfig) {
2232 if (srcSampleCnt > 1) {
2271 int srcSampleCnt = 0;
2276 srcSampleCnt = rtProxy->numColorSamples();
2279 SkASSERT((srcSampleCnt > 0) == SkToBool(src->asRenderTargetProxy()));
2301 dstIsTex2D, dstOrigin, srcConfig, srcSampleCnt, SkToBool(srcTex),
2313 dstIsTex2D, dstOrigin, srcConfig, srcSampleCnt, SkToBool(srcTex),