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

/frameworks/native/opengl/libagl/
H A Degl.cpp1130 static int binarySearch(T const sortedArray[], int first, int last, EGLint key) argument
1134 if (key > sortedArray[mid].key) {
1136 } else if (key < sortedArray[mid].key) {

Completed in 57 milliseconds