Searched refs:glFunctions (Results 1 – 2 of 2) sorted by relevance
6277 static const Function glFunctions[] = in es2GetProcAddress() local6576 static const size_t numFunctions = sizeof glFunctions / sizeof(Function); in es2GetProcAddress()6577 static const Function *const glFunctionsEnd = glFunctions + numFunctions; in es2GetProcAddress()6584 ASSERT(strcmp(glFunctions[i].name, glFunctions[i + 1].name) < 0); in es2GetProcAddress()6600 const Function *result = std::lower_bound(glFunctions, glFunctionsEnd, needle, CompareFunctor()); in es2GetProcAddress()
4717 static const Function glFunctions[] = in es1GetProcAddress() local4898 static const size_t numFunctions = sizeof glFunctions / sizeof(Function); in es1GetProcAddress()4899 static const Function *const glFunctionsEnd = glFunctions + numFunctions; in es1GetProcAddress()4906 const Function *result = std::lower_bound(glFunctions, glFunctionsEnd, needle, CompareFunctor()); in es1GetProcAddress()