Home
last modified time | relevance | path

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

/external/skia/src/gpu/mtl/
DGrMtlCommandBuffer.mm78 if (nil != fPreviousRenderPassDescriptor) {
79 if (compatible(fPreviousRenderPassDescriptor.colorAttachments[0],
81 compatible(fPreviousRenderPassDescriptor.stencilAttachment,
92 fPreviousRenderPassDescriptor = descriptor;
118 fPreviousRenderPassDescriptor = nil;
DGrMtlCommandBuffer.h68 , fPreviousRenderPassDescriptor(nil) in GrMtlCommandBuffer()
76 MTLRenderPassDescriptor* fPreviousRenderPassDescriptor; variable