OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PFNLoadFileFunc
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTResourceFile.h
14
typedef void* (*
PFNLoadFileFunc
)(const char*, char** pData, size_t &size);
109
static
PFNLoadFileFunc
s_pLoadFileFunc;
PVRTResourceFile.cpp
71
PFNLoadFileFunc
CPVRTResourceFile::s_pLoadFileFunc = &LoadFileFunc;
105
s_pLoadFileFunc = (
PFNLoadFileFunc
) pLoadFileFunc;
/external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.h
332
The ptr returned is of the type
PFNLoadFileFunc
defined below. */
339
@typedef
PFNLoadFileFunc
342
typedef void* (*
PFNLoadFileFunc
)(const char*, char** pData, size_t &size);
[
all
...]
Completed in 3553 milliseconds