/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/ |
H A D | rosen_context_impl.cpp | 454 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 D | GrGpuResource.h | 114 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 D | es3fInstancedRenderingTests.cpp | 556 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 D | pcm_plug.c | 235 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 D | test_widgets.py | 96 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 D | sharp.h | 298 SANE_Byte wid; member
|
H A D | nec.h | 292 SANE_Byte wid; member
|
H A D | s9036.c | 173 Byte wid; in start_scan() member 180 scsi_start_scan.wid = 0; in start_scan() 317 Byte wid; in set_window() member
|
H A D | hs2p-scsi.h | 1278 SANE_Byte wid; /* window identifier is 0 or 1 */ member
|
H A D | agfafocus.c | 285 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 D | coolscan.c | 701 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 D | hs2p-scsi.c | 1741 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 D | convert_test.cc | 407 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 D | RelativeDateTimeFormatterTest.java | 813 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 D | RelativeDateTimeFormatterTest.java | 810 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 D | st_pbo_compute.c | 620 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 D | es31fShaderImageLoadStoreTests.cpp | 1685 const int wid = dispatchSizeXY.x(); in getAtomicFuncArgument() local 1700 return (z*wid + x)*hei + y; in getAtomicFuncArgument()
|