Home
last modified time | relevance | path

Searched refs:ApiGet (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShellImpl.h463 bool ApiGet(const prefNameIntEnum prefName, int *pn);
470 bool ApiGet(const prefNamePtrEnum prefName, void **pp);
DPVRShell.cpp438 if(m_pShellInit->ApiGet(prefName, &n)) in PVRShellGet()
480 if(m_pShellInit->ApiGet(prefName, &p)) in PVRShellGet()
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp919 bool PVRShellInit::ApiGet(const prefNameIntEnum prefName, int *pn) in ApiGet() function in PVRShellInit
950 bool PVRShellInit::ApiGet(const prefNamePtrEnum prefName, void **pp) in ApiGet() function in PVRShellInit