Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/egl/
Degl.cpp172 struct egl_surface_t { struct
178 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType); argument
185 uint32_t getRcSurface() { return rcSurface; } in getRcSurface()
186 EGLint getSurfaceType() { return surfaceType; } in getSurfaceType()
188 EGLint getWidth(){ return width; } in getWidth()
212 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) in egl_surface_t() argument