|
vdr-plugin-softhddevice-drm-gles 1.6.2
|
#include <openglosd.h>
Public Attributes | |
| GLuint | texture |
| GLint | width |
| GLint | height |
| bool | used |
Definition at line 54 of file openglosd.h.
| GLint sOglImage::height |
Definition at line 57 of file openglosd.h.
Referenced by cOglThread::ClearSlot(), cOglThread::cOglThread(), cOglCmdDrawTexture::Execute(), and cOglCmdStoreImage::Execute().
| GLuint sOglImage::texture |
Definition at line 55 of file openglosd.h.
Referenced by cOglThread::ClearSlot(), cOglThread::cOglThread(), cOglCmdDrawTexture::Execute(), cOglCmdStoreImage::Execute(), and cOglCmdDropImage::Execute().
| bool sOglImage::used |
Definition at line 58 of file openglosd.h.
Referenced by cOglThread::ClearSlot(), cOglThread::cOglThread(), and cOglThread::GetFreeSlot().
| GLint sOglImage::width |
Definition at line 56 of file openglosd.h.
Referenced by cOglThread::ClearSlot(), cOglThread::cOglThread(), cOglCmdDrawTexture::Execute(), and cOglCmdStoreImage::Execute().