Searched defs:egl_surface_t (Results 1 – 1 of 1) sorted by relevance
356 struct egl_surface_t { struct362 egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType); argument369 uint32_t getRcSurface() { return rcSurface; } in getRcSurface()370 EGLint getSurfaceType() { return surfaceType; } in getSurfaceType()372 EGLint getWidth(){ return width; } in getWidth()373 EGLint getHeight(){ return height; } in getHeight()374 EGLint getNativeWidth(){ return nativeWidth; } in getNativeWidth()375 EGLint getNativeHeight(){ return nativeHeight; } in getNativeHeight()376 void setTextureFormat(EGLint _texFormat) { texFormat = _texFormat; } in setTextureFormat()377 EGLint getTextureFormat() { return texFormat; } in getTextureFormat()[all …]