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.cpp274 struct egl_surface_t { struct
280 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType); argument
287 uint32_t getRcSurface() { return rcSurface; } in getRcSurface()
288 EGLint getSurfaceType() { return surfaceType; } in getSurfaceType()
290 EGLint getWidth(){ return width; } in getWidth()
291 EGLint getHeight(){ return height; } in getHeight()
292 EGLint getNativeWidth(){ return nativeWidth; } in getNativeWidth()
293 EGLint getNativeHeight(){ return nativeHeight; } in getNativeHeight()
294 void setTextureFormat(EGLint _texFormat) { texFormat = _texFormat; } in setTextureFormat()
295 EGLint getTextureFormat() { return texFormat; } in getTextureFormat()
[all …]