Home
last modified time | relevance | path

Searched refs:hasPointSize (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/gpu/glsl/
DGrGLSLVertexGeoBuilder.cpp37 if (this->getProgramBuilder()->hasPointSize()) { in onFinalize()
DGrGLSLProgramBuilder.h47 bool hasPointSize() const { return fProgramInfo.primitiveType() == GrPrimitiveType::kPoints; } in hasPointSize() function
/third_party/flutter/skia/src/gpu/
DGrProgramDesc.cpp193 const GrPrimitiveProcessor& primProc, bool hasPointSize, const GrPipeline& pipeline, in Build() argument
263 header->fHasPointSize = hasPointSize ? 1 : 0; in Build()
DGrProgramDesc.h43 bool hasPointSize, const GrPipeline&, GrGpu*);
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.h333 const GrPipeline&, bool hasPointSize);