Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBufferAllocPool.cpp189 size_t fallbackSize, in makeSpaceAtLeast() argument
231 if (!this->createBlock(fallbackSize)) { in makeSpaceAtLeast()
239 *actualSize = fallbackSize; in makeSpaceAtLeast()
240 back.fBytesFree -= fallbackSize; in makeSpaceAtLeast()
241 fBytesInUse += fallbackSize; in makeSpaceAtLeast()
DGrBufferAllocPool.h115 size_t fallbackSize,
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp279 const size_t fallbackSize = (sizeof(void*) == sizeof(deUint64)) ? 2048*MiB : 1024*MiB; in getTotalSystemMemory() local
282 print("WARNING: Using fall-back size of %.2f MiB\n", double(fallbackSize) / double(MiB)); in getTotalSystemMemory()
284 return fallbackSize; in getTotalSystemMemory()