HomeSort by relevance Sort by last modified time
    Searched refs:PVRShellSet (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.h 75 PVRShellSet() and PVRShellGet() are used to pass data to and from PVRShell. PVRShellSet() is recommended to be used
85 PVRShellSet (prefFullScreen, true);
429 call PVRShellSet() to change default values, e.g.
493 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);
    [all...]
PVRShell.cpp 136 bool PVRShell::PVRShellSet(const prefNameBoolEnum prefName, const bool value)
255 bool PVRShell::PVRShellSet(const prefNameFloatEnum prefName, const float value)
291 bool PVRShell::PVRShellSet(const prefNameIntEnum prefName, const int value)
454 bool PVRShell::PVRShellSet(const prefNamePtrEnum prefName, const void * const ptrValue)
496 bool PVRShell::PVRShellSet(const prefNameConstPtrEnum prefName, const void * const ptrValue)
1050 shell.PVRShellSet(prefWidth, atoi(val));
1054 shell.PVRShellSet(prefHeight, atoi(val));
1058 shell.PVRShellSet(prefAASamples, atoi(val));
1062 shell.PVRShellSet(prefFullScreen, (atoi(val) != 0));
1066 shell.PVRShellSet(prefSoftwareRendering, (atoi(val) != 0))
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
OGLES2DisplacementMap.cpp 228 PVRShellSet(prefExitMessage, pErrorStr->c_str());
315 PVRShellSet(prefExitMessage, "ERROR: Couldn't load the .pod file\n");
322 PVRShellSet(prefExitMessage, "ERROR: The scene does not contain a camera. Please add one and re-export.\n");
329 PVRShellSet(prefExitMessage, "ERROR: The scene does not contain a light. Please add one and re-export.\n");
372 PVRShellSet(prefExitMessage, ErrorStr.c_str());
381 PVRShellSet(prefExitMessage, ErrorStr.c_str());
390 PVRShellSet(prefExitMessage, ErrorStr.c_str());
401 PVRShellSet(prefExitMessage, "ERROR: Cannot initialise Print3D\n");
  /external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp 104 m_pShell->PVRShellSet(prefExitMessage, "PVRShell: Unable to initialise EGL\n");
126 m_pShell->PVRShellSet(prefExitMessage, "PVRShell: Failed to bind OpenGL API\n");
133 m_pShell->PVRShellSet(prefExitMessage, "PVRShell: Failed to bind OpenGL ES API\n");
201 m_pShell->PVRShellSet(prefExitMessage, "PVRShell: Unable to create a context\n");
221 m_pShell->PVRShellSet(prefExitMessage, "PVRShell: Unable to create a context\n");
231 m_pShell->PVRShellSet(prefExitMessage, "PVRShell: Failed to set window property SCREEN_PROPERTY_FORMAT\n");
244 m_pShell->PVRShellSet(prefExitMessage, "PVRShell: Failed to set window property SCREEN_PROPERTY_USAGE\n");
250 m_pShell->PVRShellSet(prefExitMessage, "PVRShell: Failed to create window buffers\n");
291 m_pShell->PVRShellSet(prefExitMessage, "PVRShell: Unable to create surface\n");
307 m_pShell->PVRShellSet(prefExitMessage, "PVRShell: Unable to make context current\n");
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
OGLES3ColourGrading.cpp 205 PVRShellSet(prefExitMessage, "ERROR: Couldn't load the .pod file\n");
484 PVRShellSet(prefExitMessage, "ERROR: Failed to initialise FBO");
517 PVRShellSet(prefExitMessage, "ERROR: Failed to initialise multisampled FBO");
542 PVRShellSet(prefExitMessage, "ERROR: Cannot initialise Print3D\n");
549 PVRShellSet(prefExitMessage, "ERROR: Failed to load mask texture\n");
555 PVRShellSet(prefExitMessage, "ERROR: Failed to load background texture\n");
564 PVRShellSet(prefExitMessage, "ERROR: Failed to load a 3D texture\n");
580 PVRShellSet(prefExitMessage, ErrorStr.c_str());
587 PVRShellSet(prefExitMessage, "Failed to create FBO");
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
OGLES2ChameleonMan.cpp 289 PVRShellSet(prefExitMessage, pErrorStr->c_str());
320 PVRShellSet(prefExitMessage, pErrorStr->c_str());
405 PVRShellSet(prefExitMessage, "ERROR: Couldn't load the .pod file\n");
412 PVRShellSet(prefExitMessage, "ERROR: The scene does not contain a camera\n");
419 PVRShellSet(prefExitMessage, "ERROR: The scene does not contain a light\n");
466 PVRShellSet(prefExitMessage, ErrorStr.c_str());
475 PVRShellSet(prefExitMessage, ErrorStr.c_str());
488 PVRShellSet(prefExitMessage, "ERROR: Cannot initialise Print3D\n");
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.cpp 635 pData->m_pShell->PVRShellSet(prefPositionX, (int)LOWORD(lParam));
636 pData->m_pShell->PVRShellSet(prefPositionY, (int)HIWORD(lParam));

Completed in 104 milliseconds