Home
last modified time | relevance | path

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

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