Home
last modified time | relevance | path

Searched refs:fPreviousRenderPassDescriptor (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/mtl/
DGrMtlCommandBuffer.mm142 if (nil != fPreviousRenderPassDescriptor) {
143 if (compatible(fPreviousRenderPassDescriptor.colorAttachments[0],
145 compatible(fPreviousRenderPassDescriptor.stencilAttachment,
170 fPreviousRenderPassDescriptor = descriptor;
202 fPreviousRenderPassDescriptor = nil;
DGrMtlCommandBuffer.h100 , fPreviousRenderPassDescriptor(nil) in GrMtlCommandBuffer()
114 MTLRenderPassDescriptor* fPreviousRenderPassDescriptor; variable