Searched defs:egl_surface_t (Results 1 – 1 of 1) sorted by relevance
281 struct egl_surface_t { struct287 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType); argument294 uint32_t getRcSurface() { return rcSurface; } in getRcSurface()295 EGLint getSurfaceType() { return surfaceType; } in getSurfaceType()297 EGLint getWidth(){ return width; } in getWidth()298 EGLint getHeight(){ return height; } in getHeight()299 EGLint getNativeWidth(){ return nativeWidth; } in getNativeWidth()300 EGLint getNativeHeight(){ return nativeHeight; } in getNativeHeight()301 void setTextureFormat(EGLint _texFormat) { texFormat = _texFormat; } in setTextureFormat()302 EGLint getTextureFormat() { return texFormat; } in getTextureFormat()[all …]