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

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir.cpp518 const int operator_count = sizeof(operator_strs) / sizeof(operator_strs[0]); local
519 for (int op = 0; op < operator_count; op++) {
/external/mesa3d/src/glsl/
H A Dir.cpp518 const int operator_count = sizeof(operator_strs) / sizeof(operator_strs[0]); local
519 for (int op = 0; op < operator_count; op++) {

Completed in 102 milliseconds