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

  /development/tools/emulator/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 117 # define FUNC_TYPE(x) x##_f
120 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \
122 extern FUNC_TYPE(func) PTR_TO_REAL(func); \
139 typedef ret_type (convention *FUNC_TYPE(func))(__VA_ARGS__); \
141 FUNC_TYPE(func) PTR_TO_REAL(func); \
  /sdk/emulator/opengl/host/libs/Translator/EGL/
ClientAPIExts.cpp 31 #define FUNC_TYPE(fname) __egl_ ## fname ## _t
33 typedef void (GL_APIENTRY *FUNC_TYPE(fname)) params;
36 typedef rtype (GL_APIENTRY *FUNC_TYPE(fname)) params;
49 FUNC_TYPE(fname) fname;
70 (FUNC_TYPE(fname))iface->getProcAddress(#fname);

Completed in 1641 milliseconds