Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/mtl/
DGrMtlCommandBuffer.mm43 fPreviousRenderPassDescriptor = nil;
74 if (nil != fPreviousRenderPassDescriptor) {
75 if (compatible(fPreviousRenderPassDescriptor.colorAttachments[0],
77 compatible(fPreviousRenderPassDescriptor.stencilAttachment,
88 fPreviousRenderPassDescriptor = descriptor;
DGrMtlCommandBuffer.h38 , fPreviousRenderPassDescriptor(nil) {} in GrMtlCommandBuffer()
45 MTLRenderPassDescriptor* fPreviousRenderPassDescriptor; variable
/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