Searched refs:hostStr (Results 1 - 1 of 1) sorted by relevance

/device/generic/goldfish-opengl/system/egl/
H A Degl.cpp698 char *hostStr = NULL; local
701 hostStr = new char[-n+1];
702 n = rcEnc->rcGetGLString(rcEnc, GL_EXTENSIONS, hostStr, -n);
704 delete [] hostStr;
705 hostStr = NULL;
709 if (!hostStr || !strlen(hostStr)) { return res; }
717 if (sWantES30OrAbove(hostStr) &&
718 !strstr(hostStr, kOESEGLImageExternalEssl3)) {
722 while (extEnd < strlen(hostStr)) {
773 char* hostStr = NULL; local
[all...]

Completed in 24 milliseconds