Home
last modified time | relevance | path

Searched refs:glFunctionsEnd (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.cpp4899 static const Function *const glFunctionsEnd = glFunctions + numFunctions; in es1GetProcAddress() local
4906 const Function *result = std::lower_bound(glFunctions, glFunctionsEnd, needle, CompareFunctor()); in es1GetProcAddress()
4907 if(result != glFunctionsEnd && strcmp(procname, result->name) == 0) in es1GetProcAddress()
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.cpp6612 static const Function *const glFunctionsEnd = glFunctions + numFunctions; in es2GetProcAddress() local
6635 const Function *result = std::lower_bound(glFunctions, glFunctionsEnd, needle, CompareFunctor()); in es2GetProcAddress()
6637 if(result != glFunctionsEnd && strcmp(procname, result->name) == 0) in es2GetProcAddress()