HomeSort by relevance Sort by last modified time
    Searched refs:PVRShellGet (Results 1 - 8 of 8) 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
90 int dwCurrentWidth = PVRShellGet (prefHeight);
91 int dwCurrentHeight = PVRShellGet (prefWidth);
124 PVRShellScreenCaptureBuffer(PVRShellGet (prefWidth), PVRShellGet (prefHeight), &pLines);
537 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
    [all...]
PVRShell.cpp 219 bool PVRShell::PVRShellGet(const prefNameBoolEnum prefName) const
275 float PVRShell::PVRShellGet(const prefNameFloatEnum prefName) const
414 int PVRShell::PVRShellGet(const prefNameIntEnum prefName) const
467 void *PVRShell::PVRShellGet(const prefNamePtrEnum prefName) const
519 const void *PVRShell::PVRShellGet(const prefNameConstPtrEnum prefName) const
592 pszWritePath = (const char*)PVRShellGet(prefWritePath);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
OGLES3ColourGrading.cpp 195 CPVRTResourceFile::SetReadPath((char*)PVRShellGet(prefReadPath));
200 CPVRTResourceFile::SetLoadReleaseFunctions(PVRShellGet(prefLoadFileFunc), PVRShellGet(prefReleaseFileFunc));
464 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB8, PVRShellGet(prefWidth), PVRShellGet(prefHeight), 0, GL_RGB, GL_UNSIGNED_BYTE, 0);
500 glRenderbufferStorageMultisample(GL_RENDERBUFFER, samples, GL_DEPTH_COMPONENT24, PVRShellGet(prefWidth), PVRShellGet(prefHeight));
504 glRenderbufferStorageMultisample(GL_RENDERBUFFER, samples, GL_RGB8, PVRShellGet(prefWidth), PVRShellGet(prefHeight));
538 bool bRotate = PVRShellGet(prefIsRotated) && PVRShellGet(prefFullScreen)
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
OGLES2ChameleonMan.cpp 395 CPVRTResourceFile::SetReadPath((char*)PVRShellGet(prefReadPath));
400 CPVRTResourceFile::SetLoadReleaseFunctions(PVRShellGet(prefLoadFileFunc), PVRShellGet(prefReleaseFileFunc));
484 bool bRotate = PVRShellGet(prefIsRotated) && PVRShellGet(prefFullScreen);
486 if(m_Print3D.SetTextures(0,PVRShellGet(prefWidth),PVRShellGet(prefHeight), bRotate) != PVR_SUCCESS)
613 bool bRotate = PVRShellGet(prefIsRotated) && PVRShellGet(prefFullScreen);
621 fFOV *= bRotate ? (float)PVRShellGet(prefWidth)/(float)PVRShellGet(prefHeight) : (float)PVRShellGet(prefHeight)/(float)PVRShellGet(pref (…)
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/OGLES2/
OGLES2DisplacementMap.cpp 305 CPVRTResourceFile::SetReadPath((char*)PVRShellGet(prefReadPath));
310 CPVRTResourceFile::SetLoadReleaseFunctions(PVRShellGet(prefLoadFileFunc), PVRShellGet(prefReleaseFileFunc));
397 bool bRotate = PVRShellGet(prefIsRotated) && PVRShellGet(prefFullScreen);
399 if(m_Print3D.SetTextures(0,PVRShellGet(prefWidth),PVRShellGet(prefHeight), bRotate) != PVR_SUCCESS)
444 m_Projection = PVRTMat4::PerspectiveFovRH(fFOV, (float)PVRShellGet(prefWidth)/(float)PVRShellGet(prefHeight), g_fCameraNear, g_fCameraFar, PVRTMat4::OGL, bRotate);
  /external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp 181 switch(m_pShell->PVRShellGet(prefPriority))
375 if(m_pShell->PVRShellGet(prefOutputInfo))
440 m_pShell->PVRShellOutputDebug("Window Width: %i\n" , m_pShell->PVRShellGet(prefWidth));
441 m_pShell->PVRShellOutputDebug("Window Height: %i\n" , m_pShell->PVRShellGet(prefHeight));
442 m_pShell->PVRShellOutputDebug("Is Rotated: %s\n", m_pShell->PVRShellGet(prefIsRotated) ? "Yes" : "No");
800 if (m_pShell->PVRShellGet(prefDiscardColor))
805 if (m_pShell->PVRShellGet(prefDiscardDepth))
810 if (m_pShell->PVRShellGet(prefDiscardStencil))
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.cpp 165 pszName = (const char*)m_pShell->PVRShellGet(prefAppName);
167 pszVersion = (const char*)m_pShell->PVRShellGet(prefVersion);
294 szText = (const char*)m_pShell->PVRShellGet(prefExitMessage);
300 szCaption = (const char*)m_pShell->PVRShellGet(prefAppName);
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
PVRShellOS.cpp 216 m_pShell->PVRShellOutputDebug((const char*)m_pShell->PVRShellGet(prefExitMessage));

Completed in 82 milliseconds