Searched defs:eglQueryAPI (Results 1 - 3 of 3) sorted by path

/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java319 // C function EGLenum eglQueryAPI ( void )
321 public static native int eglQueryAPI( method in class:EGL14
/frameworks/native/opengl/libagl/
H A Degl.cpp2013 EGLenum eglQueryAPI(void) function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1412 EGLenum eglQueryAPI(void) function
1421 if (cnx->dso && cnx->egl.eglQueryAPI) {
1422 return cnx->egl.eglQueryAPI();

Completed in 821 milliseconds