Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_opcodes.h54 #define OP_rcCreateColorBufferWithHandle 10048 macro
DrenderControl_dec.cpp1045 case OP_rcCreateColorBufferWithHandle: { in decode()
/aosp_15_r20/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_opcodes.h54 #define OP_rcCreateColorBufferWithHandle 10048 macro
DrenderControl_enc.cpp1997 int tmp = OP_rcCreateColorBufferWithHandle;memcpy(ptr, &tmp, 4); ptr += 4; in rcCreateColorBufferWithHandle_enc()