• Home
  • Raw
  • Download

Lines Matching refs:isProtected

21                   GrProtected isProtected, GrMipMapsStatus mipMapsStatus,  in GrMockTexture()  argument
23 : GrMockTexture(gpu, desc, isProtected, mipMapsStatus, info) { in GrMockTexture()
27 GrMockTexture(GrMockGpu* gpu, const GrSurfaceDesc& desc, GrProtected isProtected, in GrMockTexture() argument
30 : GrMockTexture(gpu, desc, isProtected, mipMapsStatus, info) { in GrMockTexture()
52 GrMockTexture(GrMockGpu* gpu, const GrSurfaceDesc& desc, GrProtected isProtected, in GrMockTexture() argument
54 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, isProtected) in GrMockTexture()
55 , INHERITED(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, isProtected,
80 int sampleCnt, GrProtected isProtected, const GrMockRenderTargetInfo& info) in GrMockRenderTarget() argument
81 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, isProtected) in GrMockRenderTarget()
82 , INHERITED(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, sampleCnt, isProtected)
89 GrProtected isProtected, const GrMockRenderTargetInfo& info) in GrMockRenderTarget() argument
90 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, isProtected) in GrMockRenderTarget()
91 , INHERITED(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, sampleCnt, isProtected)
125 GrProtected isProtected, const GrMockRenderTargetInfo& info) in GrMockRenderTarget() argument
126 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, isProtected) in GrMockRenderTarget()
127 , INHERITED(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, sampleCnt, isProtected)
140 int sampleCnt, GrProtected isProtected, GrMipMapsStatus mipMapsStatus, in GrMockTextureRenderTarget() argument
143 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, isProtected) in GrMockTextureRenderTarget()
144 , GrMockTexture(gpu, desc, isProtected, mipMapsStatus, texInfo)
145 , GrMockRenderTarget(gpu, desc, sampleCnt, isProtected, rtInfo) {
151 GrProtected isProtected, GrMipMapsStatus mipMapsStatus, in GrMockTextureRenderTarget() argument
154 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, isProtected) in GrMockTextureRenderTarget()
155 , GrMockTexture(gpu, desc, isProtected, mipMapsStatus, texInfo)
156 , GrMockRenderTarget(gpu, desc, sampleCnt, isProtected, rtInfo) {