Home
last modified time | relevance | path

Searched refs:fStencil (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/
DGrPathRendering.h141 , fStencil(stencil) { in StencilPathArgs()
147 const GrStencilSettings* fStencil; member
161 , fStencil(stencil) { in DrawPathArgs()
164 const GrStencilSettings* fStencil; member
/external/skia/src/gpu/batches/
DGrStencilPathBatch.h52 , fStencil(stencil) in GrStencilPathBatch()
65 &fScissor, &fStencil); in onDraw()
71 GrStencilSettings fStencil; variable
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp93 fAttachmentsDescriptor.fStencil.fFormat, in initSimple()
94 fAttachmentsDescriptor.fStencil.fSamples, in initSimple()
214 if (fAttachmentsDescriptor.fStencil != desc.fStencil) { in isCompatible()
DGrVkRenderTarget.cpp260 desc->fStencil.fFormat = vkStencil->vkFormat(); in getAttachmentsDescriptor()
261 desc->fStencil.fSamples = vkStencil->numSamples() ? vkStencil->numSamples() : 1; in getAttachmentsDescriptor()
263 SkASSERT(desc->fColor.fSamples == desc->fStencil.fSamples); in getAttachmentsDescriptor()
DGrVkRenderPass.h39 AttachmentDesc fStencil; member
/external/skia/src/gpu/gl/
DGrGLPathRendering.cpp114 this->flushPathStencilSettings(*args.fStencil); in onStencilPath()
135 this->flushPathStencilSettings(*args.fStencil); in onDrawPath()
161 this->flushPathStencilSettings(*args.fStencil); in onDrawPaths()