Home
last modified time | relevance | path

Searched refs:OsGetNativeWindowType (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShellImpl.h378 void *OsGetNativeWindowType();
DPVRShell.cpp471 case prefNativeWindowType: return m_pShellInit->OsGetNativeWindowType(); in PVRShellGet()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp417 void *PVRShellInit::OsGetNativeWindowType() in OsGetNativeWindowType() function in PVRShellInit
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp428 void *PVRShellInit::OsGetNativeWindowType() in OsGetNativeWindowType() function in PVRShellInit
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp83 m_NWT = (EGLNativeWindowType) OsGetNativeWindowType(); in ApiInitAPI()