Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp412 PVRTPFXCreateStringCopy(&pszGLSLfile, rhs.pszGLSLfile); in Copy()
413 PVRTPFXCreateStringCopy(&pszGLSLBinaryFile, rhs.pszGLSLBinaryFile); in Copy()
414 PVRTPFXCreateStringCopy(&pszGLSLcode, rhs.pszGLSLcode); in Copy()
415 PVRTPFXCreateStringCopy(&pbGLSLBinary, rhs.pbGLSLBinary); in Copy()
483 PVRTPFXCreateStringCopy(&pszName, rhs.pszName); in Copy()
484 PVRTPFXCreateStringCopy(&pszValue, rhs.pszValue); in Copy()
2936 void PVRTPFXCreateStringCopy(char** ppDst, const char* pSrc) in PVRTPFXCreateStringCopy() function
DPVRTPFXParser.h28 void PVRTPFXCreateStringCopy(char** ppDst, const char* pSrc);