Searched defs:commandSubType (Results 1 – 3 of 3) sorted by relevance
35 constexpr static uint16_t commandSubType = GET_RENDER_PROPERTY; variable69 constexpr static uint16_t commandSubType = GET_RENDER_PROPERTIES; variable
47 inline uint32_t MakeKey(uint16_t commandType, uint16_t commandSubType) in MakeKey()
198 uint16_t commandSubType = 0; in UnmarshallingCommand() local