HomeSort by relevance Sort by last modified time
    Searched defs:share (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/glx/
create_context.c 43 struct glx_context *const share = (struct glx_context *) share_context; local
78 gc = psc->vtable->create_context_attribs(psc, cfg, share, num_attribs,
85 gc = applegl_create_context(psc, cfg, share, 0);
87 gc = indirect_create_context(psc, cfg, share, 0);
92 gc->share_xid = (share != NULL) ? share->xid : 0;
glxcmds.c 1432 XID share; local
    [all...]
  /external/mesa3d/src/glx/
create_context.c 43 struct glx_context *const share = (struct glx_context *) share_context; local
78 gc = psc->vtable->create_context_attribs(psc, cfg, share, num_attribs,
85 gc = applegl_create_context(psc, cfg, share, 0);
87 gc = indirect_create_context(psc, cfg, share, 0);
92 gc->share_xid = (share != NULL) ? share->xid : 0;
glxcmds.c 1432 XID share; local
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderContext.cpp 36 EGLContext share = EGL_NO_CONTEXT; local
38 share = p_shareContext->getEGLContext();
52 fbconf->getEGLConfig(), share,
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
ShareMockupAction.java 73 Intent share = new Intent(Intent.ACTION_SEND); local
74 share.setType("image/png");
75 share.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(f.getAbsoluteFile()));
76 activity.startActivity(Intent.createChooser(share, title));
  /external/chromium_org/third_party/mesa/src/src/glx/tests/
create_context_unittest.cpp 226 GLXContext share = local
230 ASSERT_NE((GLXContext) 0, share);
232 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, share,
235 struct glx_context *glx_ctx = (struct glx_context *) share;
396 struct glx_context *share = (struct glx_context *) first; local
398 EXPECT_EQ(share->xid, ctx->share_xid);
  /external/mesa3d/src/glx/tests/
create_context_unittest.cpp 226 GLXContext share = local
230 ASSERT_NE((GLXContext) 0, share);
232 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, share,
235 struct glx_context *glx_ctx = (struct glx_context *) share;
396 struct glx_context *share = (struct glx_context *) first; local
398 EXPECT_EQ(share->xid, ctx->share_xid);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBatch.java 83 * Called to notify when a share is added into the batch
89 * Called to notify when a share is deleted from the batch
119 * Add one share into the batch.
133 * Delete one share from the batch. Not used now.
135 /*It should only be called under requirement that cancel one single share, but not to
155 * 2) Go through mShares list and mark all incomplete share as CANCELED status
180 /** check if a specific share is in this batch */
206 * @return BluetoothOppShareInfo, for the first pending share, or null if
211 BluetoothOppShareInfo share = mShares.get(i); local
212 if (share.mStatus == BluetoothShare.STATUS_PENDING)
    [all...]
  /external/chromium_org/sync/internal_api/test/
fake_sync_manager.cc 99 UserShare* share = test_user_share_.user_share(); local
102 TestUserShare::CreateRoot(it.Get(), share);
167 UserShare* share = GetUserShare(); local
168 share->directory->PurgeEntriesWithTypeIn(to_purge,
174 TestUserShare::CreateRoot(it.Get(), share);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 240 double share; local
244 share = 1.0;
246 share = sum / numTargets;
248 String value = formatFloatAttribute((float) share);
    [all...]
  /external/chromium_org/chrome/installer/util/
user_experiment.cc 78 DWORD share = FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE; local
79 base::win::ScopedHandle file(::CreateFileW(path, 0, share, NULL,
  /external/clang/test/SemaTemplate/
friend-template.cpp 253 future<void> share; member in struct:RedeclUnrelated::S
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nlm_prot.h 134 nlm_share share; member in struct:nlm_shareargs
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nlm_prot.h 134 nlm_share share; member in struct:nlm_shareargs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nlm_prot.h 134 nlm_share share; member in struct:nlm_shareargs
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 464 EGLContext share = share_context; local
465 if (share) share = ((EGLWrapperContext *)share_context)->aglContext;
491 EGLContext ctx = getDispatch()->eglCreateContext(dpy, config, share, attrib);
  /external/chromium/chrome/browser/sync/engine/
syncapi_unittest.cc 80 int64 MakeNode(UserShare* share,
83 WriteTransaction trans(share);
94 int64 MakeFolder(UserShare* share,
97 WriteTransaction trans(share);
108 int64 MakeNodeWithParent(UserShare* share,
112 WriteTransaction trans(share);
123 int64 MakeFolderWithParent(UserShare* share,
127 WriteTransaction trans(share);
139 int64 MakeServerNodeForType(UserShare* share,
143 syncable::ScopedDirLookup dir(share->dir_manager.get(), share->name)
716 UserShare* share = sync_manager_.GetUserShare(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglapi.c 421 _EGLContext *share = _eglLookupContext(share_list, disp); local
434 if (!share && share_list != EGL_NO_CONTEXT)
437 context = drv->API.CreateContext(drv, disp, conf, share, attrib_list);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast.c 712 struct dri_context *share = (struct dri_context *)sharedContextPrivate; local
752 if (share) {
753 sharedCtx = &share->Base;
  /external/llvm/lib/Analysis/
ProfileInfo.cpp 608 double share; local
613 share = inWeight/outMissing.size();
619 share = 0;
629 setEdgeWeight(*ei,share);
    [all...]
  /external/mesa3d/src/egl/main/
eglapi.c 421 _EGLContext *share = _eglLookupContext(share_list, disp); local
434 if (!share && share_list != EGL_NO_CONTEXT)
437 context = drv->API.CreateContext(drv, disp, conf, share, attrib_list);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 712 struct dri_context *share = (struct dri_context *)sharedContextPrivate; local
752 if (share) {
753 sharedCtx = &share->Base;
  /external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
st_api.h 386 boolean (*share)(struct st_context_iface *stctxi, member in struct:st_context_iface
  /external/mesa3d/src/gallium/include/state_tracker/
st_api.h 386 boolean (*share)(struct st_context_iface *stctxi, member in struct:st_context_iface

Completed in 797 milliseconds

1 2