Searched refs:eglBindAPI (Results 1 - 9 of 9) 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.java306 // C function EGLBoolean eglBindAPI ( EGLenum api )
308 public static native boolean eglBindAPI( method in class:EGL14
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto494 eglBindAPI = 2029;
/frameworks/native/opengl/include/EGL/
H A Degl.h277 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1033 EGLBoolean eglBindAPI(EGLenum api) function
1044 if (cnx->dso && cnx->egl.eglBindAPI) {
1045 res = cnx->egl.eglBindAPI(api);
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp811 /* EGLBoolean eglBindAPI ( EGLenum api ) */
816 _returnValue = eglBindAPI(
1220 {"eglBindAPI", "(I)Z", (void *) android_eglBindAPI },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1003 const GLMessage_Function GLMessage::eglBindAPI; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1336 static const Function eglBindAPI = GLMessage_Function_eglBindAPI; member in class:android::gltrace::GLMessage
/frameworks/native/opengl/libagl/
H A Degl.cpp1959 EGLBoolean eglBindAPI(EGLenum api) function

Completed in 1419 milliseconds