Searched refs:eglBindAPI (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec14 EGLBoolean eglBindAPI ( EGLenum api )
/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/include/EGL/
H A Degl.h277 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api);
/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);
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp808 /* EGLBoolean eglBindAPI ( EGLenum api ) */
813 _returnValue = eglBindAPI(
1223 {"eglBindAPI", "(I)Z", (void *) android_eglBindAPI },
/frameworks/native/opengl/libagl/
H A Degl.cpp2006 EGLBoolean eglBindAPI(EGLenum api) function

Completed in 323 milliseconds