Home
last modified time | relevance | path

Searched defs:share_context (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java53 …LContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] at… in eglCreateContext()
148 …ve long _eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] at… in _eglCreateContext()
/frameworks/base/libs/hwui/debug/
Dnullegl.cpp118 EGLContext share_context, in eglCreateContext()
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java99 …EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[]… in eglCreateContext()
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java79 EGLContext share_context, int[] attrib_list) { in eglCreateContext()
DEGL14.java393 EGLContext share_context, in eglCreateContext()
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp227 jobject config, jobject share_context, jintArray attrib_list) { in jni_eglCreateContext()
Dandroid_opengl_EGL14.cpp981 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject share_context, jintArray attrib… in android_eglCreateContext()