Searched refs:fPreviousRenderPassDescriptor (Results 1 – 2 of 2) sorted by relevance
78 if (nil != fPreviousRenderPassDescriptor) {79 if (compatible(fPreviousRenderPassDescriptor.colorAttachments[0],81 compatible(fPreviousRenderPassDescriptor.stencilAttachment,92 fPreviousRenderPassDescriptor = descriptor;118 fPreviousRenderPassDescriptor = nil;
68 , fPreviousRenderPassDescriptor(nil) in GrMtlCommandBuffer()76 MTLRenderPassDescriptor* fPreviousRenderPassDescriptor; variable