Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/renderfright/gl/
DProgramCache.cpp117 nsecs_t timeBefore = systemTime(); in primeCache() local
157 float compileTimeMs = static_cast<float>(timeAfter - timeBefore) / 1.0E6; in primeCache()
/frameworks/native/libs/renderengine/skia/
DVulkanInterface.cpp242 const nsecs_t timeBefore = systemTime(); in init() local
558 const float initTimeMs = static_cast<float>(timeAfter - timeBefore) / 1.0E6; in init()
DCache.cpp643 const nsecs_t timeBefore = systemTime(); in primeShaderCache() local
806 const float compileTimeMs = static_cast<float>(timeAfter - timeBefore) / 1.0E6; in primeShaderCache()