Home | History | Annotate | Download | only in Tools

Lines Matching refs:pbGLSLBinary

383 	pbGLSLBinary(NULL)
392 FREE(pbGLSLBinary);
415 PVRTPFXCreateStringCopy(&pbGLSLBinary, rhs.pbGLSLBinary);
2086 shader.pbGLSLBinary = NULL;
2109 if(glslfile && shader.pbGLSLBinary==NULL )
2218 shader.pbGLSLBinary = new char[GLSLFile.Size()];
2220 memcpy(shader.pbGLSLBinary, GLSLFile.DataPtr(), GLSLFile.Size());