Lines Matching refs:isProtected
99 GrProtected isProtected,
118 renderTargetSampleCnt, isProtected,
122 new GrMockTexture(this, budgeted, dimensions, isProtected, mipmapStatus, texInfo));
125 // TODO: why no 'isProtected' ?!
130 GrProtected isProtected,
150 new GrMockTexture(this, budgeted, dimensions, isProtected, mipmapStatus, texInfo));
157 GrProtected isProtected,
178 auto isProtected = GrProtected(tex.isProtected());
179 return sk_sp<GrTexture>(new GrMockTexture(this, tex.dimensions(), isProtected, mipmapStatus,
203 auto isProtected = GrProtected(tex.isProtected());
205 isProtected, mipmapStatus, texInfo,
213 auto isProtected = GrProtected(rt.isProtected());
216 isProtected, info));