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

/frameworks/base/opengl/libs/EGL/
H A Degl_object.h127 class egl_surface_t: public egl_object_t { class in namespace:android
129 ~egl_surface_t() {
139 typedef egl_object_t::LocalRef<egl_surface_t, EGLSurface> Ref;
141 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, function in class:android::egl_surface_t
207 typedef egl_surface_t::Ref SurfaceRef;
220 egl_surface_t* get_surface(EGLSurface surface) {
221 return egl_to_native_cast<egl_surface_t>(surface);
/frameworks/base/opengl/libagl/
H A Degl.cpp138 struct egl_surface_t struct in namespace:android
150 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat);
151 virtual ~egl_surface_t();
172 egl_surface_t::egl_surface_t(EGLDisplay dpy, function in class:android::egl_surface_t
181 egl_surface_t::~egl_surface_t()
186 bool egl_surface_t::isValid() const {
191 EGLBoolean egl_surface_t::swapBuffers() {
194 EGLint egl_surface_t
[all...]

Completed in 132 milliseconds