Home
last modified time | relevance | path

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

/development/tools/emulator/opengl/system/egl/
Degl.cpp167 struct egl_surface_t { struct
173 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType); argument
179 virtual EGLBoolean connect() { return EGL_TRUE; } in connect()
180 virtual void disconnect() {} in disconnect()
181 virtual EGLBoolean swapBuffers() { return EGL_TRUE; } in swapBuffers()
184 void setRcSurface(uint32_t handle){ rcSurface = handle; } in setRcSurface()
185 uint32_t getRcSurface(){ return rcSurface; } in getRcSurface()
187 virtual EGLBoolean isValid(){ return valid; } in isValid()
188 EGLint getSurfaceType(){ return surfaceType; } in getSurfaceType()
190 void setWidth(EGLint w){ width = w; } in setWidth()
[all …]