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

/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp439 * getApproxMemUsage(). Also, getApproxMemUsageDiff() returns N-M, where N
442 * getApproxMemUsageDiff(), and M is the value currently returned by
463 int getApproxMemUsageDiff (int width, int height, deUint32 internalFormat, bool useMipmap) const;
495 int Texture::getApproxMemUsageDiff (const int width, const int height, const deUint32 internalFormat, const bool useMipmap) const
618 * similarly to the Texture class (see above). The getApproxMemUsageDiff()
640 int getApproxMemUsageDiff (const vector<T>& src) const { return getApproxMemUsageDiff((int)(src.size()*sizeof(T))); } function in class:deqp::gls::LongStressCaseInternal::Buffer
641 int getApproxMemUsageDiff (const int sizeBytes) const { return sizeBytes - getApproxMemUsage(); } function in class:deqp::gls::LongStressCaseInternal::Buffer
1314 m_textures->removeGarbageUntilUnder(m_maxTexMemoryUsageBytes - texture.getApproxMemUsageDiff(spec.width, spec.height, spec.internalFormat, spec.useMipmap), m_rnd);
1355 m_buffers->removeGarbageUntilUnder(m_maxBufMemoryUsageBytes - indexBuf.getApproxMemUsageDiff(m_vertexIndice
[all...]

Completed in 782 milliseconds