Home
last modified time | relevance | path

Searched refs:OP_rcFlushWindowColorBufferAsyncWithFrameNumber (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_opcodes.h61 #define OP_rcFlushWindowColorBufferAsyncWithFrameNumber 10055 macro
DrenderControl_enc.cpp2270 int tmp = OP_rcFlushWindowColorBufferAsyncWithFrameNumber;memcpy(ptr, &tmp, 4); ptr += 4; in rcFlushWindowColorBufferAsyncWithFrameNumber_enc()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_opcodes.h61 #define OP_rcFlushWindowColorBufferAsyncWithFrameNumber 10055 macro
DrenderControl_dec.cpp1180 case OP_rcFlushWindowColorBufferAsyncWithFrameNumber: { in decode()