Searched defs:eglBindAPI (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java313 // C function EGLBoolean eglBindAPI ( EGLenum api )
315 public static native boolean eglBindAPI( method in class:EGL14
/frameworks/native/opengl/libagl/
H A Degl.cpp2006 EGLBoolean eglBindAPI(EGLenum api) function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1395 EGLBoolean eglBindAPI(EGLenum api) function
1406 if (cnx->dso && cnx->egl.eglBindAPI) {
1407 res = cnx->egl.eglBindAPI(api);

Completed in 124 milliseconds