Searched defs:eglCreateContext (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | nullegl.cpp | 116 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, in eglCreateContext() function
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 53 …public EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context,… in eglCreateContext() method in EGLImpl
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 100 …EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[]… in eglCreateContext() method
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGLLogWrapper.java | 78 public EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, in eglCreateContext() method in EGLLogWrapper
|
D | EGL14.java | 393 public static native EGLContext eglCreateContext( in eglCreateContext() method in EGL14
|
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 168 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_list, in eglCreateContext() function
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 1718 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, in eglCreateContext() function
|