HomeSort by relevance Sort by last modified time
    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