Qt 4.8
|
#include <pvrqwsdrawable_p.h>
Public Variables | |
int | bytesPerPixel |
PVR2DMEMINFO * | frameBuffer |
int | initialized |
void * | mapped |
int | mappedLength |
int | needsUnmap |
PVR2DFORMAT | pixelFormat |
PvrQwsDrawable * | screenDrawable |
PvrQwsRect | screenRect |
unsigned long | screenStart |
int | screenStride |
Definition at line 68 of file pvrqwsdrawable_p.h.
int PvrQwsScreenInfo::bytesPerPixel |
Definition at line 73 of file pvrqwsdrawable_p.h.
Referenced by pvrQwsAllocBuffers(), pvrQwsInitFbScreen(), and wseglCopyFromPBuffer().
PVR2DMEMINFO* PvrQwsScreenInfo::frameBuffer |
Definition at line 74 of file pvrqwsdrawable_p.h.
Referenced by pvrQwsAddDrawable(), pvrQwsDestroyContext(), pvrQwsDisplayClose(), pvrQwsInitFbScreen(), and pvrQwsSwapBuffers().
int PvrQwsScreenInfo::initialized |
Definition at line 80 of file pvrqwsdrawable_p.h.
Referenced by pvrQwsInitFbScreen().
void* PvrQwsScreenInfo::mapped |
Definition at line 76 of file pvrqwsdrawable_p.h.
Referenced by PvrEglScreen::connect(), pvrQwsAddDrawable(), pvrQwsDisplayClose(), and pvrQwsInitFbScreen().
int PvrQwsScreenInfo::mappedLength |
Definition at line 77 of file pvrqwsdrawable_p.h.
Referenced by pvrQwsAddDrawable(), pvrQwsDisplayClose(), and pvrQwsInitFbScreen().
int PvrQwsScreenInfo::needsUnmap |
Definition at line 79 of file pvrqwsdrawable_p.h.
Referenced by pvrQwsDisplayClose(), and pvrQwsInitFbScreen().
PVR2DFORMAT PvrQwsScreenInfo::pixelFormat |
Definition at line 72 of file pvrqwsdrawable_p.h.
Referenced by PvrEglScreen::connect(), pvrQwsAddDrawable(), pvrQwsCreatePixmap(), pvrQwsCreateWindow(), pvrQwsInitFbScreen(), pvrQwsScreenWindow(), pvrQwsSwapBuffers(), and wseglInitializeDisplay().
PvrQwsDrawable* PvrQwsScreenInfo::screenDrawable |
Definition at line 75 of file pvrqwsdrawable_p.h.
Referenced by pvrQwsDisplayClose(), pvrQwsInitFbScreen(), and pvrQwsScreenWindow().
PvrQwsRect PvrQwsScreenInfo::screenRect |
Definition at line 70 of file pvrqwsdrawable_p.h.
Referenced by PvrEglScreen::connect(), pvrQwsAddDrawable(), pvrQwsInitFbScreen(), pvrQwsScreenWindow(), and pvrQwsSetVisibleRegion().
unsigned long PvrQwsScreenInfo::screenStart |
Definition at line 78 of file pvrqwsdrawable_p.h.
Referenced by pvrQwsAddDrawable(), and pvrQwsInitFbScreen().
int PvrQwsScreenInfo::screenStride |
Definition at line 71 of file pvrqwsdrawable_p.h.
Referenced by PvrEglScreen::connect(), pvrQwsAddDrawable(), pvrQwsInitFbScreen(), and pvrQwsSwapBuffers().