Home
last modified time | relevance | path

Searched refs:FindPlatformImplAddr (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_platform_entries.h27 EGLFuncPointer FindPlatformImplAddr(const char* name);
H A Degldefs.h49 EGLFuncPointer f = FindPlatformImplAddr(name); in egl_connection_t()
H A Degl_layers.cpp246 if (FindPlatformImplAddr(name) == nullptr) { in LayerDriverEntries()
H A Degl_platform_entries.cpp2576 EGLFuncPointer FindPlatformImplAddr(const char* name) { in FindPlatformImplAddr() function