Searched defs:egl_surface_t (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp64 egl_surface_t::egl_surface_t(egl_display_t* dpy, EGLConfig config, function in class:android::egl_surface_t
74 egl_surface_t::~egl_surface_t() {
H A Degl_object.h126 class egl_surface_t : public egl_object_t { class in namespace:android
128 ~egl_surface_t();
130 typedef egl_object_t::LocalRef<egl_surface_t, EGLSurface> Ref;
132 egl_surface_t(egl_display_t* dpy, EGLConfig config,
166 typedef egl_surface_t::Ref SurfaceRef;
177 egl_surface_t* get_surface(EGLSurface surface) {
178 return egl_to_native_cast<egl_surface_t>(surface);
/frameworks/native/opengl/libagl/
H A Degl.cpp139 struct egl_surface_t struct in namespace:android
152 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat);
153 virtual ~egl_surface_t();
174 egl_surface_t::egl_surface_t(EGLDisplay dpy, function in class:android::egl_surface_t
183 egl_surface_t::~egl_surface_t()
188 bool egl_surface_t::isValid() const {
193 EGLBoolean egl_surface_t::swapBuffers() {
196 EGLint egl_surface_t
[all...]

Completed in 53 milliseconds