Searched refs:stringcmp (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | parse.cpp | 188 if (stringcmp(data, string) != 0) { in GetString() 329 if (!stringcmp(objtype, "PLANE")) { in GetObject() 332 if (!stringcmp(objtype, "RING")) { in GetObject() 335 if (!stringcmp(objtype, "BOX")) { in GetObject() 341 if (!stringcmp(objtype, "TRI")) { in GetObject() 344 if (!stringcmp(objtype, "STRI")) { in GetObject() 347 if (!stringcmp(objtype, "LIGHT")) { in GetObject() 350 if (!stringcmp(objtype, "SCAPE")) { in GetObject() 410 if (!stringcmp("TEXTURE", tmp)) { in GetTexture() 443 if (!stringcmp("PHONG", tmp)) { in GetTexBody() [all …]
|