Searched refs:share_context (Results 1 - 9 of 9) sorted by path

/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp1006 /* EGLContext eglCreateContext ( EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list ) */
1009 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject share_context, jintArray attrib_list_ref, jint offset) {
1016 EGLContext share_context_native = (EGLContext) fromEGLHandle(_env, eglcontextGetHandleID, share_context);
1008 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.cpp227 jobject config, jobject share_context, jintArray attrib_list) {
228 if (display == NULL || config == NULL || share_context == NULL
235 EGLContext shr = getContext(_env, share_context);
226 jni_eglCreateContext(JNIEnv *_env, jobject _this, jobject display, jobject config, jobject share_context, jintArray attrib_list) argument
/frameworks/base/libs/hwui/tests/
H A Dnullegl.cpp118 EGLContext share_context,
117 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) argument
/frameworks/base/opengl/java/android/opengl/
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
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
/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/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java99 EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list); argument
/frameworks/native/opengl/include/EGL/
H A Degl.h298 EGLContext share_context,
/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec23 EGLContext eglCreateContext ( EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list )

Completed in 239 milliseconds