/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Error.h | 38 operator ErrorT() { return ErrorT(EnumT, mID, mErrorStream.str()); } in operator ErrorT()
|
/third_party/skia/third_party/externals/angle2/src/common/vulkan/ |
H A D | vulkan_icd.cpp | 242 strstr.str().c_str());
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | CallDAG.cpp | 244 std::string errorStr = errorStream.str(); in assignIndicesInternal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGPrinter.cpp | 292 return O.str(); in getGraphNodeLabel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | LazyReexports.cpp | 91 std::string("No callback manager available for ") + T.str(), in createLocalLazyCallThroughManager()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | RemarkStreamer.cpp | 36 Filename(FilenameIn ? Optional<std::string>(FilenameIn->str()) : None) {} in RemarkStreamer()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
H A D | esextcGPUShader5UniformBlocksArrayIndexing.cpp | 189 blockIndex = gl.getUniformBlockIndex(m_program_id, positionBlock.str().c_str()); in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
H A D | esextcTextureBufferParamValueIntToFloatConversion.cpp | 172 return result.str(); in getComputeShaderCode()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | conventions.py | 217 if isinstance(fmt, str):
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | text_to_binary_test.cpp | 124 spvTextToBinary(ScopedContext().context, text.str, text.length, in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_extension_spv_khr_integer_dot_product.cpp | 157 return ss.str(); in AssemblyForCase()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | DrawElementsPerf.cpp | 54 return strstr.str();
|
H A D | VulkanBarriersPerf.cpp | 134 return sout.str(); in story()
|
H A D | BindingPerf.cpp | 92 return strstr.str(); in story()
|
H A D | GenerateMipmapPerf.cpp | 71 return strstr.str(); in story()
|
H A D | FramebufferAttachmentPerfTest.cpp | 53 return strstr.str(); in story()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | shrinker.cpp | 297 consumer_(SPV_MSG_WARNING, nullptr, {}, strstream.str().c_str());
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | basic_block.h | 243 // Pretty-prints |block| to |str|. Returns |str|. 244 std::ostream& operator<<(std::ostream& str, const BasicBlock& block);
|
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
H A D | reducer.cpp | 205 consumer_(SPV_MSG_INFO, nullptr, {}, (stringstream.str().c_str())); in RunPasses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | shrinker.cpp | 297 consumer_(SPV_MSG_WARNING, nullptr, {}, strstream.str().c_str());
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | basic_block.h | 243 // Pretty-prints |block| to |str|. Returns |str|. 244 std::ostream& operator<<(std::ostream& str, const BasicBlock& block);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
H A D | reducer.cpp | 205 consumer_(SPV_MSG_INFO, nullptr, {}, (stringstream.str().c_str())); in RunPasses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | text_to_binary_test.cpp | 124 spvTextToBinary(ScopedContext().context, text.str, text.length, in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_extension_spv_khr_integer_dot_product.cpp | 157 return ss.str(); in AssemblyForCase()
|
/third_party/skia/third_party/externals/markupsafe/ |
H A D | __init__.py | 220 __repr__ = lambda s: str(s.escape(repr(s.obj)))
|