Home
last modified time | relevance | path

Searched refs:substr (Results 776 - 800 of 2219) sorted by relevance

1...<<31323334353637383940>>...89

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolPerformanceTests.cpp82 result += (symbolsInPart >= partString.size()) ? partString : partString.substr(partString.size() - symbolsInPart); in uuidToHex()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessVertexAccessTests.cpp1262 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, de::toLower(formatName.substr(10)).c_str()));
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp1067 << "_" << de::toLower(getFormatName(resource.imageFormat)).substr(10); in getResourceName()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationMiscDrawTests.cpp972 return de::toLower(nameStr.substr(prefixLen)); in getDomainOriginName()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp1261 const std::string prefix = de::toLower(std::string(getFormatName(formats[formatNdx])).substr(10)); in create2DFormatTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrStorageImageWriteTests.cpp744 std::string formatName = de::toLower(de::toString(format).substr(10));
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp1295 const std::string fmtName = de::toLower(std::string(getFormatName(testFormats[formatIdx])).substr(skip)); in createBufferViewAccessTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateComputeTests.cpp1079 return de::toLower(fullName.substr(prefixLen)); in getDynamicStateBriefName()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DProgramGL.cpp1023 fullNameStr << uniform.mappedName.substr(0, uniform.mappedName.length() - 3); in postLink()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp188 Data = Data.substr(C->Offset, C->Length); in DWARFUnit()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DTracePerfTest.cpp73 os << params.backendAndStory().substr(1); in operator <<()
/third_party/skia/src/sksl/ir/
H A DSkSLFunctionCall.cpp916 "::" + functions[0]->name().substr(1) + "("; in Convert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h472 return getBlock().getContent().substr(Offset, Size);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstants.h666 return Str.substr(0, Str.size()-1); in getAsCString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProfReader.cpp160 StringRef Str = (Line)->substr(1);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp498 StringRef Res = mangledName.substr(0, Len);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp677 StringRef Name = Inc->getName()->getName().substr(NamePrefix.size()); in getVarName()
/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc386 std::string dir = name.substr(0, slash_pos); in CreateTempFile()
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectsource.cc1149 return formatted.substr(1); in FormatNanos()
/third_party/spirv-tools/source/opt/
H A Doptimizer.cpp271 } else if (flag.size() > 2 && flag.substr(0, 2) == "--") { in FlagHasValidForm()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/
H A DvktModifiersTests.cpp93 return de::toLower(de::toString(getFormatStr(format)).substr(10)); in getFormatCaseName()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSamplerBorderSwizzleTests.cpp1305 const std::string formatName = de::toLower(std::string(getFormatName(format)).substr(skip)); in createSamplerBorderSwizzleTests()
H A DvktPipelineStencilTests.cpp930 return de::toLower(fullName.substr(10)); in getFormatCaseName()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolPerformanceTests.cpp82 result += (symbolsInPart >= partString.size()) ? partString : partString.substr(partString.size() - symbolsInPart); in uuidToHex()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessBufferAccessTests.cpp1670 de::MovePtr<tcu::TestCaseGroup> formatTests (new tcu::TestCaseGroup(testCtx, de::toLower(formatName.substr(10)).c_str(), ""));

Completed in 47 milliseconds

1...<<31323334353637383940>>...89