HomeSort by relevance Sort by last modified time
    Searched defs:egl_surface_t (Results 1 - 4 of 4) sorted by null

  /frameworks/native/opengl/libs/EGL/
egl_object.cpp 58 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() {
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,
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);
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 166 egl_surface_t* s( static_cast<egl_surface_t*>(surface) ); \
246 //egl_surface_t
250 struct egl_surface_t { struct
256 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType);
257 virtual ~egl_surface_t();
299 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) function in class:egl_surface_t
313 EGLint egl_surface_t::getSwapBehavior() const {
317 egl_surface_t::~egl_surface_t(
    [all...]