Searched refs:AndroidGLESLayer_GetProcAddress (Results 1 – 2 of 2) sorted by relevance
8 …o entrypoints from the layer. `AndroidGLESLayer_Initialize` and `AndroidGLESLayer_GetProcAddress`.22 AndroidGLESLayer_GetProcAddress is a new function designed for this layering system. It takes the …24 void* AndroidGLESLayer_GetProcAddress(const char *funcName, EGLFuncPointer next)27 …AndroidGLESLayer_GetProcAddress` for all known functions. The layer can track that next address …29 …look up functions independently (i.e. not wait for calls to `AndroidGLESLayer_GetProcAddress`). L…101 AndroidGLESLayer_GetProcAddress106 …up a function at any time. The layer must still respond to `AndroidGLESLayer_GetProcAddress` requ…
280 …__attribute((visibility("default"))) EGLAPI void* AndroidGLESLayer_GetProcAddress(const char *func… in AndroidGLESLayer_GetProcAddress() function