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.cpp169 struct egl_surface_t { struct
175 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType); argument
182 uint32_t getRcSurface() { return rcSurface; } in getRcSurface()
183 EGLint getSurfaceType() { return surfaceType; } in getSurfaceType()
185 EGLint getWidth(){ return width; } in getWidth()
209 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) in egl_surface_t() argument