Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/include/OpenGLESDispatch/
DGLESv1Dispatch.h33 #define GLES1_DISPATCH_DEFINE_TYPE(return_type,func_name,signature,callargs) \ argument
40 #define GLES1_DISPATCH_DECLARE_POINTER(return_type,func_name,signature,callargs) \ argument
DGLESv2Dispatch.h36 #define GLES2_DISPATCH_DEFINE_TYPE(return_type,func_name,signature,callargs) \ argument
42 #define GLES2_DISPATCH_DECLARE_POINTER(return_type,func_name,signature,callargs) \ argument
/aosp_15_r20/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
DStaticDispatch.cpp33 #define RETURN_GLES1_STATIC(return_type,function_name,signature,callargs)\ in gles1_dispatch_get_proc_func_static() argument
44 #define RETURN_GLES2_STATIC(return_type,function_name,signature,callargs)\ in gles2_dispatch_get_proc_func_static() argument
DGLESv2Dispatch.cpp38 #define LOOKUP_SYMBOL_STATIC(return_type, function_name, signature, callargs) \ argument
DGLESv1Dispatch.cpp105 #define ASSIGN_GLES1_STATIC(return_type, function_name, signature, callargs) \ argument
/aosp_15_r20/hardware/google/gfxstream/include/render-utils/
Drender_api.h38 #define RENDER_API_DECLARE(return_type, func_name, signature, callargs) \ argument
/aosp_15_r20/external/python/cpython2/Python/
Dceval.c4369 PyObject *callargs; in call_function() local
4517 PyObject *callargs, *w; in update_star_args() local
4556 PyObject *callargs = NULL; in do_call() local
4600 PyObject *callargs = NULL; in ext_do_call() local
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/
D_ctypes.c3882 PyObject *callargs; in _build_callargs() local
4047 _build_result(PyObject *result, PyObject *callargs, in _build_result()
4113 PyObject *callargs; in PyCFuncPtr_call() local
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
D_ctypes.c3753 PyObject *callargs; in _build_callargs() local
3924 _build_result(PyObject *result, PyObject *callargs, in _build_result()
3988 PyObject *callargs; in PyCFuncPtr_call() local
/aosp_15_r20/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp163 #define LOAD_GLES2_FUNCTION(return_type, function_name, signature, callargs) \ in SetupGuestGl() argument
/aosp_15_r20/external/python/cpython2/Modules/
D_hotshot.c1070 PyObject *callargs = NULL; in profiler_runcall() local
/aosp_15_r20/external/rust/android-crates-io/crates/mockall_derive/src/
Dlib.rs386 let callargs = args.iter().filter_map(|arg| { in declosurefy() localVariable
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c5349 PyObject *func, *callargs, *kwargs = NULL, *result; local
7321 PyObject *callargs,