Searched refs:fPreviousRenderPassDescriptor (Results 1 – 2 of 2) sorted by relevance
142 if (nil != fPreviousRenderPassDescriptor) {143 if (compatible(fPreviousRenderPassDescriptor.colorAttachments[0],145 compatible(fPreviousRenderPassDescriptor.stencilAttachment,170 fPreviousRenderPassDescriptor = descriptor;202 fPreviousRenderPassDescriptor = nil;
100 , fPreviousRenderPassDescriptor(nil) in GrMtlCommandBuffer()114 MTLRenderPassDescriptor* fPreviousRenderPassDescriptor; variable