OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:overBatch
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
LayerBuilder.cpp
215
BatchBase*
overBatch
= mBatches[i];
217
if (
overBatch
== *targetBatch) break;
220
if (batchId ==
overBatch
->getBatchId()) {
225
if (
overBatch
->intersects(clippedBounds)) {
DeferredDisplayList.cpp
561
DrawBatch*
overBatch
= (DrawBatch*)mBatches[i];
563
if (
overBatch
== targetBatch) break;
566
if (deferInfo.batchId ==
overBatch
->getBatchId()) {
571
if (
overBatch
->intersects(state->mBounds)) {
Completed in 794 milliseconds