HomeSort by relevance Sort by last modified time
    Searched refs:DrawPathArgs (Results 1 - 25 of 28) sorted by null

1 2

  /external/skia/src/gpu/batches/
GrAAConvexPathRenderer.h 21 bool onDrawPath(const DrawPathArgs&) override;
GrAALinearizingConvexPathRenderer.h 21 bool onDrawPath(const DrawPathArgs&) override;
GrPLSPathRenderer.h 46 bool onDrawPath(const DrawPathArgs& args) override;
GrAAHairLinePathRenderer.h 25 bool onDrawPath(const DrawPathArgs&) override;
GrDashLinePathRenderer.h 22 bool onDrawPath(const DrawPathArgs&) override;
GrStencilAndCoverPathRenderer.h 34 bool onDrawPath(const DrawPathArgs&) override;
GrTessellatingPathRenderer.h 28 bool onDrawPath(const DrawPathArgs&) override;
GrDefaultPathRenderer.h 28 bool onDrawPath(const DrawPathArgs&) override;
GrDashLinePathRenderer.cpp 21 bool GrDashLinePathRenderer::onDrawPath(const DrawPathArgs& args) {
GrAADistanceFieldPathRenderer.h 33 bool onDrawPath(const DrawPathArgs&) override;
GrDrawPathBatch.cpp 27 GrPathRendering::DrawPathArgs args(pathProc, this->pipeline(),
128 GrPathRendering::DrawPathArgs args(pathProc, this->pipeline(),
GrStencilAndCoverPathRenderer.cpp 74 bool GrStencilAndCoverPathRenderer::onDrawPath(const DrawPathArgs& args) {
GrTessellatingPathRenderer.cpp 250 bool GrTessellatingPathRenderer::onDrawPath(const DrawPathArgs& args) {
GrAALinearizingConvexPathRenderer.cpp 323 bool GrAALinearizingConvexPathRenderer::onDrawPath(const DrawPathArgs& args) {
GrAADistanceFieldPathRenderer.cpp 539 bool GrAADistanceFieldPathRenderer::onDrawPath(const DrawPathArgs& args) {
GrDefaultPathRenderer.cpp 731 bool GrDefaultPathRenderer::onDrawPath(const DrawPathArgs& args) {
  /external/skia/src/gpu/
GrSoftwarePathRenderer.h 32 bool onDrawPath(const DrawPathArgs&) override;
GrPathRendering.h 155 struct DrawPathArgs : public GrGpu::DrawArgs {
156 DrawPathArgs(const GrPrimitiveProcessor* primProc,
167 void drawPath(const DrawPathArgs& args, const GrPath* path) {
175 void drawPaths(const DrawPathArgs& args, const GrPathRange* pathRange, const void* indices,
194 virtual void onDrawPath(const DrawPathArgs&, const GrPath*) = 0;
195 virtual void onDrawPaths(const DrawPathArgs&, const GrPathRange*, const void*, PathIndexType,
GrPathRenderer.h 124 struct DrawPathArgs {
149 bool drawPath(const DrawPathArgs& args) {
255 virtual bool onDrawPath(const DrawPathArgs& args) = 0;
276 DrawPathArgs drawArgs;
GrSoftwarePathRenderer.cpp 118 bool GrSoftwarePathRenderer::onDrawPath(const DrawPathArgs& args) {
GrClipMaskManager.cpp 564 GrPathRenderer::DrawPathArgs args;
    [all...]
GrDrawContext.cpp 808 GrPathRenderer::DrawPathArgs args;
  /external/skia/src/gpu/gl/
GrGLPathRendering.h 68 void onDrawPath(const DrawPathArgs&, const GrPath*) override;
69 void onDrawPaths(const DrawPathArgs&, const GrPathRange*, const void* indices, PathIndexType,
GrGLPathRendering.cpp 129 void GrGLPathRendering::onDrawPath(const DrawPathArgs& args, const GrPath* path) {
154 void GrGLPathRendering::onDrawPaths(const DrawPathArgs& args, const GrPathRange* pathRange,
  /external/skia/tests/
TessellatingPathRendererTests.cpp 243 GrPathRenderer::DrawPathArgs args;

Completed in 839 milliseconds

1 2