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

/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp66 egl_surface_t::egl_surface_t(egl_display_t* dpy, EGLConfig config, function in class:android::egl_surface_t
76 egl_surface_t::~egl_surface_t() {
H A Degl_object.h128 class egl_surface_t : public egl_object_t { class in namespace:android
130 ~egl_surface_t();
132 typedef egl_object_t::LocalRef<egl_surface_t, EGLSurface> Ref;
134 egl_surface_t(egl_display_t* dpy, EGLConfig config,
168 typedef egl_surface_t::Ref SurfaceRef;
179 egl_surface_t* get_surface(EGLSurface surface) {
180 return egl_to_native_cast<egl_surface_t>(surface);
H A DeglApi.cpp323 egl_surface_t* s = new egl_surface_t(dp.get(), config, window,
347 egl_surface_t* s = new egl_surface_t(dp.get(), config, NULL,
366 egl_surface_t* s = new egl_surface_t(dp.get(), config, NULL,
385 egl_surface_t * const s = get_surface(surface);
405 egl_surface_t const * const s = get_surface(surface);
427 egl_surface_t const * const s = get_surface(surface);
537 egl_surface_t cons
[all...]
/frameworks/native/opengl/libagl/
H A Degl.cpp139 struct egl_surface_t struct in namespace:android
151 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat);
152 virtual ~egl_surface_t();
173 egl_surface_t::egl_surface_t(EGLDisplay dpy, function in class:android::egl_surface_t
182 egl_surface_t::~egl_surface_t()
187 bool egl_surface_t::isValid() const {
192 EGLBoolean egl_surface_t::swapBuffers() {
195 EGLint egl_surface_t
[all...]

Completed in 300 milliseconds