Searched defs:share_context (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java79 EGLContext share_context, int[] attrib_list) {
83 arg("share_context", share_context);
88 share_context, attrib_list);
78 eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list) argument
H A DEGL14.java388 // C function EGLContext eglCreateContext ( EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list )
393 EGLContext share_context,
390 eglCreateContext( EGLDisplay dpy, EGLConfig config, EGLContext share_context, int[] attrib_list, int offset ) argument
/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) { argument
54 long eglContextId = _eglCreateContext(display, config, share_context, attrib_list);
148 private native long _eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list); argument
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp1002 /* EGLContext eglCreateContext ( EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list ) */
1005 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject share_context, jintArray attrib_list_ref, jint offset) {
1012 EGLContext share_context_native = (EGLContext) fromEGLHandle(_env, eglcontextGetHandleID, share_context);
1004 android_eglCreateContext(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject share_context, jintArray attrib_list_ref, jint offset) argument
H A Dcom_google_android_gles_jni_EGLImpl.cpp230 jobject config, jobject share_context, jintArray attrib_list) {
231 if (display == NULL || config == NULL || share_context == NULL
238 EGLContext shr = getContext(_env, share_context);
229 jni_eglCreateContext(JNIEnv *_env, jobject _this, jobject display, jobject config, jobject share_context, jintArray attrib_list) argument
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java99 EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list); argument

Completed in 251 milliseconds