Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/include/private/EGL/
Ddisplay.h25 ANDROID_API int egl_get_init_count(EGLDisplay dpy);
/frameworks/native/opengl/libs/EGL/
Degl_display.cpp79 int egl_get_init_count(EGLDisplay dpy) { in egl_get_init_count() function
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp181 return android::egl_get_init_count(dpy); in jni_getInitCount()