Searched defs:vertexSpec (Results 1 – 5 of 5) sorted by relevance
188 VertexSpec vertexSpec() const { in vertexSpec() function in __anon6d746cc00111::FillRectOp209 const VertexSpec vertexSpec = this->vertexSpec(); in onCreateProgramInfo() local236 const VertexSpec vertexSpec = this->vertexSpec(); in onPrePrepareDraws() local246 void tessellate(const VertexSpec& vertexSpec, char* dst) const { in tessellate() argument264 const VertexSpec vertexSpec = this->vertexSpec(); in onPrepareDraws() local302 const VertexSpec vertexSpec = this->vertexSpec(); in onExecute() local
551 const VertexSpec& vertexSpec, in Make()
178 VertexSpec vertexSpec(fDeviceQuads.quadType(), in onPrepareDraws() local
357 VertexSpec vertexSpec(quadType, wideColor ? ColorType::kHalf : ColorType::kByte, in onPrepareDraws() local
517 static sk_sp<GrGeometryProcessor> Make(const VertexSpec& vertexSpec, const GrShaderCaps& caps, in Make()