HomeSort by relevance Sort by last modified time
    Searched refs:share_context (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/mesa3d/src/glx/
create_context.c 38 GLXContext share_context, Bool direct,
43 struct glx_context *const share = (struct glx_context *) share_context;
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 53 public EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list) {
54 long eglContextId = _eglCreateContext(display, config, share_context, attrib_list);
148 private native long _eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list);
  /frameworks/native/opengl/tools/glgen/specs/egl/
EGL14.spec 23 EGLContext eglCreateContext ( EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list )
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 461 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list)
464 EGLContext share = share_context;
465 if (share) share = ((EGLWrapperContext *)share_context)->aglContext;
500 (uint32_t)(share_context == EGL_NO_CONTEXT ? 0 : share_context), wctx->version);
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 79 EGLContext share_context, int[] attrib_list) {
83 arg("share_context", share_context);
88 share_context, attrib_list);
EGL14.java 388 // C function EGLContext eglCreateContext ( EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list )
393 EGLContext share_context,
  /frameworks/base/libs/hwui/tests/
nullegl.cpp 118 EGLContext share_context,
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 99 EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list);
  /external/deqp/framework/egl/
egluCallLogWrapperApi.inl 11 eglw::EGLContext eglCreateContext (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLContext share_context, const eglw::EGLint *attrib_list);
egluCallLogWrapper.inl 62 eglw::EGLContext CallLogWrapper::eglCreateContext (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLContext share_context, const eglw::EGLint *attrib_list)
65 m_log << TestLog::Message << "eglCreateContext(" << dpy << ", " << toHex(config) << ", " << share_context << ", " << getContextAttribListStr(attrib_list) << ");" << TestLog::EndMessage;
66 eglw::EGLContext returnValue = m_egl.createContext(dpy, config, share_context, attrib_list);
  /external/deqp/framework/egl/wrapper/
eglwFuncPtrLibraryDecl.inl 12 EGLContext createContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) const;
eglwFuncPtrLibraryImpl.inl 37 EGLContext FuncPtrLibrary::createContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) const
39 return m_egl.createContext(dpy, config, share_context, attrib_list);
eglwApi.inl 69 EGLContext eglwCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
eglwFunctionTypes.inl 12 typedef EGLW_APICALL EGLContext (EGLW_APIENTRY* eglCreateContextFunc) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
eglwLibrary.inl 12 virtual EGLContext createContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) const = 0;
  /development/ndk/platforms/android-9/include/EGL/
egl.h 298 EGLContext share_context,
  /external/mesa3d/include/EGL/
egl.h 298 EGLContext share_context,
  /frameworks/native/opengl/include/EGL/
egl.h 298 EGLContext share_context,
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 298 EGLContext share_context,
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 298 EGLContext share_context,
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 298 EGLContext share_context,
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 298 EGLContext share_context,
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/EGL/
egl.h 298 EGLContext share_context,
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 298 EGLContext share_context,
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 298 EGLContext share_context,

Completed in 679 milliseconds

1 2 3