Home
last modified time | relevance | path

Searched defs:kImageSize (Results 1 – 19 of 19) sorted by relevance

/external/zucchini/
Dreloc_elf_unittest.cc119 constexpr size_t kImageSize = 0x3000; in TEST() local
167 constexpr size_t kImageSize = 0x3000; in TEST() local
203 constexpr size_t kImageSize = 0x3000; in TEST() local
/external/skia/gm/
Danisotropic.cpp139 inline static constexpr int kImageSize = 256; member in skiagm::AnisotropicGM
247 inline static constexpr int kImageSize = 128; member in skiagm::AnisoMipsGM
Dimagesource2.cpp87 inline static constexpr int kImageSize = 503; member in skiagm::ImageSourceGM
Dycbcrimage.cpp184 static const int kImageSize = 112; member in skiagm::YCbCrImageGM
Dgraphite_replay.cpp60 static constexpr int kImageSize = 128; member in skiagm::GraphiteReplayGM
Dtexelsubset.cpp224 inline static constexpr SkISize kImageSize = {128, 88}; member in skiagm::TexelSubset
Dflippity.cpp44 static const int kImageSize = 128; variable
/external/skia/bench/
DImageCycleBench.cpp87 inline static constexpr SkISize kImageSize{4, 4}; member in ImageCycle
DAAClipBench.cpp93 static const int kImageSize = 400; member in NestedAAClipBench
/external/angle/src/tests/gl_tests/
DGetImageTest.cpp733 constexpr GLsizei kImageSize = 8; in TEST_P() local
765 constexpr GLsizei kImageSize = 8; in TEST_P() local
838 const GLsizei kImageSize = format.size * multiplier * multiplier; in TEST_P() local
876 constexpr GLsizei kImageSize = 288; in TEST_P() local
DDXT1CompressedTextureTest.cpp241 constexpr GLuint kImageSize = ((kWidth + 3) / 4) * ((kHeight + 3) / 4) * 8; in TEST_P() local
DTextureTest.cpp2293 constexpr size_t kImageSize = 256; in TEST_P() local
15576 constexpr int kImageSize = 8; // 4 doesn't trip ASAN in TEST_P() local
/external/skia/tests/graphite/
DImageOriginTest.cpp33 constexpr SkISize kImageSize = {2*kHalfSize, 2*kHalfSize}; variable
DImageProviderTest.cpp36 const SkISize kImageSize = { 32, 32 }; variable
DMutableImagesTest.cpp34 const SkISize kImageSize = { 32, 32 }; variable
/external/skia/tests/
DBigImageTest.cpp269 static const int kImageSize = 4096 - 4 * 2 * kBicubicFilterTexelPad; in tiling_comparison_test() local
482 static const int kImageSize = 4096; in tiled_image_caching_test() local
/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
Dlibjpeg_decoder_test.cc298 const size_t kImageSize = LibjpegDecoder::kMaxImageWidth * 3; in TEST() local
/external/libyuv/unit_test/
Dconvert_test.cc839 const int kImageSize = benchmark_width_ * benchmark_height_ >= kMinJpeg in TEST_F() local
868 const int kImageSize = benchmark_width_ * benchmark_height_ >= kMinJpeg in TEST_F() local
895 const int kImageSize = benchmark_width_ * benchmark_height_ >= kMinJpeg in TEST_F() local
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktShaderTileImageTests.cpp77 constexpr uint32_t kImageSize = 4; // power of 2 for helper test variable