Home
last modified time | relevance | path

Searched refs:SetLabel (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DLabelTests.cpp43 bindGroup.SetLabel(label.c_str()); in TEST_F()
75 bindGroupLayout.SetLabel(label.c_str()); in TEST_F()
106 buffer.SetLabel(label.c_str()); in TEST_F()
137 commandBuffer.SetLabel(label.c_str()); in TEST_F()
167 encoder.SetLabel(label.c_str()); in TEST_F()
199 encoder.SetLabel(label.c_str()); in TEST_F()
244 externalTexture.SetLabel(label.c_str()); in TEST_F()
277 pipelineLayout.SetLabel(label.c_str()); in TEST_F()
308 querySet.SetLabel(label.c_str()); in TEST_F()
340 encoder.SetLabel(labe in TEST_F()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dformat_benchmark.cc37 state.SetLabel(fmt); in BM_Format_FormatTime()
51 state.SetLabel(fmt); in BM_Format_ParseTime()
H A Dduration_benchmark.cc414 state.SetLabel(s); in BM_Duration_FormatDuration()
425 state.SetLabel(s); in BM_Duration_ParseDuration()
/third_party/benchmark/test/
H A Dregister_benchmark_test.cc84 st.SetLabel(label); in BM_extra_args()
135 st.SetLabel(x); in TestRegistrationAtRuntime()
H A Dbenchmark_test.cc61 state.SetLabel(ss.str()); in BM_Factorial()
71 state.SetLabel(ss.str()); in BM_CalculatePiRange()
H A Dreporter_output_test.cc160 state.SetLabel("some label"); in BM_label()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLDebugTest.cpp152 TEST_P(EGLDebugTest, SetLabel) in TEST_P()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dcctz_benchmark.cc1005 state.SetLabel(fmt); in BM_Format_FormatTime()
1018 state.SetLabel(fmt); in BM_Format_ParseTime()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDestroyTests.cpp166 buffer.SetLabel(label.c_str()); in TEST_P()
H A DDeviceLostTests.cpp521 buffer.SetLabel(label.c_str()); in TEST_P()
/third_party/benchmark/bindings/python/google_benchmark/
H A Dbenchmark.cc169 .def("set_label", &State::SetLabel) in NB_MODULE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCStreamer.cpp1036 MCSymbol *SetLabel = Context.createTempSymbol("set", true); in emitAbsoluteSymbolDiff() local
1037 EmitAssignment(SetLabel, Diff); in emitAbsoluteSymbolDiff()
1038 EmitSymbolValue(SetLabel, Size); in emitAbsoluteSymbolDiff()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_benchmark.cc184 state.SetLabel(absl::StrFormat("load_factor=%.2f", t.load_factor())); in BM_CacheInSteadyState()
/third_party/benchmark/src/
H A Dbenchmark.cc288 void State::SetLabel(const std::string& label) { in SetLabel() function in benchmark::State
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector_benchmark.cc248 state.SetLabel(absl::StrCat("sz=", size)); in BM_Sizeof()
/third_party/benchmark/include/benchmark/
H A Dbenchmark.h896 // state.SetLabel(StrFormat("compress:%.1f%%", 100.0*compression));
902 void SetLabel(const std::string& label);

Completed in 18 milliseconds