Searched defs:vendorString (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLUtil.cpp231 GrGLVendor GrGLGetVendorFromString(const char* vendorString) { argument
232 if (vendorString) {
233 if (0 == strcmp(vendorString, "ARM")) {
236 if (0 == strcmp(vendorString, "Imagination Technologies")) {
239 if (0 == strncmp(vendorString, "Intel ", 6) || 0 == strcmp(vendorString, "Intel")) {
242 if (0 == strcmp(vendorString, "Qualcomm")) {
245 if (0 == strcmp(vendorString, "NVIDIA Corporation")) {

Completed in 34 milliseconds