HomeSort by relevance Sort by last modified time
    Searched refs:GrVertexBatch (Results 1 - 23 of 23) sorted by null

  /external/skia/src/gpu/batches/
GrVertexBatch.cpp 8 #include "GrVertexBatch.h"
12 GrVertexBatch::GrVertexBatch(uint32_t classID) : INHERITED(classID) {}
14 void GrVertexBatch::onPrepare(GrBatchFlushState* state) {
19 void* GrVertexBatch::InstancedHelper::init(Target* target, GrPrimitiveType primType,
45 void GrVertexBatch::InstancedHelper::recordDraw(Target* target) {
50 void* GrVertexBatch::QuadHelper::init(Target* target, size_t vertexStride,
62 void GrVertexBatch::onDraw(GrBatchFlushState* state) {
74 const GrVertexBatch::DrawArray& drawArray = *da.get();
GrVertexBatch.h 23 class GrVertexBatch : public GrDrawBatch {
27 GrVertexBatch(uint32_t classID);
GrDrawAtlasBatch.h 13 #include "GrVertexBatch.h"
15 class GrDrawAtlasBatch : public GrVertexBatch {
71 typedef GrVertexBatch INHERITED;
GrDrawVerticesBatch.h 13 #include "GrVertexBatch.h"
21 class GrDrawVerticesBatch : public GrVertexBatch {
79 typedef GrVertexBatch INHERITED;
GrTestBatch.h 15 #include "batches/GrVertexBatch.h"
21 class GrTestBatch : public GrVertexBatch {
86 typedef GrVertexBatch INHERITED;
GrAtlasTextBatch.h 11 #include "batches/GrVertexBatch.h"
16 class GrAtlasTextBatch : public GrVertexBatch {
142 inline void flush(GrVertexBatch::Target* target, FlushInfo* flushInfo) const;
187 typedef GrVertexBatch INHERITED;
197 GrVertexBatch::Target* target,
213 GrVertexBatch::Target* fTarget;
GrTInstanceBatch.h 11 #include "GrVertexBatch.h"
43 class GrTInstanceBatch : public GrVertexBatch {
150 typedef GrVertexBatch INHERITED;
GrNinePatch.cpp 13 #include "GrVertexBatch.h"
26 class GrNonAANinePatchBatch : public GrVertexBatch {
175 typedef GrVertexBatch INHERITED;
GrNonAAStrokeRectBatch.cpp 14 #include "GrVertexBatch.h"
40 class NonAAStrokeRectBatch : public GrVertexBatch {
214 typedef GrVertexBatch INHERITED;
GrAALinearizingConvexPathRenderer.cpp 26 #include "batches/GrVertexBatch.h"
118 class AAFlatteningConvexPathBatch : public GrVertexBatch {
162 void draw(GrVertexBatch::Target* target, const GrPipeline* pipeline, int vertexCount,
320 typedef GrVertexBatch INHERITED;
GrAADistanceFieldPathRenderer.cpp 20 #include "batches/GrVertexBatch.h"
123 class AADistanceFieldPathBatch : public GrVertexBatch {
317 bool addPathToAtlas(GrVertexBatch::Target* target,
491 void flush(GrVertexBatch::Target* target, FlushInfo* flushInfo) const {
536 typedef GrVertexBatch INHERITED;
GrTessellatingPathRenderer.cpp 20 #include "batches/GrVertexBatch.h"
75 class TessellatingPathBatch : public GrVertexBatch {
247 typedef GrVertexBatch INHERITED;
GrAAStrokeRectBatch.cpp 46 class AAStrokeRectBatch : public GrVertexBatch {
166 typedef GrVertexBatch INHERITED;
GrDefaultPathRenderer.cpp 24 #include "batches/GrVertexBatch.h"
213 class DefaultPathBatch : public GrVertexBatch {
543 typedef GrVertexBatch INHERITED;
GrAtlasTextBatch.cpp 182 void GrAtlasTextBatch::flush(GrVertexBatch::Target* target, FlushInfo* flushInfo) const {
GrAAConvexPathRenderer.cpp 27 #include "batches/GrVertexBatch.h"
745 class AAConvexPathBatch : public GrVertexBatch {
    [all...]
GrAAHairLinePathRenderer.cpp 25 #include "batches/GrVertexBatch.h"
670 class AAHairlineBatch : public GrVertexBatch {
787 typedef GrVertexBatch INHERITED;
    [all...]
GrPLSPathRenderer.cpp 28 #include "batches/GrVertexBatch.h"
    [all...]
  /external/skia/src/gpu/
GrBatchFlushState.h 12 #include "batches/GrVertexBatch.h"
158 /** Extension of GrDrawBatch::Target for use by GrVertexBatch. Adds the ability to create vertex
160 class GrVertexBatch::Target : public GrDrawBatch::Target {
162 Target(GrBatchFlushState* state, GrVertexBatch* batch) : INHERITED(state, batch) {}
165 GrVertexBatch::DrawArray* draws = this->vertexBatch()->fDrawArrays.addToTail();
190 GrVertexBatch* vertexBatch() { return static_cast<GrVertexBatch*>(this->batch()); }
GrOvalRenderer.cpp 18 #include "batches/GrVertexBatch.h"
607 class CircleBatch : public GrVertexBatch {
772 typedef GrVertexBatch INHERITED;
    [all...]
  /external/skia/src/gpu/effects/
GrDashingEffect.cpp 23 #include "batches/GrVertexBatch.h"
249 class DashBatch : public GrVertexBatch {
693 typedef GrVertexBatch INHERITED;
    [all...]
  /external/skia/tests/
GrPorterDuffTest.cpp 18 #include "batches/GrVertexBatch.h"
    [all...]
  /external/skia/
Android.mk 461 src/gpu/batches/GrVertexBatch.cpp \

Completed in 1523 milliseconds