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

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

Completed in 1892 milliseconds