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

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir.cpp1285 const char *tex_opcode_strs[] = { "tex", "txb", "txl", "txd", "txf", "txs" }; variable
1290 sizeof(tex_opcode_strs) / sizeof(tex_opcode_strs[0]));
1291 return tex_opcode_strs[op];
1297 const int count = sizeof(tex_opcode_strs) / sizeof(tex_opcode_strs[0]);
1299 if (strcmp(str, tex_opcode_strs[op]) == 0)
/external/mesa3d/src/glsl/
H A Dir.cpp1285 const char *tex_opcode_strs[] = { "tex", "txb", "txl", "txd", "txf", "txs" }; variable
1290 sizeof(tex_opcode_strs) / sizeof(tex_opcode_strs[0]));
1291 return tex_opcode_strs[op];
1297 const int count = sizeof(tex_opcode_strs) / sizeof(tex_opcode_strs[0]);
1299 if (strcmp(str, tex_opcode_strs[op]) == 0)

Completed in 55 milliseconds