OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MergingDrawBatch
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/
DeferredDisplayList.h
45
class
MergingDrawBatch
;
174
*
MergingDrawBatch
of that id. These ids are unique per draw type and guaranteed to not
DeferredDisplayList.cpp
153
class
MergingDrawBatch
: public DrawBatch {
155
MergingDrawBatch
(DeferInfo& deferInfo, int width, int height) :
160
* Helper for determining if a new op can merge with a
MergingDrawBatch
based on their bounds
264
DEFER_LOGD("%d replaying
MergingDrawBatch
%p, with %d ops,"
558
if (!((
MergingDrawBatch
*) targetBatch)->canMergeWith(op, state)) {
599
targetBatch = new
MergingDrawBatch
(deferInfo,
DisplayListOp.h
112
friend class
MergingDrawBatch
;
140
* Currently guarantees certain similarities between ops (see
MergingDrawBatch
::canMergeWith),
821
//
MergingDrawBatch
::canMergeWith()
[
all
...]
Completed in 33 milliseconds