Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_angle_platform.cpp41 static ResetDisplayPlatformFunc angleResetDisplayPlatform = nullptr;
152 reinterpret_cast<ResetDisplayPlatformFunc>(dlsym(so, "ANGLEResetDisplayPlatform")); in initializeAnglePlatform()
/aosp12/frameworks/native/opengl/include/EGL/
H A DPlatform.h332 typedef void(ANGLE_APIENTRY *ResetDisplayPlatformFunc)(angle::EGLDisplayType); typedef