Home
last modified time | relevance | path

Searched refs:wid (Results 1 - 17 of 17) sorted by relevance

/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/
H A Drosen_context_impl.cpp454 uint64_t wid = windowId++; in CreateWindow() local
456 // printf("impl create window %llu\n",wid); in CreateWindow()
461 vulkanWindows_[wid].surfaceNode_ = RSSurfaceNode::Create(RSSurfaceNodeConfig()); in CreateWindow()
462 vulkanWindows_[wid].surfaceNode_->SetBounds(x, y, width, height); in CreateWindow()
463 displayNode_->AddChild(vulkanWindows_[wid].surfaceNode_, -1); in CreateWindow()
465 std::shared_ptr<RSSurface> rsSurface = RSSurfaceExtractor::ExtractRSSurface(vulkanWindows_[wid].surfaceNode_); in CreateWindow()
467 vulkanWindows_[wid].producer_ = rsSurfaceOhosGl->GetSurface(); in CreateWindow()
469 vulkanWindows_[wid].nativeWindow_ = CreateNativeWindowFromSurface(&vulkanWindows_[wid].producer_); in CreateWindow()
470 NativeWindowHandleOpt(vulkanWindows_[wid] in CreateWindow()
[all...]
/third_party/skia/src/gpu/
H A DGrGpuResource.h114 GrGpuResourceTag(uint32_t pid, uint32_t tid, uint32_t wid, uint32_t fid, const std::string& name) in GrGpuResourceTag()
115 : fPid(pid), fTid(tid), fWid(wid), fFid(fid), fName(name) in GrGpuResourceTag()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fInstancedRenderingTests.cpp556 int wid = dst.getWidth(); in computeReference() local
563 int xStart = instanceNdx * wid / m_numInstances; in computeReference()
564 int xEnd = (instanceNdx + 1) * wid / m_numInstances; in computeReference()
/third_party/alsa-lib/src/pcm/
H A Dpcm_plug.c235 static int check_linear_format(const snd_pcm_format_mask_t *format_mask, int wid, int sgn, int ed) in check_linear_format() argument
238 if (! linear_format_widths[wid - 1]) in check_linear_format()
242 int pw = ((wid + 7) / 8) * 8; in check_linear_format()
245 f = snd_pcm_build_linear_format(wid, pw, sgn, ed); in check_linear_format()
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_widgets.py96 wid = hex(parent.winfo_id())
97 with self.subTest(wid=wid):
98 widget2 = self.create(use=wid)
99 self.assertEqual(widget2['use'], wid)
/third_party/backends/backend/
H A Dsharp.h298 SANE_Byte wid; member
H A Dnec.h292 SANE_Byte wid; member
H A Ds9036.c173 Byte wid; in start_scan() member
180 scsi_start_scan.wid = 0; in start_scan()
317 Byte wid; in set_window() member
H A Dhs2p-scsi.h1278 SANE_Byte wid; /* window identifier is 0 or 1 */ member
H A Dagfafocus.c285 Byte wid; in start_scan() member
293 scsi_start_scan.wid = 0; in start_scan()
449 Byte wid; /* Window ID */ in set_window() member
H A Dcoolscan.c701 coolscan_set_window_param_LS30 (Coolscan_t * s, int wid, int prescan) in coolscan_set_window_param_LS30() argument
711 set_WD_wid (buffer_r, wid); /* window identifier */ in coolscan_set_window_param_LS30()
787 switch(wid) in coolscan_set_window_param_LS30()
862 coolscan_get_window_param_LS30 (Coolscan_t * s, int wid,int prescanok) in coolscan_get_window_param_LS30() argument
876 get_window.cmd[5]= wid; /* window identifier */ in coolscan_get_window_param_LS30()
896 { switch(wid) in coolscan_get_window_param_LS30()
H A Dhs2p-scsi.c1741 SANE_Byte wid[2]; /* scanner supports up to 2 windows */ in trigger_scan() member
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dconvert_test.cc407 const std::string &wid = kWid[wi]; in TYPED_TEST_P() local
423 new_fmt += wid; in TYPED_TEST_P()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DRelativeDateTimeFormatterTest.java813 public TestRelativeDateTimeUnitItem(String locID, int decP, RelativeDateTimeFormatter.Style wid, in TestRelativeDateTimeUnitFormatters()
817 width = wid; in TestRelativeDateTimeUnitFormatters()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DRelativeDateTimeFormatterTest.java810 public TestRelativeDateTimeUnitItem(String locID, int decP, RelativeDateTimeFormatter.Style wid, in TestRelativeDateTimeUnitFormatters()
814 width = wid; in TestRelativeDateTimeUnitFormatters()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo_compute.c620 nir_ssa_def *wid = nir_load_workgroup_id(&b, 32); in create_conversion_shader() local
622 nir_ssa_def *tile = nir_imul(&b, wid, bsize); in create_conversion_shader()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp1685 const int wid = dispatchSizeXY.x(); in getAtomicFuncArgument() local
1700 return (z*wid + x)*hei + y; in getAtomicFuncArgument()

Completed in 36 milliseconds