Searched defs:egl_surface_t (Results 1 – 1 of 1) sorted by relevance
274 struct egl_surface_t { struct280 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType); argument287 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 …]