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

12 3 4 5

  /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);
  /external/chromium_org/mojo/examples/pepper_container_app/
resource_creation_impl.cc 177 PP_Resource share_context,
184 PP_Resource share_context,
  /external/chromium_org/ppapi/proxy/
resource_creation_proxy.h 117 PP_Resource share_context,
121 PP_Resource share_context,
resource_creation_proxy.cc 246 PP_Resource share_context,
249 instance, share_context, attrib_list);
254 PP_Resource share_context,
  /external/chromium_org/ppapi/thunk/
resource_creation_api.h 131 PP_Resource share_context,
135 PP_Resource share_context,
  /external/chromium_org/third_party/angle/extensions/
EGL_EXT_create_context_robustness.txt 125 * If the reset notification behavior of <share_context> and the
143 <share_context> does not match the reset notification behavior of
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 174 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list)
176 return getDispatch()->eglCreateContext(dpy, config, share_context, 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);
  /external/chromium_org/content/common/gpu/
gpu_channel_manager.h 112 bool share_context,
gpu_channel_manager.cc 171 bool share_context,
177 if (share_context) {
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 121 NULL, /* share_context */
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_factory_impl.cc 54 NULL /* share_context */,
77 NULL /* 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,
  /external/chromium_org/third_party/angle/src/libEGL/
libEGL.cpp 691 EGLContext __stdcall eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list)
693 EVENT("(EGLDisplay dpy = 0x%0.8p, EGLConfig config = 0x%0.8p, EGLContext share_context = 0x%0.8p, "
694 "const EGLint *attrib_list = 0x%0.8p)", dpy, config, share_context, attrib_list);
738 if (share_context)
740 gl::Context* sharedGLContext = static_cast<gl::Context*>(share_context);
764 return display->createContext(config, client_version, static_cast<gl::Context*>(share_context), reset_notification, robust_access);
  /external/chromium_org/native_client_sdk/doc_generated/pepper_beta/c/
struct_p_p_b___graphics3_d__1__0.html 16 <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a>(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___graphics3_d__1__0.html#a818bc5829aac77215321b30f85e26e01">Create</a> )(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance, <a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> share_context, const int32_t attrib_list[])</td></tr>
43 <a class="anchor" id="a818bc5829aac77215321b30f85e26e01"></a><!-- doxytag: member="PPB_Graphics3D::Create" ref="a818bc5829aac77215321b30f85e26e01" args=")(PP_Instance instance, PP_Resource share_context, const int32_t attrib_list[])" -->
48 <td class="memname"><a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a>(* <a class="el" href="struct_p_p_b___graphics3_d__1__0.html#a818bc5829aac77215321b30f85e26e01">PPB_Graphics3D::Create</a>)(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance, <a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> share_context, const int32_t attrib_list[])</td>
58 <tr><td class="paramdir">[in]</td><td class="paramname">share_context</td><td>The 3D context with which the created context would share resources. If <code>share_context</code> is not 0, then all shareable data, as defined by the client API (note that for OpenGL and OpenGL ES, shareable data excludes texture objects named 0) will be shared by <code>share_context</code><code>, all other contexts </code><code>share_context</code> already shares with, and the newly created context. An arbitrary number of <code>PPB_Graphics3D</code> can share data in this fashion.</td></tr>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_dev/c/
struct_p_p_b___graphics3_d__1__0.html 16 <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a>(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___graphics3_d__1__0.html#a818bc5829aac77215321b30f85e26e01">Create</a> )(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance, <a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> share_context, const int32_t attrib_list[])</td></tr>
43 <a class="anchor" id="a818bc5829aac77215321b30f85e26e01"></a><!-- doxytag: member="PPB_Graphics3D::Create" ref="a818bc5829aac77215321b30f85e26e01" args=")(PP_Instance instance, PP_Resource share_context, const int32_t attrib_list[])" -->
48 <td class="memname"><a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a>(* <a class="el" href="struct_p_p_b___graphics3_d__1__0.html#a818bc5829aac77215321b30f85e26e01">PPB_Graphics3D::Create</a>)(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance, <a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> share_context, const int32_t attrib_list[])</td>
58 <tr><td class="paramdir">[in]</td><td class="paramname">share_context</td><td>The 3D context with which the created context would share resources. If <code>share_context</code> is not 0, then all shareable data, as defined by the client API (note that for OpenGL and OpenGL ES, shareable data excludes texture objects named 0) will be shared by <code>share_context</code><code>, all other contexts </code><code>share_context</code> already shares with, and the newly created context. An arbitrary number of <code>PPB_Graphics3D</code> can share data in this fashion.</td></tr>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_stable/c/
struct_p_p_b___graphics3_d__1__0.html 16 <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a>(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_b___graphics3_d__1__0.html#a818bc5829aac77215321b30f85e26e01">Create</a> )(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance, <a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> share_context, const int32_t attrib_list[])</td></tr>
43 <a class="anchor" id="a818bc5829aac77215321b30f85e26e01"></a><!-- doxytag: member="PPB_Graphics3D::Create" ref="a818bc5829aac77215321b30f85e26e01" args=")(PP_Instance instance, PP_Resource share_context, const int32_t attrib_list[])" -->
48 <td class="memname"><a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a>(* <a class="el" href="struct_p_p_b___graphics3_d__1__0.html#a818bc5829aac77215321b30f85e26e01">PPB_Graphics3D::Create</a>)(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance, <a class="el" href="group___typedefs.html#gafdc3895ee80f4750d0d95ae1b677e9b7">PP_Resource</a> share_context, const int32_t attrib_list[])</td>
58 <tr><td class="paramdir">[in]</td><td class="paramname">share_context</td><td>The 3D context with which the created context would share resources. If <code>share_context</code> is not 0, then all shareable data, as defined by the client API (note that for OpenGL and OpenGL ES, shareable data excludes texture objects named 0) will be shared by <code>share_context</code><code>, all other contexts </code><code>share_context</code> already shares with, and the newly created context. An arbitrary number of <code>PPB_Graphics3D</code> can share data in this fashion.</td></tr>
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 230 jobject config, jobject share_context, jintArray attrib_list) {
231 if (display == NULL || config == NULL || share_context == NULL
238 EGLContext shr = getContext(_env, share_context);
  /external/chromium_org/native_client_sdk/doc_generated/pepper_beta/cpp/
classpp_1_1_graphics3_d-members.html 19 <tr class="memlist"><td><a class="el" href="classpp_1_1_graphics3_d.html#a53586ebd53025ff6e1e0c4b89e471f68">Graphics3D</a>(const InstanceHandle &amp;instance, const Graphics3D &amp;share_context, const int32_t attrib_list[])</td><td><a class="el" href="classpp_1_1_graphics3_d.html">pp::Graphics3D</a></td><td></td></tr>
classpp_1_1_graphics3_d.html 26 <tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_graphics3_d.html#a53586ebd53025ff6e1e0c4b89e471f68">Graphics3D</a> (const <a class="el" href="classpp_1_1_instance_handle.html">InstanceHandle</a> &amp;instance, const <a class="el" href="classpp_1_1_graphics3_d.html">Graphics3D</a> &amp;share_context, const int32_t attrib_list[])</td></tr>
94 <a class="anchor" id="a53586ebd53025ff6e1e0c4b89e471f68"></a><!-- doxytag: member="pp::Graphics3D::Graphics3D" ref="a53586ebd53025ff6e1e0c4b89e471f68" args="(const InstanceHandle &amp;instance, const Graphics3D &amp;share_context, const int32_t attrib_list[])" -->
108 <td class="paramname"><em>share_context</em>, </td>
130 <tr><td class="paramdir">[in]</td><td class="paramname">share_context</td><td>Specifies the context with which all shareable data will be shared. The shareable data is defined by the client API (note that for OpenGL and OpenGL ES, shareable data excludes texture objects named 0). An arbitrary number of <a class="el" href="classpp_1_1_graphics3_d.html" title="This class represents a 3D rendering context in the browser.">Graphics3D</a> resources can share data in this fashion. </td></tr>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_dev/cpp/
classpp_1_1_graphics3_d-members.html 19 <tr class="memlist"><td><a class="el" href="classpp_1_1_graphics3_d.html#a53586ebd53025ff6e1e0c4b89e471f68">Graphics3D</a>(const InstanceHandle &amp;instance, const Graphics3D &amp;share_context, const int32_t attrib_list[])</td><td><a class="el" href="classpp_1_1_graphics3_d.html">pp::Graphics3D</a></td><td></td></tr>
classpp_1_1_graphics3_d.html 26 <tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_graphics3_d.html#a53586ebd53025ff6e1e0c4b89e471f68">Graphics3D</a> (const <a class="el" href="classpp_1_1_instance_handle.html">InstanceHandle</a> &amp;instance, const <a class="el" href="classpp_1_1_graphics3_d.html">Graphics3D</a> &amp;share_context, const int32_t attrib_list[])</td></tr>
94 <a class="anchor" id="a53586ebd53025ff6e1e0c4b89e471f68"></a><!-- doxytag: member="pp::Graphics3D::Graphics3D" ref="a53586ebd53025ff6e1e0c4b89e471f68" args="(const InstanceHandle &amp;instance, const Graphics3D &amp;share_context, const int32_t attrib_list[])" -->
108 <td class="paramname"><em>share_context</em>, </td>
130 <tr><td class="paramdir">[in]</td><td class="paramname">share_context</td><td>Specifies the context with which all shareable data will be shared. The shareable data is defined by the client API (note that for OpenGL and OpenGL ES, shareable data excludes texture objects named 0). An arbitrary number of <a class="el" href="classpp_1_1_graphics3_d.html" title="This class represents a 3D rendering context in the browser.">Graphics3D</a> resources can share data in this fashion. </td></tr>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_stable/cpp/
classpp_1_1_graphics3_d-members.html 19 <tr class="memlist"><td><a class="el" href="classpp_1_1_graphics3_d.html#a53586ebd53025ff6e1e0c4b89e471f68">Graphics3D</a>(const InstanceHandle &amp;instance, const Graphics3D &amp;share_context, const int32_t attrib_list[])</td><td><a class="el" href="classpp_1_1_graphics3_d.html">pp::Graphics3D</a></td><td></td></tr>
classpp_1_1_graphics3_d.html 26 <tr><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classpp_1_1_graphics3_d.html#a53586ebd53025ff6e1e0c4b89e471f68">Graphics3D</a> (const <a class="el" href="classpp_1_1_instance_handle.html">InstanceHandle</a> &amp;instance, const <a class="el" href="classpp_1_1_graphics3_d.html">Graphics3D</a> &amp;share_context, const int32_t attrib_list[])</td></tr>
94 <a class="anchor" id="a53586ebd53025ff6e1e0c4b89e471f68"></a><!-- doxytag: member="pp::Graphics3D::Graphics3D" ref="a53586ebd53025ff6e1e0c4b89e471f68" args="(const InstanceHandle &amp;instance, const Graphics3D &amp;share_context, const int32_t attrib_list[])" -->
108 <td class="paramname"><em>share_context</em>, </td>
130 <tr><td class="paramdir">[in]</td><td class="paramname">share_context</td><td>Specifies the context with which all shareable data will be shared. The shareable data is defined by the client API (note that for OpenGL and OpenGL ES, shareable data excludes texture objects named 0). An arbitrary number of <a class="el" href="classpp_1_1_graphics3_d.html" title="This class represents a 3D rendering context in the browser.">Graphics3D</a> resources can share data in this fashion. </td></tr>
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 99 EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list);

Completed in 828 milliseconds

12 3 4 5