Lines Matching refs:fProtected
34 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, info.fProtected) in GrVkRenderTarget()
37 , GrRenderTarget(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, sampleCnt, info.fProtected)
44 SkASSERT(info.fProtected == msaaInfo.fProtected);
62 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, info.fProtected) in GrVkRenderTarget()
65 , GrRenderTarget(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, sampleCnt, info.fProtected)
72 SkASSERT(info.fProtected == msaaInfo.fProtected);
84 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, info.fProtected) in GrVkRenderTarget()
86 , GrRenderTarget(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, 1, info.fProtected)
104 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, info.fProtected) in GrVkRenderTarget()
106 , GrRenderTarget(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, 1, info.fProtected)
121 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, info.fProtected) in GrVkRenderTarget()
123 , GrRenderTarget(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, 1, info.fProtected)
163 msImageDesc.fIsProtected = info.fProtected; in MakeWrappedRenderTarget()