OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PVRTGetPOTHigher
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTMisc.h
82
unsigned int
PVRTGetPOTHigher
(unsigned int uiOriginalValue, int iTimesHigher);
PVRTMisc.cpp
369
@Function
PVRTGetPOTHigher
377
unsigned int
PVRTGetPOTHigher
(unsigned int uiOriginalValue, int iTimesHigher)
413
unsigned int uiSize =
PVRTGetPOTHigher
(uiOriginalValue,1);
Completed in 64 milliseconds