Lines Matching refs:isProtected
21 GrProtected isProtected,
24 : GrMockTexture(gpu, dimensions, isProtected, mipmapStatus, info) {
30 GrProtected isProtected,
35 : GrMockTexture(gpu, dimensions, isProtected, mipmapStatus, info) {
56 GrMockTexture(GrMockGpu* gpu, const SkISize& dimensions, GrProtected isProtected,
58 : GrSurface(gpu, dimensions, isProtected)
59 , INHERITED(gpu, dimensions, isProtected, GrTextureType::k2D, mipmapStatus)
86 GrProtected isProtected,
88 : GrSurface(gpu, dimensions, isProtected)
89 , INHERITED(gpu, dimensions, sampleCnt, isProtected)
96 GrProtected isProtected, const GrMockRenderTargetInfo& info)
97 : GrSurface(gpu, dimensions, isProtected)
98 , INHERITED(gpu, dimensions, sampleCnt, isProtected)
140 GrProtected isProtected,
142 : GrSurface(gpu, dimensions, isProtected)
143 , INHERITED(gpu, dimensions, sampleCnt, isProtected)
159 GrProtected isProtected,
163 : GrSurface(gpu, dimensions, isProtected)
164 , GrMockTexture(gpu, dimensions, isProtected, mipmapStatus, texInfo)
165 , GrMockRenderTarget(gpu, dimensions, sampleCnt, isProtected, rtInfo) {
173 GrProtected isProtected,
178 : GrSurface(gpu, dimensions, isProtected)
179 , GrMockTexture(gpu, dimensions, isProtected, mipmapStatus, texInfo)
180 , GrMockRenderTarget(gpu, dimensions, sampleCnt, isProtected, rtInfo) {