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
32 typedef void (GL_APIENTRY *FUNC_TYPE(fname)) params; // NOLINT
35 typedef rtype (GL_APIENTRY *FUNC_TYPE(fname)) params; // NOLINT
48 FUNC_TYPE(fname) (fname);
69 (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 349 milliseconds