Home
last modified time | relevance | path

Searched defs:RPC_ENUM_RES (Results 1 – 1 of 1) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/khronos/common/
H A Dkhrn_client_rpc.h86 static INLINE GLenum RPC_ENUM_RES(GLenum e) { khronos_server_unlock_func_table(); return e; } in RPC_ENUM_RES() function
94 #define RPC_ENUM_RES(e) (e) macro