HomeSort by relevance Sort by last modified time
    Searched refs:fStencil (Results 1 - 10 of 10) sorted by null

  /external/skia/src/gpu/vk/
GrVkRenderPass.cpp 102 fAttachmentsDescriptor.fStencil.fLoadStoreOps = stencilOp;
104 fAttachmentsDescriptor.fStencil,
205 if (!fAttachmentsDescriptor.fStencil.isCompatible(desc.fStencil)) {
233 if (fAttachmentsDescriptor.fStencil.fLoadStoreOps != stencilOps) {
247 b->add32(fAttachmentsDescriptor.fStencil.fFormat);
248 b->add32(fAttachmentsDescriptor.fStencil.fSamples);
GrVkRenderTarget.cpp 250 desc->fStencil.fFormat = vkStencil->vkFormat();
251 desc->fStencil.fSamples = vkStencil->numSamples();
253 SkASSERT(desc->fColor.fSamples == desc->fStencil.fSamples);
GrVkRenderPass.h 76 AttachmentDesc fStencil;
  /external/skqp/src/gpu/vk/
GrVkRenderPass.cpp 102 fAttachmentsDescriptor.fStencil.fLoadStoreOps = stencilOp;
104 fAttachmentsDescriptor.fStencil,
205 if (!fAttachmentsDescriptor.fStencil.isCompatible(desc.fStencil)) {
233 if (fAttachmentsDescriptor.fStencil.fLoadStoreOps != stencilOps) {
247 b->add32(fAttachmentsDescriptor.fStencil.fFormat);
248 b->add32(fAttachmentsDescriptor.fStencil.fSamples);
GrVkRenderTarget.cpp 250 desc->fStencil.fFormat = vkStencil->vkFormat();
251 desc->fStencil.fSamples = vkStencil->numSamples();
253 SkASSERT(desc->fColor.fSamples == desc->fStencil.fSamples);
GrVkRenderPass.h 76 AttachmentDesc fStencil;
  /external/skia/src/gpu/
GrPathRendering.h 144 , fStencil(stencil) {
150 const GrStencilSettings* fStencil;
  /external/skqp/src/gpu/
GrPathRendering.h 144 , fStencil(stencil) {
150 const GrStencilSettings* fStencil;
  /external/skia/src/gpu/gl/
GrGLPathRendering.cpp 131 this->flushPathStencilSettings(*args.fStencil);
  /external/skqp/src/gpu/gl/
GrGLPathRendering.cpp 131 this->flushPathStencilSettings(*args.fStencil);

Completed in 619 milliseconds