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

  /frameworks/base/libs/hwui/
DisplayListLogBuffer.h 41 struct OpLog {
47 OpLog* mBufferFirst; // where the memory starts
48 OpLog* mStart; // where the current command stream starts
49 OpLog* mEnd; // where the current commands end
50 OpLog* mBufferLast; // where the buffer memory ends
DisplayListLogBuffer.cpp 59 mBufferFirst = (OpLog*) malloc(BUFFER_SIZE * sizeof(OpLog));
75 OpLog* tmpBufferPtr = mStart;
83 OpLog* nextOp = tmpBufferPtr++;

Completed in 37 milliseconds