Home
last modified time | relevance | path

Searched refs:eglBindAPI (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec14 EGLBoolean eglBindAPI ( EGLenum api )
/frameworks/base/opengl/java/android/opengl/
DEGL14.java314 public static native boolean eglBindAPI( in eglBindAPI() method in EGL14
/frameworks/native/opengl/libs/EGL/
Degl_entries.in37 EGL_ENTRY(EGLBoolean, eglBindAPI, EGLenum)
DeglApi.cpp1330 EGLBoolean eglBindAPI(EGLenum api) in eglBindAPI() function
1341 if (cnx->dso && cnx->egl.eglBindAPI) { in eglBindAPI()
1342 res = cnx->egl.eglBindAPI(api); in eglBindAPI()
/frameworks/native/opengl/include/EGL/
Degl.h277 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api);
/frameworks/native/opengl/libs/GLES_trace/proto/
Dgltrace.proto790 eglBindAPI = 2029; enumerator
/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp837 _returnValue = eglBindAPI( in android_eglBindAPI()
/frameworks/native/opengl/libagl/
Degl.cpp1992 EGLBoolean eglBindAPI(EGLenum api) in eglBindAPI() function
/frameworks/base/api/
Dcurrent.txt19893 method public static boolean eglBindAPI(int);
Dsystem-current.txt21837 method public static boolean eglBindAPI(int);