Searched refs:eglBindAPI (Results 1 - 7 of 7) 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.java312 // C function EGLBoolean eglBindAPI ( EGLenum api )
314 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/GLES_trace/proto/
H A Dgltrace.proto790 eglBindAPI = 2029;
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1321 EGLBoolean eglBindAPI(EGLenum api) function
1332 if (cnx->dso && cnx->egl.eglBindAPI) {
1333 res = cnx->egl.eglBindAPI(api);
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp832 /* EGLBoolean eglBindAPI ( EGLenum api ) */
837 _returnValue = eglBindAPI(
1251 {"eglBindAPI", "(I)Z", (void *) android_eglBindAPI },
/frameworks/native/opengl/libagl/
H A Degl.cpp1992 EGLBoolean eglBindAPI(EGLenum api) function

Completed in 226 milliseconds