Home
last modified time | relevance | path

Searched defs:kBlockSize (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/tools/trace/
DChromeTracingTracer.h56 kBlockSize = 512 * 1024, enumerator
/third_party/skia/src/utils/
DSkJSONWriter.h50 : fBlock(new char[kBlockSize]) in fBlock()
250 kBlockSize = 32 * 1024, enumerator
/third_party/lzma/CPP/7zip/Common/
DStreamUtils.cpp7 static const UInt32 kBlockSize = ((UInt32)1 << 31); variable
DStreamObjects.cpp258 const size_t kBlockSize = (size_t)1 << _blockSizeLog; in Read() local
/third_party/node/deps/v8/src/sandbox/
Dexternal-pointer-table.h116 static const size_t kBlockSize = 64 * KB; variable
/third_party/skia/gm/
Ddrawatlascolor.cpp33 const int kBlockSize = atlasSize/2; in make_atlas() local
Dbleed.cpp300 inline static constexpr int kBlockSize = 70; member in SrcRectConstraintGM
/third_party/skia/third_party/externals/libwebp/imageio/
Dimageio_util.c37 static const size_t kBlockSize = 16384; // default initial size in ImgIoUtilReadFromStdin() local
/third_party/lzma/CPP/7zip/
DICoder.h111 kBlockSize, // VT_UI4 or VT_UI8 enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstring_view_benchmark.cc294 const int kBlockSize = 1 << 12; in StringViewMapBenchmark() local
/third_party/skia/src/shaders/
DSkPerlinNoiseShader.cpp34 static const int kBlockSize = 256; variable
/third_party/lzma/CPP/7zip/UI/Common/
DHashCalc.cpp1218 const UInt32 kBlockSize = ((UInt32)1 << 24); in ReadStream_to_Buf() local
/third_party/node/deps/v8/src/handles/
Dglobal-handles.cc40 constexpr size_t kBlockSize = 256; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h708 static constexpr size_t kBlockSize = 1364; variable
/third_party/node/src/
Dnode_file.cc1029 const size_t kBlockSize = 32 << 10; in InternalModuleReadJSON() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp6917 constexpr auto kBlockSize = kMaxOffset * 2u; in bufferOffsetTest() local