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

  /frameworks/base/libs/hwui/
DisplayList.h 132 size_t beginOpIndex;
DisplayListCanvas.cpp 524 newChunk.beginOpIndex = insertIndex;
RecordingCanvas.cpp 640 newChunk.beginOpIndex = insertIndex;
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++) {
663 EXPECT_EQ(0u, chunks[0].beginOpIndex);
667 EXPECT_EQ(1u, chunks[1].beginOpIndex);
    [all...]

Completed in 324 milliseconds