Home
last modified time | relevance | path

Searched refs:get (Results 3101 - 3125 of 15658) sorted by relevance

1...<<121122123124125126127128129130>>...627

/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
H A Dspace_test.cpp67 str.push_back(std::get<0>(GetParam())); in TEST_P()
68 str.push_back(std::get<1>(GetParam())); in TEST_P()
69 str.push_back(std::get<2>(GetParam())); in TEST_P()
/third_party/skia/samplecode/
H A DSample.cpp79 dispatch(fClick.get()); in mouse()
87 return dispatch(fClick.get()); in mouse()
96 bool result = dispatch(fClick.get()); in mouse()
126 // need to explicitly declare this, or we get some weird infinite loop llist
H A DSampleSG.cpp46 sc->fDraw = d.get(); in appendNode()
47 sc->fGeo = g.get(); in appendNode()
48 sc->fPaint = p.get(); in appendNode()
H A DSampleAnimatedImage.cpp56 canvas->drawDrawable(fImage.get());
57 canvas->drawDrawable(fDrawable.get(), fImage->getBounds().width(), 0);
96 canvas->drawDrawable(fImage.get());
/third_party/skia/src/gpu/dawn/
H A DGrDawnBuffer.cpp67 fStagingBuffer = static_cast<GrDawnBuffer*>(slice.fBuffer)->get(); in onMap()
72 // async map callback to know when it is safe to reuse them. Thus by the time we get here in onMap()
108 buffer->setMapPtr(const_cast<void*>(buffer->get().GetConstMappedRange())); in callback_read()
113 buffer->setMapPtr(buffer->get().GetMappedRange()); in callback_write()
/third_party/skia/src/effects/imagefilters/
H A DSkComposeImageFilter.cpp20 SkASSERT(inputs[0].get()); in SkComposeImageFilter()
21 SkASSERT(inputs[1].get()); in SkComposeImageFilter()
98 // get the results of the inner DAG. Overriding the source image of the context has the correct in onFilterImage()
101 inner.get()); in onFilterImage()
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cfg.hpp66 int v = itr->second.get(); in get_visit_order()
112 int &get() in get() function
117 const int &get() const in get() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dunify_const_pass.cpp46 auto* node = root_.get(); in LookupEquivalentResultFor()
76 .first->second.get(); in GetOrCreateTrieNodeFor()
78 return iter->second.get(); in GetOrCreateTrieNodeFor()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dunify_const_pass.cpp46 auto* node = root_.get(); in LookupEquivalentResultFor()
76 .first->second.get(); in GetOrCreateTrieNodeFor()
78 return iter->second.get(); in GetOrCreateTrieNodeFor()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dfuzzer_pass_add_opphi_synonyms_test.cpp127 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
130 MakeUnique<FactManager>(context.get()), validator_options); in TEST()
135 FuzzerPassAddOpPhiSynonyms fuzzer_pass(context.get(), &transformation_context, in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dprivate_to_local_test.cpp204 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
238 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
452 EXPECT_EQ(Pass::Status::Failure, std::get<1>(result)); in TEST_F()
/third_party/skia/src/ports/
H A DSkFontMgr_custom_embedded.cpp70 return families[i].get(); in find_family()
81 if (!scanner.recognizedFont(stream.get(), &numFaces)) { in load_font_from_data()
90 if (!scanner.scanFont(stream.get(), faceIndex, in load_font_from_data()
H A DSkFontMgr_custom_directory.cpp39 return families[i].get(); in find_family()
61 if (!scanner.recognizedFont(stream.get(), &numFaces)) { in load_directory_fonts()
70 if (!scanner.scanFont(stream.get(), faceIndex, in load_directory_fonts()
/third_party/skia/src/utils/win/
H A DSkDWrite.cpp40 HRVM(hr, "Could not get DWriteCreateFactory proc."); in create_dwrite_factory()
65 "Could not get length for wchar to utf-8 conversion."); in sk_cstring_to_wchar()
68 wlen = MultiByteToWideChar(CP_UTF8, 0, skname, -1, name->get(), wlen); in sk_cstring_to_wchar()
84 "Could not get length for utf-8 to wchar conversion."); in sk_wchar_to_skstring()
111 HRM(names->GetStringLength(nameIndex, &nameLen), "Could not get name length."); in sk_get_locale_string()
114 HRM(names->GetString(nameIndex, name.get(), nameLen + 1), "Could not get string."); in sk_get_locale_string()
116 HR(sk_wchar_to_skstring(name.get(), nameLen, skname)); in sk_get_locale_string()
/third_party/skia/tests/
H A DColorFilterTest.cpp31 wb.writeToMemory(storage.get()); in reincarnate_colorfilter()
33 SkReadBuffer rb(storage.get(), size); in reincarnate_colorfilter()
47 // ensure we always get a filter, by avoiding the possibility of a in DEF_TEST()
85 auto cf2 = reincarnate_colorfilter(cf.get()); in DEF_TEST()
/third_party/skia/third_party/externals/dawn/src/tests/
H A DParamGenerator.h37 return ParamStruct(std::get<Is>(params)[std::get<Is>(index)]...); in GetParam()
43 return Index{std::get<Is>(params).size() - 1 ...}; in GetLastIndex()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-plan.hh154 hb_codepoint_t old_gid = codepoint_to_glyph->get (codepoint); in new_gid_for_codepoint()
164 hb_codepoint_t gid = glyph_map->get (old_gid); in new_gid_for_old_gid()
175 hb_codepoint_t gid = reverse_glyph_map->get (new_gid); in old_gid_for_new_gid()
/third_party/python/Lib/xml/etree/
H A DElementInclude.py138 href = e.get("href")
141 parse = e.get("parse", "xml")
161 text = loader(href, parse, e.get("encoding"))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DUse.h107 Value *get() const { return Val; } in get() function in llvm::Use
168 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); } in getSimplifiedValue()
173 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); } in getSimplifiedValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DGuardUtils.cpp96 WidenableBR->setCondition(B.CreateAnd(NewCond, WC->get())); in widenWidenableBranch()
100 C->set(B.CreateAnd(NewCond, C->get())); in widenWidenableBranch()
117 WidenableBR->setCondition(B.CreateAnd(NewCond, WC->get())); in setWidenableBranchCond()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUUnifyMetadata.cpp99 if (std::find(All.begin(), All.end(), Op.get()) == All.end()) in unifyExtensionMD()
100 All.push_back(Op.get()); in unifyExtensionMD()
105 NamedMD->addOperand(MDNode::get(M.getContext(), MD)); in unifyExtensionMD()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFRegisterInfo.cpp68 /* try harder to get some debug loc */ in eliminateFrameIndex()
90 BuildMI(MBB, ++II, DL, TII.get(BPF::ADD_ri), reg) in eliminateFrameIndex()
110 BuildMI(MBB, ++II, DL, TII.get(BPF::MOV_rr), reg) in eliminateFrameIndex()
112 BuildMI(MBB, II, DL, TII.get(BPF::ADD_ri), reg) in eliminateFrameIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonSplitConst32AndConst64.cpp82 BuildMI(B, MI, DL, TII->get(Hexagon::A2_tfrsi), DestReg) in runOnMachineFunction()
95 BuildMI(B, MI, DL, TII->get(Hexagon::A2_tfrsi), DestLo) in runOnMachineFunction()
97 BuildMI(B, MI, DL, TII->get(Hexagon::A2_tfrsi), DestHi) in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DLeonPasses.cpp53 BuildMI(MBB, NMBBI, DL, TII.get(SP::NOP)); in runOnMachineFunction()
145 BuildMI(MBB, MBBI, DL, TII.get(SP::NOP)); in runOnMachineFunction()
149 BuildMI(MBB, NMBBI, DL, TII.get(SP::NOP)); in runOnMachineFunction()
/third_party/skia/third_party/externals/tint/src/
H A Dblock_allocator.h67 T* operator*() const { return it_->get(); } in operator *()
97 T* operator*() const { return it_->get(); } in operator *()
156 auto* ptr = uptr.get(); in Create()

Completed in 14 milliseconds

1...<<121122123124125126127128129130>>...627