Home | History | Annotate | Download | only in egl

Lines Matching full:hoststr

486     char *hostStr = NULL;
489 hostStr = new char[-n+1];
490 n = rcEnc->rcGetGLString(rcEnc, glEnum, hostStr, -n);
492 delete [] hostStr;
493 hostStr = NULL;
500 *strPtr = hostStr;
501 return hostStr;