Home
last modified time | relevance | path

Searched refs:rtype (Results 1 – 3 of 3) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DClientAPIExts.cpp35 #define API_ENTRY_RET(rtype,fname,params,args) \ argument
36 typedef rtype (GL_APIENTRY *FUNC_TYPE(fname)) params;
51 #define API_ENTRY_RET(rtype,fname,params,args) \ argument
72 #define API_ENTRY_RET(rtype,fname,params,args) \ in initClientFuncs() argument
107 #define API_ENTRY_RET(rtype,fname,params,args) \ argument
108 static rtype _egl_ ## fname params \
112 return (rtype)0; \
116 return (rtype)0; \
131 #define API_ENTRY_RET(rtype,fname,params,args) \ argument
/sdk/emulator/opengl/host/libs/libOpenglRender/
DFrameBuffer.cpp308 GLint rtype = FBConfig::get(i)->getRenderableType(); in initialize() local
309 if (0 != (rtype & EGL_OPENGL_ES_BIT)) { in initialize()
312 if (0 != (rtype & EGL_OPENGL_ES2_BIT)) { in initialize()
/sdk/emulator/qtools/
Dtrace_reader.h369 typedef typename TraceReader<T>::region_type rtype; in cmp_region_addr() typedef
371 const rtype *ma = *static_cast<rtype* const *>(a); in cmp_region_addr()
372 const rtype *mb = *static_cast<rtype* const *>(b); in cmp_region_addr()