OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpBatchType
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/
LayerBuilder.h
44
namespace
OpBatchType
{
128
std::unordered_map<mergeid_t, MergingOpBatch*> mMergingBatchLookup[
OpBatchType
::Count];
131
OpBatch* mBatchLookup[
OpBatchType
::Count] = { nullptr };
FrameBuilder.cpp
288
currentLayer().deferUnmergeableOp(mAllocator, bakedOpState,
OpBatchType
::Bitmap);
461
currentLayer().deferUnmergeableOp(mAllocator, bakedOpState,
OpBatchType
::Shadow);
585
?
OpBatchType
::AlphaMaskTexture
586
: (paint.isAntiAlias() ?
OpBatchType
::AlphaVertices :
OpBatchType
::Vertices);
616
currentLayer().deferMergeableOp(mAllocator, bakedState,
OpBatchType
::Bitmap, mergeId);
618
currentLayer().deferUnmergeableOp(mAllocator, bakedState,
OpBatchType
::Bitmap);
625
currentLayer().deferUnmergeableOp(mAllocator, bakedState,
OpBatchType
::Bitmap);
631
currentLayer().deferUnmergeableOp(mAllocator, bakedState,
OpBatchType
::Bitmap);
664
currentLayer().deferUnmergeableOp(mAllocator, bakedState,
OpBatchType
::Vertices)
[
all
...]
LayerBuilder.cpp
126
bool isTextBatch = getBatchId() ==
OpBatchType
::Text
127
|| getBatchId() ==
OpBatchType
::ColorText;
283
deferUnmergeableOp(allocator, bakedState,
OpBatchType
::Vertices);
369
for (int i = 0; i <
OpBatchType
::Count; i++) {
Completed in 4791 milliseconds