Searched refs:glFunctionsEnd (Results 1 – 2 of 2) sorted by relevance
4899 static const Function *const glFunctionsEnd = glFunctions + numFunctions; in es1GetProcAddress() local4906 const Function *result = std::lower_bound(glFunctions, glFunctionsEnd, needle, CompareFunctor()); in es1GetProcAddress()4907 if(result != glFunctionsEnd && strcmp(procname, result->name) == 0) in es1GetProcAddress()
6612 static const Function *const glFunctionsEnd = glFunctions + numFunctions; in es2GetProcAddress() local6635 const Function *result = std::lower_bound(glFunctions, glFunctionsEnd, needle, CompareFunctor()); in es2GetProcAddress()6637 if(result != glFunctionsEnd && strcmp(procname, result->name) == 0) in es2GetProcAddress()