Lines Matching refs:strcmp
139 if (0 == strcmp(vendorString, "ARM")) {
142 if (0 == strcmp(vendorString, "Google Inc.")) {
145 if (0 == strcmp(vendorString, "Imagination Technologies")) {
148 if (0 == strncmp(vendorString, "Intel ", 6) || 0 == strcmp(vendorString, "Intel")) {
151 if (0 == strcmp(vendorString, "Qualcomm") || 0 == strcmp(vendorString, "freedreno")) {
154 if (0 == strcmp(vendorString, "NVIDIA Corporation")) {
157 if (0 == strcmp(vendorString, "ATI Technologies Inc.")) {
230 if (0 == strcmp("Google SwiftShader", rendererString)) {
236 if (0 == strcmp("Intel Iris OpenGL Engine", intelString) ||
237 0 == strcmp("Intel Iris Pro OpenGL Engine", intelString)) {
368 return (0 == strcmp(rendererString, kChromium) ||
370 0 == strcmp(kChromium, suffix)));
386 if (!strcmp(vendorString, "freedreno")) {