Home | History | Annotate | Download | only in egl

Lines Matching refs:hostStr

450     char *hostStr = NULL;
453 hostStr = new char[-n+1];
454 n = rcEnc->rcGetGLString(rcEnc, glEnum, hostStr, -n);
456 delete [] hostStr;
457 hostStr = NULL;
464 *strPtr = hostStr;
465 return hostStr;