Home
last modified time | relevance | path

Searched refs:PVRShellSet (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp136 bool PVRShell::PVRShellSet(const prefNameBoolEnum prefName, const bool value) in PVRShellSet() function in PVRShell
255 bool PVRShell::PVRShellSet(const prefNameFloatEnum prefName, const float value) in PVRShellSet() function in PVRShell
291 bool PVRShell::PVRShellSet(const prefNameIntEnum prefName, const int value) in PVRShellSet() function in PVRShell
454 bool PVRShell::PVRShellSet(const prefNamePtrEnum prefName, const void * const ptrValue) in PVRShellSet() function in PVRShell
496 bool PVRShell::PVRShellSet(const prefNameConstPtrEnum prefName, const void * const ptrValue) in PVRShellSet() function in PVRShell
1050 shell.PVRShellSet(prefWidth, atoi(val)); in Apply()
1054 shell.PVRShellSet(prefHeight, atoi(val)); in Apply()
1058 shell.PVRShellSet(prefAASamples, atoi(val)); in Apply()
1062 shell.PVRShellSet(prefFullScreen, (atoi(val) != 0)); in Apply()
1066 shell.PVRShellSet(prefSoftwareRendering, (atoi(val) != 0)); in Apply()
[all …]
DPVRShell.h493 bool PVRShellSet(const prefNameBoolEnum prefName, const bool value);
502 bool PVRShellSet(const prefNameFloatEnum prefName, const float value);
511 bool PVRShellSet(const prefNameIntEnum prefName, const int value);
520 bool PVRShellSet(const prefNamePtrEnum prefName, const void * const ptrValue);
529 bool PVRShellSet(const prefNameConstPtrEnum prefName, const void * const ptrValue);
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
DOGLES2DisplacementMap.cpp228 PVRShellSet(prefExitMessage, pErrorStr->c_str()); in LoadShaders()
315 PVRShellSet(prefExitMessage, "ERROR: Couldn't load the .pod file\n"); in InitApplication()
322PVRShellSet(prefExitMessage, "ERROR: The scene does not contain a camera. Please add one and re-ex… in InitApplication()
329PVRShellSet(prefExitMessage, "ERROR: The scene does not contain a light. Please add one and re-exp… in InitApplication()
372 PVRShellSet(prefExitMessage, ErrorStr.c_str()); in InitView()
381 PVRShellSet(prefExitMessage, ErrorStr.c_str()); in InitView()
390 PVRShellSet(prefExitMessage, ErrorStr.c_str()); in InitView()
401 PVRShellSet(prefExitMessage, "ERROR: Cannot initialise Print3D\n"); in InitView()
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp104 m_pShell->PVRShellSet(prefExitMessage, "PVRShell: Unable to initialise EGL\n"); in ApiInitAPI()
126 m_pShell->PVRShellSet(prefExitMessage, "PVRShell: Failed to bind OpenGL API\n"); in ApiInitAPI()
133 m_pShell->PVRShellSet(prefExitMessage, "PVRShell: Failed to bind OpenGL ES API\n"); in ApiInitAPI()
201 m_pShell->PVRShellSet(prefExitMessage, "PVRShell: Unable to create a context\n"); in ApiInitAPI()
221 m_pShell->PVRShellSet(prefExitMessage, "PVRShell: Unable to create a context\n"); in ApiInitAPI()
231 …m_pShell->PVRShellSet(prefExitMessage, "PVRShell: Failed to set window property SCREEN_PROPERTY_FO… in ApiInitAPI()
244 …m_pShell->PVRShellSet(prefExitMessage, "PVRShell: Failed to set window property SCREEN_PROPERTY_US… in ApiInitAPI()
250 m_pShell->PVRShellSet(prefExitMessage, "PVRShell: Failed to create window buffers\n"); in ApiInitAPI()
291 m_pShell->PVRShellSet(prefExitMessage, "PVRShell: Unable to create surface\n"); in ApiInitAPI()
307 m_pShell->PVRShellSet(prefExitMessage, "PVRShell: Unable to make context current\n"); in ApiInitAPI()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
DOGLES3ColourGrading.cpp205 PVRShellSet(prefExitMessage, "ERROR: Couldn't load the .pod file\n"); in InitApplication()
484 PVRShellSet(prefExitMessage, "ERROR: Failed to initialise FBO"); in CreateFBO()
517 PVRShellSet(prefExitMessage, "ERROR: Failed to initialise multisampled FBO"); in CreateFBO()
542 PVRShellSet(prefExitMessage, "ERROR: Cannot initialise Print3D\n"); in InitView()
549 PVRShellSet(prefExitMessage, "ERROR: Failed to load mask texture\n"); in InitView()
555 PVRShellSet(prefExitMessage, "ERROR: Failed to load background texture\n"); in InitView()
564 PVRShellSet(prefExitMessage, "ERROR: Failed to load a 3D texture\n"); in InitView()
580 PVRShellSet(prefExitMessage, ErrorStr.c_str()); in InitView()
587 PVRShellSet(prefExitMessage, "Failed to create FBO"); in InitView()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
DOGLES2ChameleonMan.cpp289 PVRShellSet(prefExitMessage, pErrorStr->c_str()); in LoadShaders()
320 PVRShellSet(prefExitMessage, pErrorStr->c_str()); in LoadShaders()
405 PVRShellSet(prefExitMessage, "ERROR: Couldn't load the .pod file\n"); in InitApplication()
412 PVRShellSet(prefExitMessage, "ERROR: The scene does not contain a camera\n"); in InitApplication()
419 PVRShellSet(prefExitMessage, "ERROR: The scene does not contain a light\n"); in InitApplication()
466 PVRShellSet(prefExitMessage, ErrorStr.c_str()); in InitView()
475 PVRShellSet(prefExitMessage, ErrorStr.c_str()); in InitView()
488 PVRShellSet(prefExitMessage, "ERROR: Cannot initialise Print3D\n"); in InitView()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp635 pData->m_pShell->PVRShellSet(prefPositionX, (int)LOWORD(lParam)); in WndProc()
636 pData->m_pShell->PVRShellSet(prefPositionY, (int)HIWORD(lParam)); in WndProc()