Home
last modified time | relevance | path

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

/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp302 const size_t fallbackSize = (sizeof(void*) == sizeof(deUint64)) ? 2048*MiB : 1024*MiB; in getTotalSystemMemory() local
/external/skia/src/gpu/ganesh/
DGrBufferAllocPool.cpp242 size_t fallbackSize, in makeSpaceAtLeast()
/external/deqp/external/vulkancts/framework/vulkan/
DvkWsiUtil.cpp640 …Size (const vk::wsi::Type wsiType, const vk::wsi::Display& display, const tcu::UVec2& fallbackSize) in getFullScreenSize()