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

  /frameworks/base/libs/hwui/
DisplayList.h 133 size_t endOpIndex;
DisplayListCanvas.cpp 525 newChunk.endOpIndex = insertIndex + 1;
533 mDisplayList->chunks.back().endOpIndex = insertIndex + 1;
RecordingCanvas.cpp 641 newChunk.endOpIndex = insertIndex + 1;
650 mDisplayList->chunks.back().endOpIndex = insertIndex + 1;
FrameBuilder.cpp 522 for (size_t opIndex = chunk.beginOpIndex; opIndex < chunk.endOpIndex; opIndex++) {
    [all...]
RenderNode.cpp     [all...]
  /frameworks/base/libs/hwui/tests/unit/
RecordingCanvasTests.cpp 36 for (size_t opIndex = chunk.beginOpIndex; opIndex < chunk.endOpIndex; opIndex++) {
664 EXPECT_EQ(1u, chunks[0].endOpIndex);
668 EXPECT_EQ(2u, chunks[1].endOpIndex);
    [all...]

Completed in 218 milliseconds