Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
DEGLDispatch.cpp26 #define EGL_LOAD_FIELD(return_type, function_name, signature, callargs) \ argument
29 #define EGL_LOAD_FIELD_WITH_EGL(return_type, function_name, signature, callargs) \ argument
33 #define EGL_LOAD_OPTIONAL_FIELD(return_type, function_name, signature, callargs) \ argument
DEGLDispatch.h25 #define EGL_DEFINE_TYPE(return_type, function_name, signature, callargs) \ argument
28 #define EGL_DECLARE_MEMBER(return_type, function_name, signature, callargs) \ argument
DGLESv1Dispatch.cpp27 #define LOOKUP_SYMBOL(return_type, function_name, signature, callargs) \ argument
DGLESv3Dispatch.cpp27 #define LOOKUP_SYMBOL(return_type, function_name, signature, callargs) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dfind.h108 stringlib_parse_args_finds(const char * function_name, PyObject *args, in stringlib_parse_args_finds()
156 stringlib_parse_args_finds_unicode(const char * function_name, PyObject *args, in stringlib_parse_args_finds_unicode()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dfind.h108 stringlib_parse_args_finds(const char * function_name, PyObject *args, in stringlib_parse_args_finds()
156 stringlib_parse_args_finds_unicode(const char * function_name, PyObject *args, in stringlib_parse_args_finds_unicode()
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp318 #define KNIT(return_type, function_name, signature, callargs) function_name = s_gles1.function_name; argument
DGLESv3.cpp539 #define KNIT(return_type, function_name, signature, callargs) function_name = s_gles3.function_name; argument