Searched refs:share_context (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) { argument
50 return new EGLContextImpl( _eglCreateContext(display, config, share_context, attrib_list) );
107 private native int _eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list); argument
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java63 EGLContext share_context, int[] attrib_list) {
67 arg("share_context", share_context);
72 share_context, attrib_list);
62 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/base/opengl/include/EGL/
H A Degl.h299 EGLContext share_context,
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp232 jobject config, jobject share_context, jintArray attrib_list) {
233 if (display == NULL || config == NULL || share_context == NULL
240 EGLContext shr = getContext(_env, share_context);
231 jni_eglCreateContext(JNIEnv *_env, jobject _this, jobject display, jobject config, jobject share_context, jintArray attrib_list) argument

Completed in 59 milliseconds