Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp166 egl_surface_t* s( static_cast<egl_surface_t*>(surface) ); \
250 struct egl_surface_t { struct
256 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType); argument
257 virtual ~egl_surface_t();
299 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) in egl_surface_t() argument
313 EGLint egl_surface_t::getSwapBehavior() const { in getSwapBehavior()
317 egl_surface_t::~egl_surface_t() in ~egl_surface_t()
326 struct egl_window_surface_t : public egl_surface_t {
349 : egl_surface_t(dpy, config, surfType), in egl_window_surface_t()
553 struct egl_pbuffer_surface_t : public egl_surface_t {
[all …]