Home
last modified time | relevance | path

Searched refs:fallbackSize (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrBufferAllocPool.cpp234 size_t fallbackSize, in makeSpaceAtLeast() argument
259 if (back.fBytesFree >= fallbackSize) { in makeSpaceAtLeast()
260 SkASSERT(GrSizeAlignDown(fallbackSize, alignment) == fallbackSize); in makeSpaceAtLeast()
261 size = fallbackSize; in makeSpaceAtLeast()
283 if (!this->createBlock(fallbackSize)) { in makeSpaceAtLeast()
291 *actualSize = fallbackSize; in makeSpaceAtLeast()
292 back.fBytesFree -= fallbackSize; in makeSpaceAtLeast()
293 fBytesInUse += fallbackSize; in makeSpaceAtLeast()
DGrBufferAllocPool.h136 size_t fallbackSize,
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidPlatform.cpp296 const size_t fallbackSize = (sizeof(void*) == sizeof(deUint64)) ? 2048*MiB : 1024*MiB; in getTotalSystemMemory() local
299 print("WARNING: Using fall-back size of %.2f MiB\n", double(fallbackSize) / double(MiB)); in getTotalSystemMemory()
301 return fallbackSize; in getTotalSystemMemory()
/third_party/skia/src/gpu/
DGrBufferAllocPool.h137 size_t fallbackSize,
DGrBufferAllocPool.cpp242 size_t fallbackSize, in makeSpaceAtLeast() argument
259 if (!this->createBlock(fallbackSize)) { in makeSpaceAtLeast()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiUtil.hpp133 const tcu::UVec2& fallbackSize);
DvkWsiUtil.cpp663 …Size (const vk::wsi::Type wsiType, const vk::wsi::Display& display, const tcu::UVec2& fallbackSize) in getFullScreenSize() argument
665 tcu::UVec2 result = fallbackSize; in getFullScreenSize()