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

1 2 3 4 5

  /external/chromium_org/content/renderer/pepper/
ppb_graphics_3d_impl.h 21 PP_Resource share_context,
25 PP_Resource share_context,
75 bool Init(PPB_Graphics3D_API* share_context, const int32_t* attrib_list);
76 bool InitRaw(PPB_Graphics3D_API* share_context,
ppb_graphics_3d_impl.cc 67 PP_Resource share_context,
70 if (share_context) {
71 EnterResourceNoLock<PPB_Graphics3D_API> enter(share_context, true);
86 PP_Resource share_context,
90 if (share_context) {
91 EnterResourceNoLock<PPB_Graphics3D_API> enter(share_context, true);
210 bool PPB_Graphics3D_Impl::Init(PPB_Graphics3D_API* share_context,
212 if (!InitRaw(share_context, attrib_list, NULL))
216 if (share_context) {
218 static_cast<PPB_Graphics3D_Shared*>(share_context)->gles2_impl()
    [all...]
resource_creation_impl.h 52 PP_Resource share_context,
56 PP_Resource share_context,
resource_creation_impl.cc 101 PP_Resource share_context,
103 return PPB_Graphics3D_Impl::Create(instance, share_context, attrib_list);
108 PP_Resource share_context,
111 return PPB_Graphics3D_Impl::CreateRaw(instance, share_context, attrib_list,
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 90 WebGraphicsContext3DCommandBufferImpl* share_context)
101 if (share_context) {
103 share_group_ = share_context->share_group_;
155 bool onscreen, WebGraphicsContext3DCommandBufferImpl* share_context) {
161 if (share_context) {
162 share_group_command_buffer = share_context->command_buffer_.get();
211 WebGraphicsContext3DCommandBufferImpl* share_context = NULL; local
214 share_context = share_group_->GetAnyContextLocked();
216 if (!InitializeCommandBuffer(onscreen, share_context)) {
221 if (share_context)
    [all...]
webgraphicscontext3d_command_buffer_impl.h 112 WebGraphicsContext3DCommandBufferImpl* share_context);
139 WebGraphicsContext3DCommandBufferImpl* share_context);
169 WebGraphicsContext3DCommandBufferImpl* share_context);
  /external/chromium_org/ppapi/cpp/
graphics_3d.cc 35 const Graphics3D& share_context,
40 share_context.pp_resource(),
  /external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.cc 57 GLInProcessContext* share_context,
133 GLInProcessContext* share_context,
139 DCHECK(!use_global_share_group || !share_context);
168 } else if (share_context) {
170 static_cast<GLInProcessContextImpl*>(share_context);
270 GLInProcessContext* share_context,
275 DCHECK(!use_global_share_group || !share_context);
287 share_context,
gl_in_process_context.h 55 // Only one of |share_context| and |use_global_share_group| can be used at
63 GLInProcessContext* share_context,
  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_context_mac.mm 58 CGLContextObj share_context = NULL;
60 share_context = window_map()->begin()->second->cgl_context();
62 pixel_format, share_context, cgl_context_strong.InitializeInto());
  /external/chromium_org/ppapi/thunk/
ppb_graphics_3d_thunk.cc 31 PP_Resource share_context,
38 share_context,
  /external/deqp/framework/egl/
egluApiPrototypes.inl 27 EGLContext eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint* 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 )
  /external/chromium_org/ppapi/proxy/
ppb_graphics_3d_proxy.cc 140 PP_Resource share_context,
148 if (share_context != 0) {
149 EnterResourceNoLock<PPB_Graphics3D_API> enter(share_context, true);
222 HostResource share_context,
241 share_context.host_resource(),
ppb_graphics_3d_proxy.h 71 PP_Resource share_context,
81 HostResource share_context,
  /external/chromium_org/mojo/examples/pepper_container_app/
resource_creation_impl.h 99 PP_Resource share_context,
103 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/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/ui/gl/
gl_context_cgl.cc 84 GLContextCGL* share_context = share_group() ? local
110 share_context ?
111 static_cast<CGLContextObj>(share_context->GetHandle()) : NULL,
  /external/chromium_org/ui/surface/
accelerated_surface_mac.h 39 // Set up internal buffers. |share_context|, if non-NULL, is a context
49 // |share_context| is non-NULL, then on platforms supporting dual GPUs,
52 bool Initialize(gfx::GLContext* share_context,
accelerated_surface_mac.cc 29 gfx::GLContext* share_context,
50 share_context ? share_context->share_group() : 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 long eglContextId = _eglCreateContext(display, config, share_context, attrib_list);
148 private native long _eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list);
  /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/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,

Completed in 1965 milliseconds

1 2 3 4 5