Home
last modified time | relevance | path

Searched refs:PVRShellInit (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp85 void PVRShellInit::OsInit() in OsInit()
148 bool PVRShellInit::OsInitOS() in OsInitOS()
277 void PVRShellInit::OsReleaseOS() in OsReleaseOS()
287 void PVRShellInit::OsExit() in OsExit()
325 bool PVRShellInit::OsDoInitAPI() in OsDoInitAPI()
356 void PVRShellInit::OsDoReleaseAPI() in OsDoReleaseAPI()
374 void PVRShellInit::OsRenderComplete() in OsRenderComplete()
397 bool PVRShellInit::OsPixmapCopy() in OsPixmapCopy()
407 void *PVRShellInit::OsGetNativeDisplayType() in OsGetNativeDisplayType()
417 void *PVRShellInit::OsGetNativePixmapType() in OsGetNativePixmapType()
[all …]
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp73 void PVRShellInit::OsInit() in OsInit()
134 bool PVRShellInit::OsInitOS() in OsInitOS()
204 void PVRShellInit::OsReleaseOS() in OsReleaseOS()
213 void PVRShellInit::OsExit() in OsExit()
224 bool PVRShellInit::OsDoInitAPI() in OsDoInitAPI()
239 void PVRShellInit::OsDoReleaseAPI() in OsDoReleaseAPI()
258 void PVRShellInit::OsRenderComplete() in OsRenderComplete()
385 bool PVRShellInit::OsPixmapCopy() in OsPixmapCopy()
396 void *PVRShellInit::OsGetNativeDisplayType() in OsGetNativeDisplayType()
406 void *PVRShellInit::OsGetNativePixmapType() in OsGetNativePixmapType()
[all …]
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp1184 PVRShellInit::PVRShellInit() in PVRShellInit() function in PVRShellInit
1192 PVRShellInit::~PVRShellInit() in ~PVRShellInit()
1207 void PVRShellInit::Deinit() in Deinit()
1236 bool PVRShellInit::Init() in Init()
1265 void PVRShellInit::CommandLine(const char *str) in CommandLine()
1275 void PVRShellInit::CommandLine(int argc, char **argv) in CommandLine()
1314 bool PVRShellInit::DoIsKeyPressed(const PVRShellKeyName key) in DoIsKeyPressed()
1331 void PVRShellInit::KeyPressed(PVRShellKeyName nKey) in KeyPressed()
1340 void PVRShellInit::TouchBegan(const float vec2Location[2]) in TouchBegan()
1351 void PVRShellInit::TouchMoved(const float vec2Location[2]) in TouchMoved()
[all …]
DPVRShell.h374 class PVRShellInit; variable
402 friend class PVRShellInit; variable
405 PVRShellInit *m_pShellInit;
DPVRShellImpl.h158 class PVRShellInit : public PVRShellInitAPI, public PVRShellInitOS
201 PVRShellInit();
206 ~PVRShellInit();
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp64 void PVRShellInit::ApiActivatePreferences() in ApiActivatePreferences()
77 bool PVRShellInit::ApiInitAPI() in ApiInitAPI()
372 void PVRShellInit::OutputAPIInfo() in OutputAPIInfo()
494 void PVRShellInit::ApiReleaseAPI() in ApiReleaseAPI()
751 bool PVRShellInit::ApiScreenCaptureBuffer(int Width,int Height,unsigned char *pBuf) in ApiScreenCaptureBuffer()
788 void PVRShellInit::ApiRenderComplete() in ApiRenderComplete()
890 bool PVRShellInit::ApiSet(const prefNameIntEnum prefName, const int i32Value) in ApiSet()
919 bool PVRShellInit::ApiGet(const prefNameIntEnum prefName, int *pn) in ApiGet()
950 bool PVRShellInit::ApiGet(const prefNamePtrEnum prefName, void **pp) in ApiGet()