Searched refs:pszGLSLBinaryFile (Results 1 – 2 of 2) sorted by relevance
381 pszGLSLBinaryFile(NULL), in SPVRTPFXParserShader()391 FREE(pszGLSLBinaryFile); in ~SPVRTPFXParserShader()413 PVRTPFXCreateStringCopy(&pszGLSLBinaryFile, rhs.pszGLSLBinaryFile); in Copy()2085 shader.pszGLSLBinaryFile= NULL; in ParseShader()2208 shader.pszGLSLBinaryFile = (char*)malloc((strlen(str)+1) * sizeof(char)); in ParseShader()2209 strcpy(shader.pszGLSLBinaryFile, str); in ParseShader()
146 char* pszGLSLBinaryFile; member