Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_angle_platform.h28 bool initializeAnglePlatform(EGLDisplay dpy, android::egl_connection_t* const cnx);
Degl_angle_platform.cpp108 bool initializeAnglePlatform(EGLDisplay dpy, android::egl_connection_t* const cnx) { in initializeAnglePlatform() function
Degl_display.cpp166 if (!angle::initializeAnglePlatform(dpy, cnx)) { in getPlatformDisplayAngle()