Searched refs:count2 (Results 1 – 4 of 4) sorted by relevance
664 GLint count1, count2; in MaxUniformCount() local666 glGetIntegerv(GL_MAX_FRAGMENT_UNIFORM_VECTORS, &count2); in MaxUniformCount()667 return count1 < count2 ? count1 : count2; in MaxUniformCount()
143 Word16 count2, /* i : number of samples to be counted */ in level_calculation() argument153 for (i = count1; i < count2; i++) in level_calculation()
455 private static boolean arraysEqual(int[] array1, int count1, int[] array2, int count2) { in arraysEqual() argument456 if (count1 != count2) { in arraysEqual()
512 Word16 count2, /* i : number of samples to be counted */ in level_calculation() argument526 for (i = count1; i < count2; i++) in level_calculation()