Searched defs:funcname (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/apigen-codec-common/ |
D | X11Support.cpp | 5 #define DEFINE_DUMMY_IMPL(rettype, funcname, args) \ argument 26 #define X11_ASSIGN_DUMMY_IMPL(funcname) mApi.funcname = dummy_##funcname; in X11FunctionGetter() argument 32 #define X11_GET_FUNC(funcname) \ in X11FunctionGetter() argument 58 #define GLX_ASSIGN_DUMMY_IMPL(funcname) mApi.funcname = dummy_##funcname; in GlxFunctionGetter() argument 64 #define GLX_GET_FUNC(funcname) \ in GlxFunctionGetter() argument
|
D | X11Support.h | 129 #define DECLARE_API_STRUCT_MEMBER(funcname) \ argument
|
/hardware/google/graphics/common/libacryl/ |
D | acrylic_formats.cpp | 231 #define DEFINE_HALFMT_PROPERTY_GETTER(rettype, funcname, member) \ argument
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | GLESv2Decoder.cpp | 883 #define SNAPSHOT_SHADER_CALL(funcname,argtypes,args) \ argument 889 #define SNAPSHOT_PROGRAM_CALL(funcname,argtypes,args) \ argument 895 #define SNAPSHOT_PROGRAM_CALL_RET(rettype, funcname, argtypes, args) \ argument
|