Home
last modified time | relevance | path

Searched defs:hasPointSize (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/glsl/
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()