Home | History | Annotate | Download | only in vk

Lines Matching refs:LifeCycle

27                                                                  GrGpuResource::LifeCycle,
32 GrGpuResource::LifeCycle,
50 GrGpuResource::LifeCycle lifeCycle,
56 : GrSurface(gpu, lifeCycle, desc)
58 , GrVkTexture(gpu, desc, lifeCycle, imageResource, texView, GrVkTexture::kDerived)
59 , GrVkRenderTarget(gpu, desc, lifeCycle, imageResource, msaaResource, colorAttachmentView,
66 GrGpuResource::LifeCycle lifeCycle,
70 : GrSurface(gpu, lifeCycle, desc)
72 , GrVkTexture(gpu, desc, lifeCycle, imageResource, texView, GrVkTexture::kDerived)
73 , GrVkRenderTarget(gpu, desc, lifeCycle, imageResource, colorAttachmentView,
79 GrGpuResource::LifeCycle,