Home
last modified time | relevance | path

Searched defs:fallbackSize (Results 1 – 4 of 4) sorted by relevance

/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
/third_party/flutter/skia/src/gpu/
DGrBufferAllocPool.cpp234 size_t fallbackSize, in makeSpaceAtLeast()
/third_party/skia/src/gpu/
DGrBufferAllocPool.cpp242 size_t fallbackSize, in makeSpaceAtLeast()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiUtil.cpp527 …Size (const vk::wsi::Type wsiType, const vk::wsi::Display& display, const tcu::UVec2& fallbackSize) in getFullScreenSize()