Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/opengl/libs/EGL/
H A DGLES_layers.md8 …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)
27AndroidGLESLayer_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_GetProcAddress
106 …up a function at any time. The layer must still respond to `AndroidGLESLayer_GetProcAddress` requ…
/aosp_15_r20/cts/hostsidetests/gputools/layers/jni/
H A DglesLayer.cpp280 …__attribute((visibility("default"))) EGLAPI void* AndroidGLESLayer_GetProcAddress(const char *func… in AndroidGLESLayer_GetProcAddress() function