Searched refs:kFormats (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
D | format_benchmark.cc | 24 const char* const kFormats[] = { variable 32 const int kNumFormats = sizeof(kFormats) / sizeof(kFormats[0]); 36 const std::string fmt = kFormats[state.range(0)]; in BM_Format_FormatTime() 50 const std::string fmt = kFormats[state.range(0)]; in BM_Format_ParseTime()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
D | cctz_benchmark.cc | 993 const char* const kFormats[] = { variable 1001 const int kNumFormats = sizeof(kFormats) / sizeof(kFormats[0]); 1004 const std::string fmt = kFormats[state.range(0)]; in BM_Format_FormatTime() 1017 const std::string fmt = kFormats[state.range(0)]; in BM_Format_ParseTime()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineStencilExportTests.cpp | 612 } kFormats[] = in createStencilExportTests() local 627 for (int fmtIdx = 0; fmtIdx < DE_LENGTH_OF_ARRAY(kFormats); ++fmtIdx) in createStencilExportTests() 629 params.stencilFormat = kFormats[fmtIdx].format; in createStencilExportTests() 630 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, kFormats[fmtIdx].name… in createStencilExportTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineStencilExportTests.cpp | 612 } kFormats[] = in createStencilExportTests() local 627 for (int fmtIdx = 0; fmtIdx < DE_LENGTH_OF_ARRAY(kFormats); ++fmtIdx) in createStencilExportTests() 629 params.stencilFormat = kFormats[fmtIdx].format; in createStencilExportTests() 630 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, kFormats[fmtIdx].name… in createStencilExportTests()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | QueueWriteTextureValidationTests.cpp | 393 constexpr std::array<wgpu::TextureFormat, 2> kFormats = {wgpu::TextureFormat::RGBA8Unorm, in TEST_F() local 401 for (wgpu::TextureFormat format : kFormats) { in TEST_F() 411 for (wgpu::TextureFormat format : kFormats) { in TEST_F()
|
D | CopyCommandsValidationTests.cpp | 800 constexpr std::array<wgpu::TextureFormat, 2> kFormats = {wgpu::TextureFormat::RGBA8Unorm, in TEST_F() local 808 for (wgpu::TextureFormat format : kFormats) { in TEST_F() 818 for (wgpu::TextureFormat format : kFormats) { in TEST_F() 1410 constexpr std::array<wgpu::TextureFormat, 2> kFormats = {wgpu::TextureFormat::RGBA8Unorm, in TEST_F() local 1418 for (wgpu::TextureFormat format : kFormats) { in TEST_F() 1429 for (wgpu::TextureFormat format : kFormats) { in TEST_F()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
D | convert_test.cc | 569 const char *const kFormats[] = { in TestWithMultipleFormatsHelper() local 573 for (const char *fmt : kFormats) { in TestWithMultipleFormatsHelper() 1071 const char *const kFormats[] = {"%", "%.3", "%8.5", "%9", "%.5000", in TEST_F() local 1106 for (const char *fmt : kFormats) { in TEST_F()
|
/third_party/skia/third_party/externals/libwebp/examples/ |
D | webpinfo.c | 46 static const char* const kFormats[3] = { variable 805 features.has_animation, kFormats[features.format], features.format); in ProcessImageChunk()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | CopyTests.cpp | 2134 constexpr std::array<wgpu::TextureFormat, 11> kFormats = { in TEST_P() local 2151 for (wgpu::TextureFormat format : kFormats) { in TEST_P()
|