Home
last modified time | relevance | path

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

/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()
322 …PVRShellSet(prefExitMessage, "ERROR: The scene does not contain a camera. Please add one and re-ex… in InitApplication()
329 …PVRShellSet(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/
DPVRShell.h361prefExitMessage, /*!< ptrValue is char*; gives the shell a message to show on exit, typical… enumerator
DPVRShell.cpp503 case prefExitMessage: in PVRShellSet()
525 case prefExitMessage: in PVRShellGet()
1638 m_pShell->PVRShellSet(prefExitMessage, "Screen-shot save failed.\n"); in Run()
1643 m_pShell->PVRShellSet(prefExitMessage, "Screen capture failed.\n"); in Run()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp216 m_pShell->PVRShellOutputDebug((const char*)m_pShell->PVRShellGet(prefExitMessage)); in OsExit()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp294 szText = (const char*)m_pShell->PVRShellGet(prefExitMessage); in OsExit()