Home
last modified time | relevance | path

Searched refs:std (Results 12776 - 12800 of 20229) sorted by relevance

1...<<511512513514515516517518519520>>...810

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktNativeObjectsUtil.hpp43 using Extensions = std::vector<vk::VkExtensionProperties>;
64 std::vector<de::MovePtr<vk::wsi::Window>> windows;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalRenderingTestUtil.hpp108 std::ostream& operator<< (std::ostream& str, ConditionalData const& c);
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/
H A Dno_destructor.h25 // const std::string& GetLineSeparator() {
26 // // Forwards to std::string(size_t, char, const Allocator&) constructor.
27 // static const base::NoDestructor<std::string> s(5, '-');
32 // const std::string& GetSessionNonce() {
33 // static const base::NoDestructor<std::string> nonce([] {
34 // std::string s(16);
60 new (storage_) T(std::forward<Args>(args)...); in NoDestructor()
64 // construction from an initializer list, e.g. for std::vector.
66 explicit NoDestructor(T &&x) { new (storage_) T(std::move(x)); } in NoDestructor()
89 // static base::NoDestructor<std
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A DOptional.h7 // Represents a type that may be invalid, similar to std::optional.
40 mValue = std::move(value); in operator =()
49 return std::move(mValue); in release()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DContextEGL.cpp17 const std::shared_ptr<RendererEGL> &renderer, in ContextEGL()
30 mExtState = std::make_unique<ExternalContextState>(); in onMakeCurrent()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DDiagnosticsBase.h89 void report(ID id, const SourceLocation &loc, const std::string &text);
95 virtual void print(ID id, const SourceLocation &loc, const std::string &text) = 0;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DAtomicCounterFunctionHLSL.cpp107 std::stringstream counterName = sh::InitializeStream<std::stringstream>(); in getAtomicCounterNameForBinding()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DCLProgramImpl.h19 using Ptr = std::unique_ptr<CLProgramImpl>;
24 virtual std::string getSource(cl_int &errorCode) const = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DNonRelocatableStringpool.cpp40 std::vector<DwarfStringPoolEntryRef>
42 std::vector<DwarfStringPoolEntryRef> Result; in getEntriesForEmission()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.cpp49 std::vector<FrameData> SortedFrames(Frames.begin(), Frames.end()); in commit()
50 std::sort(SortedFrames.begin(), SortedFrames.end(), in commit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DInjectedSourceStream.cpp25 std::unique_ptr<MappedBlockStream> Stream) in InjectedSourceStream()
26 : Stream(std::move(Stream)) {} in InjectedSourceStream()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayGenerateMipMap.hpp104 std::vector<StorageConfig> m_storage_configs;
142 std::vector<StorageConfig> m_non_filterable_texture_configs;
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTestCase.hpp38 TestCaseGroup(Context& context, const char* name, const char* description, const std::vector<TestNode*>& children);
72 const std::vector<TestNode*>& children) in TestCaseGroup()
/third_party/vk-gl-cts/execserver/
H A DxsPosixTestProcess.hpp53 std::vector<char> m_caseList;
98 std::string m_logFileName;
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_execution_limitations.cpp44 std::string reason; in ValidateExecutionLimitations()
57 std::string reason; in ValidateExecutionLimitations()
/third_party/skia/third_party/externals/spirv-tools/test/fuzzers/
H A Dspvtools_dis_fuzzer.cpp36 std::vector<uint32_t> input; in LLVMFuzzerTestOneInput()
44 std::vector<char> input_str; in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dutils_test.cpp60 auto process = std::string(GetParam().orig_str); in TEST_P()
77 ::testing::ValuesIn(std::vector<SubstringReplacementTestCase>({
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H A Ddispatch.cpp26 std::unique_ptr<angle::Library> &EntryPointsLib() in EntryPointsLib()
28 static angle::base::NoDestructor<std::unique_ptr<angle::Library>> sEntryPointsLib; in EntryPointsLib()
/third_party/skia/src/gpu/
H A DGrContext_Base.cpp17 : fThreadSafeProxy(std::move(proxy)) { in GrContext_Base()
54 const std::string& GrContext_Base::getProcessName() const in getProcessName()
H A DGrStagingBufferManager.h53 : fBuffer(std::move(buffer)) in StagingBuffer()
63 std::vector<StagingBuffer> fBuffers;
H A DGrTransferFromRenderTask.h22 , fSrcProxy(std::move(srcProxy)) in GrTransferFromRenderTask()
26 , fDstBuffer(std::move(dstBuffer)) in GrTransferFromRenderTask()
/third_party/skia/src/gpu/d3d/
H A DGrD3DPipelineStateBuilder.h30 static std::unique_ptr<GrD3DPipelineState> MakePipelineState(GrD3DGpu*,
51 std::unique_ptr<GrD3DPipelineState> finalize();
/third_party/skia/src/codec/
H A DSkBmpStandardCodec.h42 SkBmpStandardCodec(SkEncodedInfo&& info, std::unique_ptr<SkStream> stream,
85 std::unique_ptr<SkSwizzler> fSwizzler;
/third_party/skia/src/gpu/ops/
H A DDashLinePathRenderer.cpp52 GrOp::Owner op = DashOp::MakeDashLineOp(args.fContext, std::move(args.fPaint), in onDrawPath()
58 args.fSurfaceDrawContext->addDrawOp(args.fClip, std::move(op)); in onDrawPath()
/third_party/skia/src/gpu/vk/
H A DGrVkSemaphore.h23 static std::unique_ptr<GrVkSemaphore> Make(GrVkGpu* gpu, bool isOwned);
25 static std::unique_ptr<GrVkSemaphore> MakeWrapped(GrVkGpu*,

Completed in 15 milliseconds

1...<<511512513514515516517518519520>>...810