Home | History | Annotate | Download | only in Tools

Lines Matching refs:pszGLSLBinaryFile

381 	pszGLSLBinaryFile(NULL),
391 FREE(pszGLSLBinaryFile);
413 PVRTPFXCreateStringCopy(&pszGLSLBinaryFile, rhs.pszGLSLBinaryFile);
2085 shader.pszGLSLBinaryFile= NULL;
2208 shader.pszGLSLBinaryFile = (char*)malloc((strlen(str)+1) * sizeof(char));
2209 strcpy(shader.pszGLSLBinaryFile, str);