Lines Matching defs:spec
40 const VertexSpec& spec, in write_quad_generic()
91 const VertexSpec& spec, in write_2d_color()
123 const VertexSpec& spec, in write_2d_uv()
150 const VertexSpec& spec, in write_2d_color_uv()
182 const VertexSpec& spec, in write_2d_cov_uv()
216 const VertexSpec& spec, in write_2d_uv_strict()
244 const VertexSpec& spec, in write_2d_color_uv_strict()
277 const VertexSpec& spec, in write_2d_cov_uv_strict()
326 Tessellator::WriteQuadProc Tessellator::GetWriteQuadProc(const VertexSpec& spec) { in GetWriteQuadProc()
363 Tessellator::Tessellator(const VertexSpec& spec, char* vertices) in Tessellator()
487 void IssueDraw(const GrCaps& caps, GrOpsRenderPass* renderPass, const VertexSpec& spec, in IssueDraw()
606 static GrGeometryProcessor* Make(SkArenaAlloc* arena, const VertexSpec& spec) { in Make()
834 QuadPerEdgeAAGeometryProcessor(const VertexSpec& spec) in QuadPerEdgeAAGeometryProcessor()
842 QuadPerEdgeAAGeometryProcessor(const VertexSpec& spec, in QuadPerEdgeAAGeometryProcessor()
859 void initializeAttrs(const VertexSpec& spec) { in initializeAttrs()
926 GrGeometryProcessor* MakeProcessor(SkArenaAlloc* arena, const VertexSpec& spec) { in MakeProcessor()
931 const VertexSpec& spec, in MakeTexturedProcessor()