Searched refs:GrVertexBatch (Results 1 – 24 of 24) sorted by relevance
/external/skia/src/gpu/batches/ |
D | GrVertexBatch.cpp | 12 GrVertexBatch::GrVertexBatch(uint32_t classID) : INHERITED(classID) {} in GrVertexBatch() function in GrVertexBatch 14 void GrVertexBatch::onPrepare(GrBatchFlushState* state) { in onPrepare() 19 void* GrVertexBatch::InstancedHelper::init(Target* target, GrPrimitiveType primType, in init() 45 void GrVertexBatch::InstancedHelper::recordDraw(Target* target) { in recordDraw() 50 void* GrVertexBatch::QuadHelper::init(Target* target, size_t vertexStride, in init() 62 void GrVertexBatch::onDraw(GrBatchFlushState* state) { in onDraw() 74 const GrVertexBatch::DrawArray& drawArray = *da.get(); in onDraw()
|
D | GrAtlasTextBatch.h | 16 class GrAtlasTextBatch : public GrVertexBatch { 142 inline void flush(GrVertexBatch::Target* target, FlushInfo* flushInfo) const; 187 typedef GrVertexBatch INHERITED; 197 GrVertexBatch::Target* target, in GrBlobRegenHelper() 213 GrVertexBatch::Target* fTarget;
|
D | GrVertexBatch.h | 23 class GrVertexBatch : public GrDrawBatch { 27 GrVertexBatch(uint32_t classID);
|
D | GrDrawAtlasBatch.h | 15 class GrDrawAtlasBatch : public GrVertexBatch { 71 typedef GrVertexBatch INHERITED;
|
D | GrTestBatch.h | 21 class GrTestBatch : public GrVertexBatch { 86 typedef GrVertexBatch INHERITED;
|
D | GrDrawVerticesBatch.h | 21 class GrDrawVerticesBatch : public GrVertexBatch { 79 typedef GrVertexBatch INHERITED;
|
D | GrTInstanceBatch.h | 43 class GrTInstanceBatch : public GrVertexBatch { 150 typedef GrVertexBatch INHERITED;
|
D | GrAALinearizingConvexPathRenderer.cpp | 118 class AAFlatteningConvexPathBatch : public GrVertexBatch { 162 void draw(GrVertexBatch::Target* target, const GrPipeline* pipeline, int vertexCount, in draw() 320 typedef GrVertexBatch INHERITED;
|
D | GrNinePatch.cpp | 26 class GrNonAANinePatchBatch : public GrVertexBatch { 175 typedef GrVertexBatch INHERITED;
|
D | GrAADistanceFieldPathRenderer.cpp | 123 class AADistanceFieldPathBatch : public GrVertexBatch { 317 bool addPathToAtlas(GrVertexBatch::Target* target, in addPathToAtlas() 491 void flush(GrVertexBatch::Target* target, FlushInfo* flushInfo) const { in flush() 536 typedef GrVertexBatch INHERITED;
|
D | GrNonAAStrokeRectBatch.cpp | 40 class NonAAStrokeRectBatch : public GrVertexBatch { 214 typedef GrVertexBatch INHERITED;
|
D | GrTessellatingPathRenderer.cpp | 75 class TessellatingPathBatch : public GrVertexBatch { 247 typedef GrVertexBatch INHERITED;
|
D | GrDefaultPathRenderer.cpp | 213 class DefaultPathBatch : public GrVertexBatch { 543 typedef GrVertexBatch INHERITED;
|
D | GrAAStrokeRectBatch.cpp | 46 class AAStrokeRectBatch : public GrVertexBatch { 166 typedef GrVertexBatch INHERITED;
|
D | GrAtlasTextBatch.cpp | 182 void GrAtlasTextBatch::flush(GrVertexBatch::Target* target, FlushInfo* flushInfo) const { in flush()
|
D | GrAAHairLinePathRenderer.cpp | 670 class AAHairlineBatch : public GrVertexBatch { 787 typedef GrVertexBatch INHERITED;
|
D | GrAAConvexPathRenderer.cpp | 745 class AAConvexPathBatch : public GrVertexBatch { 1000 typedef GrVertexBatch INHERITED;
|
D | GrPLSPathRenderer.cpp | 785 class PLSPathBatch : public GrVertexBatch { 975 typedef GrVertexBatch INHERITED;
|
/external/skia/src/gpu/ |
D | GrBatchFlushState.h | 160 class GrVertexBatch::Target : public GrDrawBatch::Target { 162 Target(GrBatchFlushState* state, GrVertexBatch* batch) : INHERITED(state, batch) {} in Target() 165 GrVertexBatch::DrawArray* draws = this->vertexBatch()->fDrawArrays.addToTail(); in initDraw() 190 GrVertexBatch* vertexBatch() { return static_cast<GrVertexBatch*>(this->batch()); } in vertexBatch()
|
D | GrOvalRenderer.cpp | 607 class CircleBatch : public GrVertexBatch { 772 typedef GrVertexBatch INHERITED; 833 class EllipseBatch : public GrVertexBatch { 991 typedef GrVertexBatch INHERITED; 1083 class DIEllipseBatch : public GrVertexBatch { 1236 typedef GrVertexBatch INHERITED; 1368 class RRectCircleRendererBatch : public GrVertexBatch { 1542 typedef GrVertexBatch INHERITED; 1545 class RRectEllipseRendererBatch : public GrVertexBatch { 1733 typedef GrVertexBatch INHERITED;
|
/external/skia/gyp/ |
D | gpu.gypi | 249 '<(skia_src_path)/gpu/batches/GrVertexBatch.cpp', 250 '<(skia_src_path)/gpu/batches/GrVertexBatch.h',
|
/external/skia/src/gpu/effects/ |
D | GrDashingEffect.cpp | 249 class DashBatch : public GrVertexBatch { 693 typedef GrVertexBatch INHERITED;
|
/external/skia/tests/ |
D | GrPorterDuffTest.cpp | 1094 class TestLCDCoverageBatch: public GrVertexBatch { in test_lcd_coverage_fallback_case() 1113 typedef GrVertexBatch INHERITED; in test_lcd_coverage_fallback_case()
|
/external/skia/ |
D | Android.mk | 461 src/gpu/batches/GrVertexBatch.cpp \
|