/third_party/skia/src/gpu/ |
H A D | GrPaint.h | 92 return fColorFragmentProcessor.get(); in getColorFragmentProcessor() 95 return fCoverageFragmentProcessor.get(); in getCoverageFragmentProcessor()
|
/third_party/skia/src/core/ |
H A D | SkFontPriv.h | 26 * we store paths as floats. However, we get the path from the font 96 font.textToGlyphs(text, length, encoding, fStorage.get(), fCount); in SkAutoToGlyphs() 97 fGlyphs = fStorage.get(); in SkAutoToGlyphs()
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnProgramDataManager.cpp | 15 memset(fUniformData.get(), 0, uniformBufferSize); in GrDawnProgramDataManager() 48 gpu->queue().WriteBuffer(slice.fBuffer, slice.fOffset, fUniformData.get(), fUniformSize); in uploadUniformBuffers()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_add_spec_constant_op.cpp | 47 ApplyImpl(clone.get()); in IsApplicable() 48 return fuzzerutil::IsValid(clone.get(), in IsApplicable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_add_spec_constant_op.cpp | 47 ApplyImpl(clone.get()); in IsApplicable() 48 return fuzzerutil::IsValid(clone.get(), in IsApplicable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzzers/ |
H A D | spvtools_fuzz_fuzzer.cpp | 66 spvtools::fuzz::FuzzerContext::GetMinFreshId(ir_context.get()), false); in LLVMFuzzerTestOneInput() 70 spvtools::MakeUnique<spvtools::fuzz::FactManager>(ir_context.get()), in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | redundancy_elimination_test.cpp | 32 // Test that it can get a simple case of local redundancy elimination. 234 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F() 272 EXPECT_EQ(Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F() 275 // Test that it can get a simple case of local redundancy elimination
|
/third_party/skia/third_party/externals/libgifcodec/ |
H A D | SkLibGifCodec.h | 64 return fReader.get(); 95 return fSwizzler.get();
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
H A D | RoundedManchesterEncoder.h | 68 ? mZeroAfterOne.get() 69 : mZeroAfterZero.get();
|
/third_party/skia/third_party/externals/oboe/src/flowgraph/ |
H A D | FlowGraphNode.cpp | 34 frameCount = port.get().pullData(callCount, frameCount); in pullData() 52 port.get().pullReset(); in pullReset()
|
/third_party/skia/tests/ |
H A D | ShaderTest.cpp | 25 // wack these so we don't get a false positive in check_isaimage() 51 check_isaimage(reporter, shader0.get(), W, H, tmx, tmy, localM); in DEF_TEST() 52 check_isaimage(reporter, shader1.get(), W, H, tmx, tmy, localM); in DEF_TEST()
|
H A D | PDFTaggedLinkTest.cpp | 52 metadata.fStructureElementTreeRoot = root.get(); in DEF_TEST() 71 SkAnnotateRectWithURL(canvas, linkRect, url.get()); in DEF_TEST()
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLChildCall.cpp | 46 const Type* half4 = context.fTypes.fHalf4.get(); in call_signature_is_valid() 47 const Type* float2 = context.fTypes.fFloat2.get(); in call_signature_is_valid()
|
/third_party/skia/src/utils/ |
H A D | SkTextUtils.cpp | 31 font.getPos(ag.glyphs(), ag.count(), pos.get(), {x, y}); in GetPath() 36 } rec = { path, pos.get() }; in GetPath()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
H A D | BrotliInputStream.java | 68 return decoder.buffer.get() & 0xFF; in read() 87 decoder.buffer.get(b, off, limit); in read()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | EscapeEnumerator.cpp | 26 FunctionType::get(Type::getInt32Ty(C), true)); in getDefaultPersonalityFn() 69 Type *ExnTy = StructType::get(Type::getInt8PtrTy(C), Type::getInt32Ty(C)); in Next()
|
H A D | NameAnonGlobals.cpp | 34 std::string &get() { in get() function in __anon25229::ModuleHasher 72 GV.setName(Twine("anon.") + ModuleHash.get() + "." + Twine(count++)); in nameUnamedGlobals()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | blockingcall.h | 36 auto scheduler = Scheduler::get(); in call() 61 auto scheduler = Scheduler::get(); in call()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCExpandPseudos.cpp | 65 BuildMI(*SI.getParent(), SI, SI.getDebugLoc(), TII->get(AddOpc), AddrReg) in ExpandStore() 69 TII->get(getMappedOp(SI.getOpcode()))) in ExpandStore()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXFrameLowering.cpp | 56 MF.getSubtarget().getInstrInfo()->get(CvtaLocalOpcode), in emitPrologue() 60 BuildMI(MBB, MI, dl, MF.getSubtarget().getInstrInfo()->get(MovDepotOpcode), in emitPrologue()
|
H A D | NVPTXLowerAlloca.cpp | 74 auto LocalAddrTy = PointerType::get(ETy, ADDRESS_SPACE_LOCAL); in runOnFunction() 76 auto GenericAddrTy = PointerType::get(ETy, ADDRESS_SPACE_GENERIC); in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FixupSetCC.cpp | 109 BuildMI(MBB, FlagsDefMI, MI.getDebugLoc(), TII->get(X86::MOV32r0), in runOnMachineFunction() 115 TII->get(X86::INSERT_SUBREG), InsertReg) in runOnMachineFunction()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | resbund.h | 93 * @param locale This is the locale this resource bundle is for. To get resources 376 get(int32_t index, 401 get(const char* key,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | IteratedDominanceFrontier.h | 31 ChildrenTy get(const NodeRef &N); 66 ChildrenGetterTy<BasicBlock, IsPostDom>::get(const NodeRef &N) { in get() function in llvm::IDFCalculatorDetail::ChildrenGetterTy
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GISelKnownBits.h | 89 /// KnownBitsInfo &Info = getAnalysis<GISelKnownBitsInfoAnalysis>().get(MF); 104 GISelKnownBits &get(MachineFunction &MF) { in get() function in llvm::GISelKnownBitsAnalysis 107 return *Info.get(); in get()
|