Searched defs:sampleCnt (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/gpu/
H A DGrStencilAttachment.cpp12 void GrStencilAttachment::ComputeSharedStencilAttachmentKey(int width, int height, int sampleCnt, argument
18 builder[2] = sampleCnt;
H A DGrStencilAttachment.h50 // We create a unique stencil buffer at each width, height and sampleCnt and share it for
52 static void ComputeSharedStencilAttachmentKey(int width, int height, int sampleCnt,
57 int sampleCnt)
62 , fSampleCnt(sampleCnt)
56 GrStencilAttachment(GrGpu* gpu, LifeCycle lifeCycle, int width, int height, int bits, int sampleCnt) argument
H A DGrBlurUtils.cpp101 int sampleCnt) {
111 desc.fSampleCnt = doAA ? sampleCnt : 0;
96 create_mask_GPU(GrContext* context, SkRect* maskRect, const SkPath& devPath, const GrStrokeInfo& strokeInfo, bool doAA, int sampleCnt) argument
/external/skia/src/gpu/gl/
H A DGrGLStencilAttachment.h35 int sampleCnt,
37 : GrStencilAttachment(gpu, idDesc.fLifeCycle, width, height, format.fStencilBits, sampleCnt)
32 GrGLStencilAttachment(GrGpu* gpu, const IDDesc& idDesc, int width, int height, int sampleCnt, const Format& format) argument
/external/skia/src/gpu/vk/
H A DGrVkStencilAttachment.cpp35 int sampleCnt,
43 imageDesc.fSamples = sampleCnt;
31 Create(GrVkGpu* gpu, GrGpuResource::LifeCycle lifeCycle, int width, int height, int sampleCnt, const Format& format) argument

Completed in 91 milliseconds