Home
last modified time | relevance | path

Searched refs:PVRShell (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h398 class PVRShell
411 PVRShell();
416 virtual ~PVRShell();
660 PVRShell* NewDemo();
DPVRShell.cpp61 PVRShell::PVRShell() in PVRShell() function in PVRShell
120 PVRShell::~PVRShell() in ~PVRShell()
136 bool PVRShell::PVRShellSet(const prefNameBoolEnum prefName, const bool value) in PVRShellSet()
219 bool PVRShell::PVRShellGet(const prefNameBoolEnum prefName) const in PVRShellGet()
255 bool PVRShell::PVRShellSet(const prefNameFloatEnum prefName, const float value) in PVRShellSet()
275 float PVRShell::PVRShellGet(const prefNameFloatEnum prefName) const in PVRShellGet()
291 bool PVRShell::PVRShellSet(const prefNameIntEnum prefName, const int value) in PVRShellSet()
414 int PVRShell::PVRShellGet(const prefNameIntEnum prefName) const in PVRShellGet()
454 bool PVRShell::PVRShellSet(const prefNamePtrEnum prefName, const void * const ptrValue) in PVRShellSet()
467 void *PVRShell::PVRShellGet(const prefNamePtrEnum prefName) const in PVRShellGet()
[all …]
DPVRShellImpl.h136 void Apply(PVRShell &shell);
161 friend class PVRShell;
165 PVRShell *m_pShell; /*!< Our PVRShell class */
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/
DOGLESBasicTnL.cpp35 class OGLESBasicTnL : public PVRShell
257 PVRShell* NewDemo() in NewDemo()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.h67 int OpenX11Window(const PVRShell &shell);
DPVRShellOS.cpp53 void PVRShell::PVRShellOutputDebug(char const * const format, ...) const in PVRShellOutputDebug()
516 int PVRShellInitOS::OpenX11Window(const PVRShell &shell) in OpenX11Window()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
DOGLES2DisplacementMap.cpp59 class OGLES2DisplacementMap : public PVRShell
679 PVRShell* NewDemo() in NewDemo()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
DOGLES3ColourGrading.cpp91 class OGLES3ColourGrading : public PVRShell
863 PVRShell* NewDemo() in NewDemo()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
DOGLES2ChameleonMan.cpp112 class OGLES2ChameleonMan : public PVRShell
848 PVRShell* NewDemo() in NewDemo()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp68 void PVRShell::PVRShellOutputDebug(char const * const format, ...) const in PVRShellOutputDebug()