Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/renderengine/skia/
H A DCache.cpp425 const float compileTimeMs = static_cast<float>(timeAfter - timeBefore) / 1.0E6; in primeShaderCache() local
427 ALOGD("Shader cache generated %d shaders in %f ms\n", shadersCompiled, compileTimeMs); in primeShaderCache()
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DProgramCache.cpp157 float compileTimeMs = static_cast<float>(timeAfter - timeBefore) / 1.0E6; in primeCache() local
158 ALOGD("shader cache generated - %u shaders in %f ms\n", shaderCount, compileTimeMs); in primeCache()
/aosp12/frameworks/native/libs/renderengine/gl/
H A DProgramCache.cpp157 float compileTimeMs = static_cast<float>(timeAfter - timeBefore) / 1.0E6; in primeCache() local
158 ALOGD("shader cache generated - %u shaders in %f ms\n", shaderCount, compileTimeMs); in primeCache()