Home
last modified time | relevance | path

Searched refs:get (Results 6626 - 6650 of 11931) sorted by relevance

1...<<261262263264265266267268269270>>...478

/third_party/skia/modules/skottie/src/
H A DSkottiePriv.h154 auto observer = builder->fPropertyObserver.get(); in AutoPropertyTracker()
223 const sk_sp<SkFontMgr>& get() { in get() function
/third_party/skia/modules/skottie/src/text/
H A DRangeSelector.cpp363 auto r0 = std::get<0>(range), in modulateCoverage()
364 len = std::max(std::get<1>(range) - r0, std::numeric_limits<float>::epsilon()); in modulateCoverage()
/third_party/skia/gm/
H A Dbitmaprect.cpp81 canvas->drawImageRect(image.get(), srcR, dstR, sampling, &paint,
84 canvas->drawImageRect(image.get(), SkRect::Make(src[i]), dstR, sampling, &paint,
H A Dtexelsubset.cpp99 auto view = std::get<0>(GrMakeCachedBitmapProxyView(rContext, fBitmap, mipmapped));
132 auto subsetView = std::get<0>(GrMakeCachedBitmapProxyView(rContext, subsetBmp, mipmapped));
H A Ddrawbitmaprect.cpp211 fProc(canvas, fImage.get(), fLargeBitmap, srcRect, dstRect, SkSamplingOptions(),
249 fProc(canvas, bm.asImage().get(), bm, srcRect, dstRect,
H A Dimagefromyuvtextures.cpp193 return fYUVAImages[index].get(); in getYUVAImage()
254 auto s2 = draw(fReferenceImage.get(), sampling);
/third_party/skia/modules/canvaskit/
H A Dgm_bindings.cpp126 sk_sp<SkSurface> surface(SkSurface::MakeRenderTarget(ctx.get(), in RunGM()
140 auto gpuSetupResult = gm->gpuSetup(ctx.get(), canvas, &msg); in RunGM()
165 // Now we need to encode to PNG and get the md5 hash of the pixels (and colorspace and stuff). in RunGM()
303 // Sync so any release/finished procs get called. in RunWithGPUTestContexts()
/third_party/skia/modules/particles/src/
H A DSkParticleBinding.cpp60 outTypes[0] = fCompiler.context().fTypes.fFloat.get();
178 outTypes[0] = fCompiler.context().fTypes.fFloat2.get();
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
H A DSkottieActivity.java99 SkottieView view = mAnimations.get(mInflatedIndex); in populateGrid()
110 SkottieView oldView = mAnimations.get(mInflatedIndex); in inflateView()
/third_party/rust/crates/regex/src/
H A Dutf8.rs24 let b = match text.get(i) { in next_utf8()
52 let b0 = match src.get(0) { in decode_utf8()
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/
H A Druntests.py131 args = MAILBOX.get()
266 line = queue.get(timeout=0.01)
/third_party/rust/crates/syn/src/
H A Derror.rs211 let SpanRange { start, end } = match self.messages[0].span.get() { in span()
277 let (start, end) = match self.span.get() { in to_compile_error()
/third_party/rust/crates/regex/src/literal/
H A Dimp.rs298 if let Some(&b) = lit.get(0) { in prefixes()
315 if let Some(&b) = lit.get(lit.len().checked_sub(1).unwrap()) { in suffixes()
/third_party/spirv-tools/source/opt/
H A Ddominator_tree.cpp27 // 2 - Using the CFA::DepthFirstTraversal get a depth first postordered list of
83 // Small type trait to get the function class type.
91 // interface to get the successor and predecessor lists for each basic
189 successors_[placeholder_start_node].push_back(f.entry().get()); in CreateSuccessorMap()
190 predecessors_[f.entry().get()].push_back( in CreateSuccessorMap()
297 // nodes by providing an interface to get a list of successor nodes from any in GetDominatorEdges()
H A Dscalar_analysis.h127 pretend_equal_[std::get<1>(loop_pair)] = std::get<0>(loop_pair); in AddLoopsToPretendAreTheSame()
/third_party/spirv-tools/test/opt/
H A Dblock_merge_test.cpp1244 EXPECT_EQ(opt::Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
1287 EXPECT_EQ(opt::Pass::Status::SuccessWithoutChange, std::get<1>(result)); in TEST_F()
H A Dpass_remove_duplicates_test.cpp66 if (!context_.get()) return std::string(); in RunPass()
72 Pass::Status pass_res = manager.Run(context_.get()); in RunPass()
H A Dspread_volatile_semantics_test.cpp494 if (!context_.get()) return Pass::Status::Failure; in RunPass()
500 return manager.Run(context_.get()); in RunPass()
/third_party/spirv-tools/test/
H A Dtext_to_binary.control_flow_test.cpp85 const auto ctrl = std::get<1>(GetParam()); in TEST_P()
89 EXPECT_THAT(CompiledInstructions(input.str(), std::get<0>(GetParam())), in TEST_P()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineEarlyDestroyTests.cpp92 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("color_vert"), 0)); in testEarlyDestroy()
93 const Unique<VkShaderModule> fragmentShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("color_frag"), 0)); in testEarlyDestroy()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemImageValidator.cpp161 vk::Unique<vk::VkShaderModule> resetSSBOShader (vk::createShaderModule(vk, device, ctx.getBinaryCollection().get("ResetSSBO"), 0)); in validateImage()
162 vk::Unique<vk::VkShaderModule> validatorShader (vk::createShaderModule(vk, device, ctx.getBinaryCollection().get("ImageValidator"), 0)); in validateImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktApplicationParametersTests.cpp392 addFunctionCase(createGroup.get(), tests[testIdx].name, "", checkSupport, createInstanceTest, testParams); in createApplicationParametersTests()
394 addFunctionCase(createGroup.get(), tests[testIdx].name, "", checkSupport, createDeviceTest, testParams); in createApplicationParametersTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesBufferSparseBinding.cpp242 &bufferMemoryBindSemaphore.get() //const VkSemaphore* pSignalSemaphores; in iterate()
328 submitCommandsAndWait(deviceInterface, getDevice(), computeQueue.queueHandle, *commandBuffer, 1u, &bufferMemoryBindSemaphore.get(), in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsMultipleDispatchesUniformSubgroupSizeTests.cpp74 Move<VkShaderModule> computeShader = createShaderModule (vk, device, m_context.getBinaryCollection().get("comp"), 0u); in iterate()
168 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *computePipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, nullptr); in iterate()
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A Dserver.cpp149 SendPayloadWithHeader(c.socket.get(), T::Type(), Serialize(data)); in SendResponse()
243 RecvSome(client.socket.get(), client.recvb); in Loop()

Completed in 21 milliseconds

1...<<261262263264265266267268269270>>...478