Searched defs:egl_window_surface_v2_t (Results 1 – 1 of 1) sorted by relevance
216 struct egl_window_surface_v2_t : public egl_surface_t struct225 virtual bool initCheck() const { return true; } // TODO: report failure if ctor fails in initCheck()231 virtual EGLint getWidth() const { return width; } in getWidth()232 virtual EGLint getHeight() const { return height; } in getHeight()242 ANativeWindow* nativeWindow;243 ANativeWindowBuffer* buffer;244 ANativeWindowBuffer* previousBuffer;245 gralloc_module_t const* module;246 int width;247 int height;[all …]