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

/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java49 public EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list) { method in class:EGLImpl
/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,
/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/base/opengl/libs/EGL/
H A Degl.cpp1098 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, function
1108 EGLContext context = cnx->egl.eglCreateContext(
/frameworks/base/opengl/libagl/
H A Degl.cpp1687 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, function

Completed in 13 milliseconds