Searched defs:eglCreateContext (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp117 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, function
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java78 public EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, method in class:EGLLogWrapper
80 begin("eglCreateContext");
87 EGLContext result = mEgl10.eglCreateContext(display, config,
H A DEGL14.java388 // C function EGLContext eglCreateContext ( EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list )
390 public static native EGLContext eglCreateContext( method in class:EGL14
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java53 public EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list) { method in class:EGLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java99 EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list); method in interface:EGL10
/frameworks/native/opengl/libagl/
H A Degl.cpp1685 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp650 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, function
665 EGLContext context = cnx->egl.eglCreateContext(

Completed in 136 milliseconds