/development/tools/emulator/opengl/system/egl/ |
egl.cpp | 126 egl_surface_t* s( static_cast<egl_surface_t*>(surface) ); \ 163 //egl_surface_t 167 struct egl_surface_t { struct 173 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType); 174 virtual ~egl_surface_t(); 216 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) function in class:egl_surface_t 225 EGLint egl_surface_t::getSwapBehavior() const { 229 egl_surface_t::~egl_surface_t( [all...] |
/frameworks/base/opengl/libs/EGL/ |
egl_object.h | 126 class egl_surface_t: public egl_object_t { class in namespace:android 128 ~egl_surface_t() { 138 typedef egl_object_t::LocalRef<egl_surface_t, EGLSurface> Ref; 140 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, function in class:android::egl_surface_t 206 typedef egl_surface_t::Ref SurfaceRef; 219 egl_surface_t* get_surface(EGLSurface surface) { 220 return egl_to_native_cast<egl_surface_t>(surface);
|
eglApi.cpp | 394 egl_surface_t* s = new egl_surface_t(dpy, config, window, surface, 419 egl_surface_t* s = new egl_surface_t(dpy, config, NULL, surface, 439 egl_surface_t* s = new egl_surface_t(dpy, config, NULL, surface, 458 egl_surface_t * const s = get_surface(surface); 479 egl_surface_t const * const s = get_surface(surface); 560 egl_surface_t * cur_r = get_surface(cur_c->read); 561 egl_surface_t * cur_d = get_surface(cur_c->draw) [all...] |
/frameworks/base/opengl/libagl/ |
egl.cpp | 133 struct egl_surface_t struct in namespace:android 145 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat); 146 virtual ~egl_surface_t(); 167 egl_surface_t::egl_surface_t(EGLDisplay dpy, function in class:android::egl_surface_t 176 egl_surface_t::~egl_surface_t() 181 bool egl_surface_t::isValid() const { 186 EGLBoolean egl_surface_t::swapBuffers() { 189 EGLint egl_surface_t::getHorizontalResolution() const [all...] |
/frameworks/base/opengl/libagl2/src/ |
egl.cpp | 102 struct egl_surface_t { struct in namespace:android 113 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat); 114 virtual ~egl_surface_t(); 137 egl_surface_t::egl_surface_t(EGLDisplay dpy, function in class:android::egl_surface_t 146 egl_surface_t::~egl_surface_t() 151 bool egl_surface_t::isValid() const 157 EGLBoolean egl_surface_t::swapBuffers() 161 EGLint egl_surface_t::getHorizontalResolution() cons [all...] |
/external/mesa3d/test/ |
egl.cpp | 166 struct egl_surface_t { struct in namespace:android 177 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat); 178 virtual ~egl_surface_t(); 201 egl_surface_t::egl_surface_t(EGLDisplay dpy, function in class:android::egl_surface_t 210 egl_surface_t::~egl_surface_t() 215 bool egl_surface_t::isValid() const 221 EGLBoolean egl_surface_t::swapBuffers() 225 EGLint egl_surface_t::getHorizontalResolution() cons [all...] |