Home
last modified time | relevance | path

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

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