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

1 2 3

  /external/chromium_org/content/renderer/pepper/
ppb_graphics_3d_impl.cc 81 PP_Resource share_context,
86 if (share_context) {
87 EnterResourceNoLock<PPB_Graphics3D_API> enter(share_context, true);
101 PP_Resource share_context,
106 if (share_context) {
107 EnterResourceNoLock<PPB_Graphics3D_API> enter(share_context, true);
224 bool PPB_Graphics3D_Impl::Init(PPB_Graphics3D_API* share_context,
226 if (!InitRaw(share_context, attrib_list))
234 if (share_context) {
236 static_cast<PPB_Graphics3D_Shared*>(share_context)->gles2_impl()
    [all...]
ppb_graphics_3d_impl.h 18 PP_Resource share_context,
21 PP_Resource share_context,
65 bool Init(PPB_Graphics3D_API* share_context,
67 bool InitRaw(PPB_Graphics3D_API* share_context,
pepper_platform_context_3d.h 31 bool Init(const int32* attrib_list, PlatformContext3D* share_context);
pepper_platform_context_3d.cc 37 PlatformContext3D* share_context) {
87 if (share_context) {
89 static_cast<PlatformContext3D*>(share_context);
resource_creation_impl.cc 106 PP_Resource share_context,
108 return PPB_Graphics3D_Impl::Create(instance, share_context, attrib_list);
113 PP_Resource share_context,
115 return PPB_Graphics3D_Impl::CreateRaw(instance, share_context, attrib_list);
resource_creation_impl.h 51 PP_Resource share_context,
54 PP_Resource share_context,
  /external/chromium_org/ppapi/cpp/
graphics_3d.h 78 /// @param[in] share_context Specifies the context with which all
89 const Graphics3D& share_context,
graphics_3d.cc 35 const Graphics3D& share_context,
40 share_context.pp_resource(),
  /external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.h 69 GLInProcessContext* share_context,
gl_in_process_context.cc 58 GLInProcessContext* share_context,
126 GLInProcessContext* share_context,
132 DCHECK(!use_global_share_group || !share_context);
213 } else if (share_context) {
215 static_cast<GLInProcessContextImpl*>(share_context);
338 GLInProcessContext* share_context,
347 share_context,
  /external/chromium_org/ppapi/c/
ppb_graphics_3d.h 100 * @param[in] share_context The 3D context with which the created context
101 * would share resources. If <code>share_context</code> is not 0, then all
104 * by <code>share_context<code>, all other contexts <code>share_context</code>
151 PP_Resource share_context,
  /external/chromium_org/ppapi/api/
ppb_graphics_3d.idl 90 * @param[in] share_context The 3D context with which the created context
91 * would share resources. If <code>share_context</code> is not 0, then all
94 * by <code>share_context<code>, all other contexts <code>share_context</code>
142 [in] PP_Resource share_context,
  /external/chromium_org/third_party/mesa/src/src/glx/
create_context.c 38 GLXContext share_context, Bool direct,
43 struct glx_context *const share = (struct glx_context *) share_context;
  /external/mesa3d/src/glx/
create_context.c 38 GLXContext share_context, Bool direct,
43 struct glx_context *const share = (struct glx_context *) share_context;
  /external/chromium_org/ppapi/proxy/
ppb_graphics_3d_proxy.h 69 PP_Resource share_context,
79 HostResource share_context,
ppb_graphics_3d_proxy.cc 144 PP_Resource share_context,
152 if (share_context != 0) {
153 EnterResourceNoLock<PPB_Graphics3D_API> enter(share_context, true);
223 HostResource share_context,
237 share_context.host_resource(),
resource_creation_proxy.h 111 PP_Resource share_context,
115 PP_Resource share_context,
  /external/chromium_org/ppapi/thunk/
ppb_graphics_3d_thunk.cc 33 PP_Resource share_context,
40 share_context,
  /external/chromium_org/ui/surface/
accelerated_surface_mac.h 38 // Set up internal buffers. |share_context|, if non-NULL, is a context
48 // |share_context| is non-NULL, then on platforms supporting dual GPUs,
51 bool Initialize(gfx::GLContext* share_context,
accelerated_surface_mac.cc 27 gfx::GLContext* share_context,
49 share_context ? share_context->share_group() : NULL;
  /external/chromium_org/ui/gl/
gl_context_cgl.cc 84 GLContextCGL* share_context = share_group() ? local
110 share_context ?
111 static_cast<CGLContextObj>(share_context->GetHandle()) : NULL,
  /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 int eglContextId = _eglCreateContext(display, config, share_context, attrib_list);
148 private native int _eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list);
  /external/chromium_org/content/common/gpu/
gpu_channel_manager.h 117 void OnEstablishChannel(int client_id, bool share_context);
  /external/chromium_org/gpu/gles2_conform_support/egl/
egl.cc 298 EGLContext share_context,
304 if (share_context != EGL_NO_CONTEXT) {
305 error_code = ValidateDisplayContext(dpy, share_context);
312 config, share_context, attrib_list);
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_factory_impl.cc 36 gpu::GLInProcessContext* share_context) {
48 share_context,

Completed in 698 milliseconds

1 2 3