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

  /external/skia/src/gpu/batches/
GrDrawAtlasBatch.h 15 class GrDrawAtlasBatch : public GrVertexBatch {
27 return new GrDrawAtlasBatch(geometry, viewMatrix, spriteCount, xforms, rects, colors);
51 GrDrawAtlasBatch(const Geometry& geometry, const SkMatrix& viewMatrix, int spriteCount,
GrDrawAtlasBatch.cpp 8 #include "GrDrawAtlasBatch.h"
15 void GrDrawAtlasBatch::initBatchTracker(const GrXPOverridesForBatch& overrides) {
54 void GrDrawAtlasBatch::onPrepareDraws(Target* target) const {
87 GrDrawAtlasBatch::GrDrawAtlasBatch(const Geometry& geometry, const SkMatrix& viewMatrix,
169 bool GrDrawAtlasBatch::onCombineIfPossible(GrBatch* t, const GrCaps& caps) {
170 GrDrawAtlasBatch* that = t->cast<GrDrawAtlasBatch>();
244 DRAW_BATCH_TEST_DEFINE(GrDrawAtlasBatch) {
261 GrDrawAtlasBatch::Geometry geometry
    [all...]
  /external/skia/src/gpu/
GrBatchTest.cpp 25 DRAW_BATCH_TEST_EXTERN(GrDrawAtlasBatch);
44 DRAW_BATCH_TEST_ENTRY(GrDrawAtlasBatch),
GrDrawContext.cpp 21 #include "batches/GrDrawAtlasBatch.h"
466 GrDrawAtlasBatch::Geometry geometry;
468 SkAutoTUnref<GrDrawBatch> batch(GrDrawAtlasBatch::Create(geometry, viewMatrix, spriteCount,
  /external/skia/
Android.mk 451 src/gpu/batches/GrDrawAtlasBatch.cpp \

Completed in 67 milliseconds