Home
last modified time | relevance | path

Searched refs:PVRTGetPOTHigher (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTMisc.h82 unsigned int PVRTGetPOTHigher(unsigned int uiOriginalValue, int iTimesHigher);
DPVRTMisc.cpp377 unsigned int PVRTGetPOTHigher(unsigned int uiOriginalValue, int iTimesHigher) in PVRTGetPOTHigher() function
413 unsigned int uiSize = PVRTGetPOTHigher(uiOriginalValue,1); in PVRTGetPOTLower()