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);
Degl_angle_platform.cpp102 bool initializeAnglePlatform(EGLDisplay dpy) { in initializeAnglePlatform() function
Degl_display.cpp202 if (!angle::initializeAnglePlatform(dpy)) { in getPlatformDisplayAngle()