Searched refs:getApproxMemUsage (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp439 * getApproxMemUsage(). Also, getApproxMemUsageDiff() returns N-M, where N
440 * is the value that getApproxMemUsage() would return after a call to
443 * getApproxMemUsage(). This can be used to check if we need to free some
453 // Functions that may change the value returned by getApproxMemUsage().
456 // Functions that don't change the value returned by getApproxMemUsage().
462 int getApproxMemUsage (void) const { return m_dataSizeApprox; }
507 return memUsageApproxAfter - getApproxMemUsage();
627 // Functions that may change the value returned by getApproxMemUsage().
632 // Functions that don't change the value returned by getApproxMemUsage().
638 int getApproxMemUsage (voi function in class:deqp::gls::LongStressCaseInternal::Buffer
[all...]

Completed in 246 milliseconds