/third_party/skia/modules/skottie/src/ |
H A D | SkottiePriv.h | 154 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 D | RangeSelector.cpp | 363 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 D | bitmaprect.cpp | 81 canvas->drawImageRect(image.get(), srcR, dstR, sampling, &paint, 84 canvas->drawImageRect(image.get(), SkRect::Make(src[i]), dstR, sampling, &paint,
|
H A D | texelsubset.cpp | 99 auto view = std::get<0>(GrMakeCachedBitmapProxyView(rContext, fBitmap, mipmapped)); 132 auto subsetView = std::get<0>(GrMakeCachedBitmapProxyView(rContext, subsetBmp, mipmapped));
|
H A D | drawbitmaprect.cpp | 211 fProc(canvas, fImage.get(), fLargeBitmap, srcRect, dstRect, SkSamplingOptions(), 249 fProc(canvas, bm.asImage().get(), bm, srcRect, dstRect,
|
H A D | imagefromyuvtextures.cpp | 193 return fYUVAImages[index].get(); in getYUVAImage() 254 auto s2 = draw(fReferenceImage.get(), sampling);
|
/third_party/skia/modules/canvaskit/ |
H A D | gm_bindings.cpp | 126 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 D | SkParticleBinding.cpp | 60 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 D | SkottieActivity.java | 99 SkottieView view = mAnimations.get(mInflatedIndex); in populateGrid() 110 SkottieView oldView = mAnimations.get(mInflatedIndex); in inflateView()
|
/third_party/rust/crates/regex/src/ |
H A D | utf8.rs | 24 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 D | runtests.py | 131 args = MAILBOX.get() 266 line = queue.get(timeout=0.01)
|
/third_party/rust/crates/syn/src/ |
H A D | error.rs | 211 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 D | imp.rs | 298 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 D | dominator_tree.cpp | 27 // 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 D | scalar_analysis.h | 127 pretend_equal_[std::get<1>(loop_pair)] = std::get<0>(loop_pair); in AddLoopsToPretendAreTheSame()
|
/third_party/spirv-tools/test/opt/ |
H A D | block_merge_test.cpp | 1244 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 D | pass_remove_duplicates_test.cpp | 66 if (!context_.get()) return std::string(); in RunPass() 72 Pass::Status pass_res = manager.Run(context_.get()); in RunPass()
|
H A D | spread_volatile_semantics_test.cpp | 494 if (!context_.get()) return Pass::Status::Failure; in RunPass() 500 return manager.Run(context_.get()); in RunPass()
|
/third_party/spirv-tools/test/ |
H A D | text_to_binary.control_flow_test.cpp | 85 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 D | vktPipelineEarlyDestroyTests.cpp | 92 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 D | vktProtectedMemImageValidator.cpp | 161 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 D | vktApplicationParametersTests.cpp | 392 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 D | vktSparseResourcesBufferSparseBinding.cpp | 242 &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 D | vktSubgroupsMultipleDispatchesUniformSubgroupSizeTests.cpp | 74 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 D | server.cpp | 149 SendPayloadWithHeader(c.socket.get(), T::Type(), Serialize(data)); in SendResponse() 243 RecvSome(client.socket.get(), client.recvb); in Loop()
|