Home
last modified time | relevance | path

Searched refs:GrVertexBatch (Results 1 – 24 of 24) sorted by relevance

/external/skia/src/gpu/batches/
DGrVertexBatch.cpp12 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()
DGrAtlasTextBatch.h16 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;
DGrVertexBatch.h23 class GrVertexBatch : public GrDrawBatch {
27 GrVertexBatch(uint32_t classID);
DGrDrawAtlasBatch.h15 class GrDrawAtlasBatch : public GrVertexBatch {
71 typedef GrVertexBatch INHERITED;
DGrTestBatch.h21 class GrTestBatch : public GrVertexBatch {
86 typedef GrVertexBatch INHERITED;
DGrDrawVerticesBatch.h21 class GrDrawVerticesBatch : public GrVertexBatch {
79 typedef GrVertexBatch INHERITED;
DGrTInstanceBatch.h43 class GrTInstanceBatch : public GrVertexBatch {
150 typedef GrVertexBatch INHERITED;
DGrAALinearizingConvexPathRenderer.cpp118 class AAFlatteningConvexPathBatch : public GrVertexBatch {
162 void draw(GrVertexBatch::Target* target, const GrPipeline* pipeline, int vertexCount, in draw()
320 typedef GrVertexBatch INHERITED;
DGrNinePatch.cpp26 class GrNonAANinePatchBatch : public GrVertexBatch {
175 typedef GrVertexBatch INHERITED;
DGrAADistanceFieldPathRenderer.cpp123 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;
DGrNonAAStrokeRectBatch.cpp40 class NonAAStrokeRectBatch : public GrVertexBatch {
214 typedef GrVertexBatch INHERITED;
DGrTessellatingPathRenderer.cpp75 class TessellatingPathBatch : public GrVertexBatch {
247 typedef GrVertexBatch INHERITED;
DGrDefaultPathRenderer.cpp213 class DefaultPathBatch : public GrVertexBatch {
543 typedef GrVertexBatch INHERITED;
DGrAAStrokeRectBatch.cpp46 class AAStrokeRectBatch : public GrVertexBatch {
166 typedef GrVertexBatch INHERITED;
DGrAtlasTextBatch.cpp182 void GrAtlasTextBatch::flush(GrVertexBatch::Target* target, FlushInfo* flushInfo) const { in flush()
DGrAAHairLinePathRenderer.cpp670 class AAHairlineBatch : public GrVertexBatch {
787 typedef GrVertexBatch INHERITED;
DGrAAConvexPathRenderer.cpp745 class AAConvexPathBatch : public GrVertexBatch {
1000 typedef GrVertexBatch INHERITED;
DGrPLSPathRenderer.cpp785 class PLSPathBatch : public GrVertexBatch {
975 typedef GrVertexBatch INHERITED;
/external/skia/src/gpu/
DGrBatchFlushState.h160 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()
DGrOvalRenderer.cpp607 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/
Dgpu.gypi249 '<(skia_src_path)/gpu/batches/GrVertexBatch.cpp',
250 '<(skia_src_path)/gpu/batches/GrVertexBatch.h',
/external/skia/src/gpu/effects/
DGrDashingEffect.cpp249 class DashBatch : public GrVertexBatch {
693 typedef GrVertexBatch INHERITED;
/external/skia/tests/
DGrPorterDuffTest.cpp1094 class TestLCDCoverageBatch: public GrVertexBatch { in test_lcd_coverage_fallback_case()
1113 typedef GrVertexBatch INHERITED; in test_lcd_coverage_fallback_case()
/external/skia/
DAndroid.mk461 src/gpu/batches/GrVertexBatch.cpp \