Searched refs:egl_surface_t (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp58 egl_surface_t::egl_surface_t(egl_display_t* dpy, EGLConfig config, function in class:android::egl_surface_t
69 egl_surface_t::~egl_surface_t() {
76 void egl_surface_t::disconnect() {
86 void egl_surface_t::terminate() {
H A Degl_object.h127 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,
179 typedef egl_surface_t::Ref SurfaceRef;
190 egl_surface_t* get_surface(EGLSurface surface) {
191 return egl_to_native_cast<egl_surface_t>(surface);
H A DeglApi.cpp578 egl_surface_t* s = new egl_surface_t(dp.get(), config, window,
602 egl_surface_t* s = new egl_surface_t(dp.get(), config, NULL,
621 egl_surface_t* s = new egl_surface_t(dp.get(), config, NULL,
640 egl_surface_t * const s = get_surface(surface);
660 egl_surface_t const * const s = get_surface(surface);
779 egl_surface_t const * d = NULL;
780 egl_surface_t cons
[all...]
/frameworks/native/opengl/libagl/
H A Degl.cpp141 struct egl_surface_t struct in namespace:android
154 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat);
155 virtual ~egl_surface_t();
176 egl_surface_t::egl_surface_t(EGLDisplay dpy, function in class:android::egl_surface_t
185 egl_surface_t::~egl_surface_t()
190 bool egl_surface_t::isValid() const {
195 EGLBoolean egl_surface_t::swapBuffers() {
198 EGLint egl_surface_t
[all...]

Completed in 77 milliseconds