HomeSort by relevance Sort by last modified time
    Searched refs:FUNC_TYPE (Results 1 - 2 of 2) sorted by null

  /device/generic/goldfish/opengl/system/egl/
ClientAPIExts.cpp 29 #define FUNC_TYPE(fname) __egl_ ## fname ## _t
31 typedef void (GL_APIENTRY *FUNC_TYPE(fname)) params;
34 typedef rtype (GL_APIENTRY *FUNC_TYPE(fname)) params;
47 FUNC_TYPE(fname) fname;
68 (FUNC_TYPE(fname))iface->getProcAddress(#fname);
  /external/compiler-rt/lib/interception/
interception.h 154 # define FUNC_TYPE(x) x##_f
157 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \
159 extern FUNC_TYPE(func) PTR_TO_REAL(func); \
177 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \
179 FUNC_TYPE(func) PTR_TO_REAL(func); \
218 typedef ret_type (__stdcall *FUNC_TYPE(func))(__VA_ARGS__); \
220 FUNC_TYPE(func) PTR_TO_REAL(func); \

Completed in 207 milliseconds