Lines Matching refs:strstr
234 if (const char* intelString = strstr(rendererString, "Intel")) {
240 if (strstr(intelString, "Sandybridge")) {
243 if (strstr(intelString, "Bay Trail")) {
254 if (const char* intelGfxString = strstr(intelString, "Graphics")) {
285 return strstr(intelString, "UHD") ? GrGLRenderer::kIntelCoffeeLake
303 if (const char* amdString = strstr(rendererString, kRadeonStr)) {
339 if (strstr(rendererString, "llvmpipe")) {
342 if (strstr(rendererString, "virgl")) {
563 if (strstr(rendererString, "Direct3D11")) {
565 } else if (strstr(rendererString, "Direct3D9")) {
567 } else if (strstr(rendererString, "OpenGL")) {
610 if (strstr(innerString, "Intel")) {
615 if ((modelStr = strstr(innerString, "HD Graphics")) &&
634 } else if ((modelStr = strstr(innerString, "Iris")) &&
647 } else if (strstr(innerString, "NVIDIA")) {
649 } else if (strstr(innerString, "Radeon")) {