Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DLimitedStreams.h203 void SetCache(size_t cacheSize, size_t cachePos) in SetCache() argument
207 _cachePhyPos = cachePos; in SetCache()
/external/deqp/framework/randomshaders/
DrsgVariableManager.cpp363 …std::vector<const ValueEntry*>::iterator cachePos = std::find(m_entryCache.begin(), m_entryCache.e… in setValue() local
365 if (cachePos != m_entryCache.end()) in setValue()
366 *cachePos = newEntry; in setValue()
/external/deqp/modules/gles31/functional/
Des31fComputeShaderBuiltinVarTests.cpp159 LocalSizeProgramMap::const_iterator cachePos = m_progMap.find(localSize); in getProgram() local
160 if (cachePos != m_progMap.end()) in getProgram()
161 return cachePos->second->getProgram(); in getProgram()