Home
last modified time | relevance | path

Searched refs:angleGetDisplayPlatformFunc (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degldefs.h46 angleGetDisplayPlatformFunc(nullptr), in egl_connection_t()
81 void* angleGetDisplayPlatformFunc; member
Degl_angle_platform.cpp109 if (cnx->angleGetDisplayPlatformFunc == nullptr) { in initializeAnglePlatform()
115 reinterpret_cast<GetDisplayPlatformFunc>(cnx->angleGetDisplayPlatformFunc); in initializeAnglePlatform()
DLoader.cpp619 cnx->angleGetDisplayPlatformFunc = dlsym(dso, "ANGLEGetDisplayPlatform"); in attempt_to_init_angle_backend()
622 if (cnx->angleGetDisplayPlatformFunc) { in attempt_to_init_angle_backend()