Home
last modified time | relevance | path

Searched refs:computeKey (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DProgramCache.cpp161 ProgramCache::Key ProgramCache::computeKey(const Description& description) { in computeKey() function in android::renderengine::gl::ProgramCache
775 Key needs(computeKey(description)); in useProgram()
H A DProgramCache.h199 static Key computeKey(const Description& description);
/aosp12/frameworks/native/libs/renderengine/gl/
H A DProgramCache.cpp161 ProgramCache::Key ProgramCache::computeKey(const Description& description) { in computeKey() function in android::renderengine::gl::ProgramCache
805 Key needs(computeKey(description)); in useProgram()
H A DProgramCache.h210 static Key computeKey(const Description& description);
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicColorMatrix.cpp194 Key_t computeKey(const Element *ein, const Element *eout);
203 Key_t RsdCpuScriptIntrinsicColorMatrix::computeKey( in computeKey() function in android::renderscript::RsdCpuScriptIntrinsicColorMatrix
967 Key_t key = computeKey(ein, eout); in preLaunch()