Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTResourceFile.h15 typedef bool (*PFNReleaseFileFunc)(void* handle); typedef
110 static PFNReleaseFileFunc s_pReleaseFileFunc;
DPVRTResourceFile.cpp72 PFNReleaseFileFunc CPVRTResourceFile::s_pReleaseFileFunc = &ReleaseFileFunc;
106 s_pReleaseFileFunc = (PFNReleaseFileFunc) pReleaseFileFunc; in SetLoadReleaseFunctions()
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h348 typedef bool (*PFNReleaseFileFunc)(void* handle); typedef