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

  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShellImpl.h 402 bool OsSet(const prefNameBoolEnum prefName, const bool value);
410 bool OsSet(const prefNameIntEnum prefName, const int i32Value);
PVRShell.cpp 208 return m_pShellInit->OsSet(prefName, value);
403 return m_pShellInit->OsSet(prefName, value);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
PVRShellOS.cpp 456 @Function OsSet
462 bool PVRShellInit::OsSet(const prefNameBoolEnum prefName, const bool value)
468 @Function OsSet
474 bool PVRShellInit::OsSet(const prefNameIntEnum prefName, const int i32Value)
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.cpp 452 @Function OsSet
458 bool PVRShellInit::OsSet(const prefNameBoolEnum prefName, const bool value)
471 @Function OsSet
477 bool PVRShellInit::OsSet(const prefNameIntEnum prefName, const int i32Value)

Completed in 1297 milliseconds