Searched refs:rtype (Results 1 – 3 of 3) sorted by relevance
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | ClientAPIExts.cpp | 35 #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/ |
D | FrameBuffer.cpp | 308 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/ |
D | trace_reader.h | 369 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()
|