Home | History | Annotate | Download | only in vk

Lines Matching refs:LifeCycle

24                                    GrGpuResource::LifeCycle lifeCycle,
29 : GrSurface(gpu, lifeCycle, desc)
32 , GrRenderTarget(gpu, lifeCycle, desc, kUnified_SampleConfig)
50 GrGpuResource::LifeCycle lifeCycle,
56 : GrSurface(gpu, lifeCycle, desc)
59 , GrRenderTarget(gpu, lifeCycle, desc, kUnified_SampleConfig)
76 GrGpuResource::LifeCycle lifeCycle,
79 : GrSurface(gpu, lifeCycle, desc)
81 , GrRenderTarget(gpu, lifeCycle, desc, kUnified_SampleConfig)
97 GrGpuResource::LifeCycle lifeCycle,
101 : GrSurface(gpu, lifeCycle, desc)
103 , GrRenderTarget(gpu, lifeCycle, desc, kUnified_SampleConfig)
117 GrGpuResource::LifeCycle lifeCycle,
173 texRT = new GrVkRenderTarget(gpu, desc, lifeCycle, imageResource, msaaResource,
177 texRT = new GrVkRenderTarget(gpu, desc, lifeCycle, imageResource,
187 GrGpuResource::LifeCycle lifeCycle,
196 GrVkRenderTarget* rt = GrVkRenderTarget::Create(gpu, desc, lifeCycle, imageResource);
206 GrGpuResource::LifeCycle lifeCycle,
212 return GrVkRenderTarget::Create(gpu, desc, lifeCycle, imageResource);