/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktNativeObjectsUtil.hpp | 43 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 D | vktConditionalRenderingTestUtil.hpp | 108 std::ostream& operator<< (std::ostream& str, ConditionalData const& c);
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/ |
H A D | no_destructor.h | 25 // 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 D | Optional.h | 7 // 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 D | ContextEGL.cpp | 17 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 D | DiagnosticsBase.h | 89 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 D | AtomicCounterFunctionHLSL.cpp | 107 std::stringstream counterName = sh::InitializeStream<std::stringstream>(); in getAtomicCounterNameForBinding()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | CLProgramImpl.h | 19 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 D | NonRelocatableStringpool.cpp | 40 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 D | DebugFrameDataSubsection.cpp | 49 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 D | InjectedSourceStream.cpp | 25 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 D | esextcTextureCubeMapArrayGenerateMipMap.hpp | 104 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 D | glcTestCase.hpp | 38 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 D | xsPosixTestProcess.hpp | 53 std::vector<char> m_caseList; 98 std::string m_logFileName;
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_execution_limitations.cpp | 44 std::string reason; in ValidateExecutionLimitations() 57 std::string reason; in ValidateExecutionLimitations()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzzers/ |
H A D | spvtools_dis_fuzzer.cpp | 36 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 D | utils_test.cpp | 60 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 D | dispatch.cpp | 26 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 D | GrContext_Base.cpp | 17 : fThreadSafeProxy(std::move(proxy)) { in GrContext_Base() 54 const std::string& GrContext_Base::getProcessName() const in getProcessName()
|
H A D | GrStagingBufferManager.h | 53 : fBuffer(std::move(buffer)) in StagingBuffer() 63 std::vector<StagingBuffer> fBuffers;
|
H A D | GrTransferFromRenderTask.h | 22 , fSrcProxy(std::move(srcProxy)) in GrTransferFromRenderTask() 26 , fDstBuffer(std::move(dstBuffer)) in GrTransferFromRenderTask()
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DPipelineStateBuilder.h | 30 static std::unique_ptr<GrD3DPipelineState> MakePipelineState(GrD3DGpu*, 51 std::unique_ptr<GrD3DPipelineState> finalize();
|
/third_party/skia/src/codec/ |
H A D | SkBmpStandardCodec.h | 42 SkBmpStandardCodec(SkEncodedInfo&& info, std::unique_ptr<SkStream> stream, 85 std::unique_ptr<SkSwizzler> fSwizzler;
|
/third_party/skia/src/gpu/ops/ |
H A D | DashLinePathRenderer.cpp | 52 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 D | GrVkSemaphore.h | 23 static std::unique_ptr<GrVkSemaphore> Make(GrVkGpu* gpu, bool isOwned); 25 static std::unique_ptr<GrVkSemaphore> MakeWrapped(GrVkGpu*,
|