/frameworks/native/opengl/libs/EGL/ |
egl_object.cpp | 67 egl_surface_t::egl_surface_t(egl_display_t* dpy, EGLConfig config, function in class:android::egl_surface_t 78 egl_surface_t::~egl_surface_t() { 86 void egl_surface_t::disconnect() { 97 void egl_surface_t::terminate() {
|
egl_object.h | 127 class egl_surface_t : public egl_object_t { class in namespace:android 129 ~egl_surface_t(); 132 typedef egl_object_t::LocalRef<egl_surface_t, EGLSurface> Ref; 134 egl_surface_t(egl_display_t* dpy, EGLConfig config, 173 typedef egl_surface_t::Ref SurfaceRef; 184 egl_surface_t* get_surface(EGLSurface surface) { 185 return egl_to_native_cast<egl_surface_t>(surface);
|
/device/generic/goldfish/opengl/system/egl/ |
egl.cpp | 128 egl_surface_t* s( static_cast<egl_surface_t*>(surface) ); \ 168 //egl_surface_t 172 struct egl_surface_t { struct 178 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType); 179 virtual ~egl_surface_t(); 212 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) function in class:egl_surface_t 221 EGLint egl_surface_t::getSwapBehavior() const { 225 egl_surface_t::~egl_surface_t( [all...] |
/frameworks/native/opengl/libagl/ |
egl.cpp | 140 struct egl_surface_t struct in namespace:android 153 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat); 154 virtual ~egl_surface_t(); 175 egl_surface_t::egl_surface_t(EGLDisplay dpy, function in class:android::egl_surface_t 184 egl_surface_t::~egl_surface_t() 189 bool egl_surface_t::isValid() const { 194 EGLBoolean egl_surface_t::swapBuffers() { 197 EGLint egl_surface_t::getHorizontalResolution() const [all...] |