Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java49 …LContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] at… in eglCreateContext()
107 …ive int _eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] at… in _eglCreateContext()
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java63 EGLContext share_context, int[] attrib_list) { 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/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp232 jobject config, jobject share_context, jintArray attrib_list) { in jni_eglCreateContext()