Lines Matching refs:fPipelineLayout
35 , fPipelineLayout(nullptr) {} in GrVkCopyManager()
132 fPipelineLayout = new GrVkPipelineLayout(pipelineLayout); in createCopyProgram()
175 nullptr == fPipelineLayout && in copySurfaceAsDraw()
183 SkASSERT(fPipelineLayout); in copySurfaceAsDraw()
189 fPipelineLayout->layout()); in copySurfaceAsDraw()
381 fPipelineLayout, in copySurfaceAsDraw()
437 if (fPipelineLayout) { in destroyResources()
438 fPipelineLayout->unref(gpu); in destroyResources()
439 fPipelineLayout = nullptr; in destroyResources()
451 if (fPipelineLayout) { in abandonResources()
452 fPipelineLayout->unrefAndAbandon(); in abandonResources()
453 fPipelineLayout = nullptr; in abandonResources()