Home
last modified time | relevance | path

Searched defs:pNewArray (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTArray.h228 T* pNewArray = new T[uiNewCapacity]; // New Array in SetCapacity() local
255 T* pNewArray = new T[other.GetCapacity()]; in Copy() local