Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/apigen-codec-common/
DX11Support.cpp5 #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
DX11Support.h129 #define DECLARE_API_STRUCT_MEMBER(funcname) \ argument
/hardware/google/graphics/common/libacryl/
Dacrylic_formats.cpp231 #define DEFINE_HALFMT_PROPERTY_GETTER(rettype, funcname, member) \ argument
/hardware/google/gfxstream/host/gl/gles2_dec/
DGLESv2Decoder.cpp883 #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