Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl.cpp357 struct egl_window_surface_t : public egl_surface_t { struct
358 static egl_window_surface_t* create(
362 virtual ~egl_window_surface_t();
373 egl_window_surface_t( argument
383 egl_window_surface_t::egl_window_surface_t ( in egl_window_surface_t() argument
396 EGLBoolean egl_window_surface_t::init() in init()
425 egl_window_surface_t* egl_window_surface_t::create( in create()
429 egl_window_surface_t* wnd = new egl_window_surface_t( in create()
438 egl_window_surface_t::~egl_window_surface_t() { in ~egl_window_surface_t()
450 void egl_window_surface_t::setSwapInterval(int interval) in setSwapInterval()
[all …]