Searched defs:egl_window_surface_v2_t (Results 1 – 1 of 1) sorted by relevance
238 struct egl_window_surface_v2_t : public egl_surface_t struct247 virtual bool initCheck() const { return true; } // TODO: report failure if ctor fails in initCheck()253 virtual EGLint getWidth() const { return width; } in getWidth()254 virtual EGLint getHeight() const { return height; } in getHeight()264 ANativeWindow* nativeWindow;265 ANativeWindowBuffer* buffer;266 ANativeWindowBuffer* previousBuffer;267 int width;268 int height;269 void* bits;[all …]