Lines Matching refs:isProtected
99 GrProtected isProtected, in onCreateTexture() argument
118 renderTargetSampleCnt, isProtected, in onCreateTexture()
122 new GrMockTexture(this, budgeted, dimensions, isProtected, mipmapStatus, texInfo)); in onCreateTexture()
130 GrProtected isProtected, in onCreateCompressedTexture() argument
150 new GrMockTexture(this, budgeted, dimensions, isProtected, mipmapStatus, texInfo)); in onCreateCompressedTexture()
167 auto isProtected = GrProtected(tex.isProtected()); in onWrapBackendTexture() local
168 return sk_sp<GrTexture>(new GrMockTexture(this, tex.dimensions(), isProtected, mipmapStatus, in onWrapBackendTexture()
192 auto isProtected = GrProtected(tex.isProtected()); in onWrapRenderableBackendTexture() local
194 isProtected, mipmapStatus, texInfo, in onWrapRenderableBackendTexture()
202 auto isProtected = GrProtected(rt.isProtected()); in onWrapBackendRenderTarget() local
205 isProtected, info)); in onWrapBackendRenderTarget()