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

  /external/skia/src/gpu/
GrReorderCommandBuilder.cpp 27 DrawBatch* previous = static_cast<DrawBatch*>(reverseIter.get());
44 return GrNEW_APPEND_TO_RECORDER(*this->cmdBuffer(), DrawBatch, (state, batch,
GrCommandBuilder.h 63 typedef GrTargetCommands::DrawBatch DrawBatch;
GrInOrderCommandBuilder.cpp 32 DrawBatch* previous = static_cast<DrawBatch*>(&this->cmdBuffer()->back());
38 return GrNEW_APPEND_TO_RECORDER(*this->cmdBuffer(), DrawBatch, (state, batch,
GrTargetCommands.cpp 28 DrawBatch* db = reinterpret_cast<DrawBatch*>(genIter.get());
93 void GrTargetCommands::DrawBatch::execute(GrGpu*) {
GrTargetCommands.h 226 struct DrawBatch : public Cmd {
227 DrawBatch(State* state, GrBatch* batch, GrBatchTarget* batchTarget)
  /frameworks/base/libs/hwui/
DeferredDisplayList.cpp 62 class DrawBatch : public Batch {
64 DrawBatch(const DeferInfo& deferInfo) : mAllOpsOpaque(true),
69 virtual ~DrawBatch() { mOps.clear(); }
96 DEFER_LOGD("%d replaying DrawBatch %p, with %d ops (batch id %x, merge id %p)",
147 class MergingDrawBatch : public DrawBatch {
150 DrawBatch(deferInfo), mClipRect(width, height),
241 DrawBatch::add(op, state, opaqueOverBounds);
256 DrawBatch::replay(renderer, dirty, -1);
511 DrawBatch* b = new DrawBatch(deferInfo)
    [all...]
DeferredDisplayList.h 43 class DrawBatch;
179 TinyHashMap<mergeid_t, DrawBatch*> mMergingBatches[kOpBatch_Count];

Completed in 310 milliseconds