Searched defs:share_context (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 62 …LContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] at… in eglCreateContext() 157 …ve long _eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] at… in _eglCreateContext()
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGLLogWrapper.java | 79 EGLContext share_context, int[] attrib_list) { in eglCreateContext()
|
D | EGL14.java | 397 EGLContext share_context, in eglCreateContext()
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 100 …EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[]… in eglCreateContext()
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_EGLImpl.cpp | 220 jobject config, jobject share_context, jintArray attrib_list) { in jni_eglCreateContext()
|
D | android_opengl_EGL14.cpp | 989 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject share_context, jintArray attrib… in android_eglCreateContext()
|