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.cpp250 struct egl_surface_t { struct
256 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType); argument
263 uint32_t getRcSurface() { return rcSurface; } in getRcSurface()
264 EGLint getSurfaceType() { return surfaceType; } in getSurfaceType()
266 EGLint getWidth(){ return width; } in getWidth()
267 EGLint getHeight(){ return height; } in getHeight()
268 EGLint getNativeWidth(){ return nativeWidth; } in getNativeWidth()
269 EGLint getNativeHeight(){ return nativeHeight; } in getNativeHeight()
270 void setTextureFormat(EGLint _texFormat) { texFormat = _texFormat; } in setTextureFormat()
271 EGLint getTextureFormat() { return texFormat; } in getTextureFormat()
[all …]