Qt 4.8
|
#include <pvrqwsdrawable_p.h>
Public Variables | |
PVR2DCONTEXTHANDLE | context |
PvrQwsDrawable * | firstWinId |
PVR2DMEMINFO * | flipBuffers [PVRQWS_MAX_FLIP_BUFFERS] |
PVR2DFLIPCHAINHANDLE | flipChain |
int | numDrawables |
unsigned long | numFlipBuffers |
int | refCount |
PvrQwsScreenInfo | screens [PVRQWS_MAX_SCREENS] |
int | usePresentBlit |
Definition at line 84 of file pvrqwsdrawable_p.h.
PVR2DCONTEXTHANDLE PvrQwsDisplay::context |
Definition at line 88 of file pvrqwsdrawable_p.h.
Referenced by pvrQwsAddDrawable(), pvrQwsAllocBuffers(), pvrQwsDestroyContext(), pvrQwsDisplayClose(), pvrQwsFreeBuffers(), pvrQwsInitFbScreen(), pvrQwsSwapBuffers(), wseglCopyFromDrawable(), and wseglSwapControlInterval().
PvrQwsDrawable* PvrQwsDisplay::firstWinId |
Definition at line 94 of file pvrqwsdrawable_p.h.
Referenced by pvrQwsCreateWindow(), pvrQwsDestroyDrawableForced(), and pvrQwsFetchWindow().
PVR2DMEMINFO* PvrQwsDisplay::flipBuffers[PVRQWS_MAX_FLIP_BUFFERS] |
Definition at line 92 of file pvrqwsdrawable_p.h.
Referenced by pvrQwsAddDrawable(), and pvrQwsAllocBuffers().
PVR2DFLIPCHAINHANDLE PvrQwsDisplay::flipChain |
Definition at line 91 of file pvrqwsdrawable_p.h.
Referenced by pvrQwsAddDrawable(), pvrQwsDestroyContext(), pvrQwsSwapBuffers(), and wseglSwapControlInterval().
int PvrQwsDisplay::numDrawables |
Definition at line 89 of file pvrqwsdrawable_p.h.
Referenced by pvrQwsAddDrawable(), pvrQwsDestroyDrawableForced(), and pvrQwsDisplayClose().
unsigned long PvrQwsDisplay::numFlipBuffers |
Definition at line 90 of file pvrqwsdrawable_p.h.
Referenced by pvrQwsAddDrawable(), pvrQwsAllocBuffers(), pvrQwsDestroyContext(), and wseglDeleteDrawable().
int PvrQwsDisplay::refCount |
Definition at line 86 of file pvrqwsdrawable_p.h.
Referenced by pvrQwsDisplayClose(), pvrQwsDisplayIsOpen(), and pvrQwsDisplayOpen().
PvrQwsScreenInfo PvrQwsDisplay::screens[PVRQWS_MAX_SCREENS] |
Definition at line 87 of file pvrqwsdrawable_p.h.
Referenced by PvrEglScreen::connect(), pvrQwsAddDrawable(), pvrQwsAllocBuffers(), pvrQwsCreatePixmap(), pvrQwsCreateWindow(), pvrQwsDestroyContext(), pvrQwsDisplayClose(), pvrQwsDisplayOpen(), pvrQwsInitFbScreen(), pvrQwsScreenWindow(), pvrQwsSetVisibleRegion(), pvrQwsSwapBuffers(), wseglCopyFromPBuffer(), and wseglInitializeDisplay().
int PvrQwsDisplay::usePresentBlit |
Definition at line 93 of file pvrqwsdrawable_p.h.
Referenced by pvrQwsAddDrawable(), pvrQwsDestroyContext(), and pvrQwsSwapBuffers().