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

  /frameworks/native/opengl/libs/EGL/
egl_object.cpp 64 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() {
egl_object.h 126 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);
eglApi.cpp 401 egl_surface_t* s = new egl_surface_t(dp.get(), config, window,
425 egl_surface_t* s = new egl_surface_t(dp.get(), config, NULL,
444 egl_surface_t* s = new egl_surface_t(dp.get(), config, NULL,
463 egl_surface_t * const s = get_surface(surface);
483 egl_surface_t const * const s = get_surface(surface);
505 egl_surface_t const * const s = get_surface(surface);
615 egl_surface_t const * d = NULL
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 127 egl_surface_t* s( static_cast<egl_surface_t*>(surface) ); \
164 //egl_surface_t
168 struct egl_surface_t { struct
174 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType);
175 virtual ~egl_surface_t();
208 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) function in class:egl_surface_t
217 EGLint egl_surface_t::getSwapBehavior() const {
221 egl_surface_t::~egl_surface_t(
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 139 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::getHorizontalResolution() const
    [all...]

Completed in 1020 milliseconds