Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTResourceFile.h14 typedef void* (*PFNLoadFileFunc)(const char*, char** pData, size_t &size); typedef
109 static PFNLoadFileFunc s_pLoadFileFunc;
DPVRTResourceFile.cpp71 PFNLoadFileFunc CPVRTResourceFile::s_pLoadFileFunc = &LoadFileFunc;
105 s_pLoadFileFunc = (PFNLoadFileFunc) pLoadFileFunc; in SetLoadReleaseFunctions()
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.h342 typedef void* (*PFNLoadFileFunc)(const char*, char** pData, size_t &size); typedef