Home
last modified time | relevance | path

Searched refs:PVRShellGet (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
DOGLES3ColourGrading.cpp195 CPVRTResourceFile::SetReadPath((char*)PVRShellGet(prefReadPath)); in InitApplication()
200 …CPVRTResourceFile::SetLoadReleaseFunctions(PVRShellGet(prefLoadFileFunc), PVRShellGet(prefReleaseF… in InitApplication()
464 …glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB8, PVRShellGet(prefWidth), PVRShellGet(prefHeight), 0, GL_RGB… in CreateFBO()
500 …ultisample(GL_RENDERBUFFER, samples, GL_DEPTH_COMPONENT24, PVRShellGet(prefWidth), PVRShellGet(pre… in CreateFBO()
504 …ufferStorageMultisample(GL_RENDERBUFFER, samples, GL_RGB8, PVRShellGet(prefWidth), PVRShellGet(pre… in CreateFBO()
538 bool bRotate = PVRShellGet(prefIsRotated) && PVRShellGet(prefFullScreen); in InitView()
540 …if(m_Print3D.SetTextures(0, PVRShellGet(prefWidth), PVRShellGet(prefHeight), bRotate) != PVR_SUCCE… in InitView()
595 float fAspect = PVRShellGet(prefWidth) / (float)PVRShellGet(prefHeight); in InitView()
765 …glBlitFramebuffer(0, 0, PVRShellGet(prefWidth), PVRShellGet(prefHeight), 0, 0, PVRShellGet(prefWid… in RenderScene()
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp219 bool PVRShell::PVRShellGet(const prefNameBoolEnum prefName) const in PVRShellGet() function in PVRShell
275 float PVRShell::PVRShellGet(const prefNameFloatEnum prefName) const in PVRShellGet() function in PVRShell
414 int PVRShell::PVRShellGet(const prefNameIntEnum prefName) const in PVRShellGet() function in PVRShell
467 void *PVRShell::PVRShellGet(const prefNamePtrEnum prefName) const in PVRShellGet() function in PVRShell
519 const void *PVRShell::PVRShellGet(const prefNameConstPtrEnum prefName) const in PVRShellGet() function in PVRShell
592 pszWritePath = (const char*)PVRShellGet(prefWritePath); in PVRShellScreenSave()
1159 shell.PVRShellOutputDebug("Version: \"%s\"\n", shell.PVRShellGet(prefVersion)); in Apply()
1522 const char *pPath = (const char*) m_pShell->PVRShellGet(prefReadPath); in Run()
1533 pPath = (const char*) m_pShell->PVRShellGet(prefWritePath); in Run()
1632 const int nWidth = m_pShell->PVRShellGet(prefWidth); in Run()
[all …]
DPVRShell.h537 bool PVRShellGet(const prefNameBoolEnum prefName) const;
545 float PVRShellGet(const prefNameFloatEnum prefName) const;
553 int PVRShellGet(const prefNameIntEnum prefName) const;
561 void *PVRShellGet(const prefNamePtrEnum prefName) const;
569 const void *PVRShellGet(const prefNameConstPtrEnum prefName) const;
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
DOGLES2ChameleonMan.cpp395 CPVRTResourceFile::SetReadPath((char*)PVRShellGet(prefReadPath)); in InitApplication()
400 …CPVRTResourceFile::SetLoadReleaseFunctions(PVRShellGet(prefLoadFileFunc), PVRShellGet(prefReleaseF… in InitApplication()
484 bool bRotate = PVRShellGet(prefIsRotated) && PVRShellGet(prefFullScreen); in InitView()
486 if(m_Print3D.SetTextures(0,PVRShellGet(prefWidth),PVRShellGet(prefHeight), bRotate) != PVR_SUCCESS) in InitView()
613 bool bRotate = PVRShellGet(prefIsRotated) && PVRShellGet(prefFullScreen); in RenderScene()
621 …FOV *= bRotate ? (float)PVRShellGet(prefWidth)/(float)PVRShellGet(prefHeight) : (float)PVRShellGet in RenderScene()
630 …mProjection = PVRTMat4::PerspectiveFovRH(fFOV, (float)PVRShellGet(prefWidth)/(float)PVRShellGet(p… in RenderScene()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
DOGLES2DisplacementMap.cpp305 CPVRTResourceFile::SetReadPath((char*)PVRShellGet(prefReadPath)); in InitApplication()
310 …CPVRTResourceFile::SetLoadReleaseFunctions(PVRShellGet(prefLoadFileFunc), PVRShellGet(prefReleaseF… in InitApplication()
397 bool bRotate = PVRShellGet(prefIsRotated) && PVRShellGet(prefFullScreen); in InitView()
399 if(m_Print3D.SetTextures(0,PVRShellGet(prefWidth),PVRShellGet(prefHeight), bRotate) != PVR_SUCCESS) in InitView()
444 …m_Projection = PVRTMat4::PerspectiveFovRH(fFOV, (float)PVRShellGet(prefWidth)/(float)PVRShellGet(p… in InitView()
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp181 switch(m_pShell->PVRShellGet(prefPriority)) in ApiInitAPI()
375 if(m_pShell->PVRShellGet(prefOutputInfo)) in OutputAPIInfo()
440 m_pShell->PVRShellOutputDebug("Window Width: %i\n" , m_pShell->PVRShellGet(prefWidth)); in OutputAPIInfo()
441 m_pShell->PVRShellOutputDebug("Window Height: %i\n" , m_pShell->PVRShellGet(prefHeight)); in OutputAPIInfo()
442 …m_pShell->PVRShellOutputDebug("Is Rotated: %s\n", m_pShell->PVRShellGet(prefIsRotated) ? "Yes" : "… in OutputAPIInfo()
800 if (m_pShell->PVRShellGet(prefDiscardColor)) in ApiRenderComplete()
805 if (m_pShell->PVRShellGet(prefDiscardDepth)) in ApiRenderComplete()
810 if (m_pShell->PVRShellGet(prefDiscardStencil)) in ApiRenderComplete()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp165 pszName = (const char*)m_pShell->PVRShellGet(prefAppName); in OsInitOS()
167 pszVersion = (const char*)m_pShell->PVRShellGet(prefVersion); in OsInitOS()
294 szText = (const char*)m_pShell->PVRShellGet(prefExitMessage); in OsExit()
300 szCaption = (const char*)m_pShell->PVRShellGet(prefAppName); in OsExit()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp216 m_pShell->PVRShellOutputDebug((const char*)m_pShell->PVRShellGet(prefExitMessage)); in OsExit()