Home
last modified time | relevance | path

Searched refs:share_context (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java53 …ext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_… in eglCreateContext() argument
54 long eglContextId = _eglCreateContext(display, config, share_context, attrib_list); in eglCreateContext()
148 …ng _eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_… in _eglCreateContext() argument
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java79 EGLContext share_context, int[] attrib_list) { in eglCreateContext() argument
83 arg("share_context", share_context); in eglCreateContext()
88 share_context, attrib_list); in eglCreateContext()
DEGL14.java393 EGLContext share_context, in eglCreateContext() argument
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec23 EGLContext eglCreateContext ( EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGL…
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java99 …EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[]… in eglCreateContext() argument
/frameworks/base/libs/hwui/tests/
Dnullegl.cpp118 EGLContext share_context, in eglCreateContext() argument
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp227 jobject config, jobject share_context, jintArray attrib_list) { in jni_eglCreateContext() argument
228 if (display == NULL || config == NULL || share_context == NULL in jni_eglCreateContext()
235 EGLContext shr = getContext(_env, share_context); in jni_eglCreateContext()
Dandroid_opengl_EGL14.cpp1009 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject share_context, jintArray attrib… in android_eglCreateContext() argument
1016 …text share_context_native = (EGLContext) fromEGLHandle(_env, eglcontextGetHandleID, share_context); in android_eglCreateContext()
/frameworks/native/opengl/include/EGL/
Degl.h298 EGLContext share_context,