Home
last modified time | relevance | path

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

/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java62 …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()
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java79 EGLContext share_context, int[] attrib_list) { in eglCreateContext()
H A DEGL14.java397 EGLContext share_context, in eglCreateContext()
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java100 …EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[]… in eglCreateContext()
/aosp14/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp220 jobject config, jobject share_context, jintArray attrib_list) { in jni_eglCreateContext()
H A Dandroid_opengl_EGL14.cpp988 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject share_context, jintArray attrib… in android_eglCreateContext()