Home
last modified time | relevance | path

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

/frameworks/rs/toolkit/
DColorMatrix.cpp192 Key_t computeKey(size_t inVectorSize, int inType, size_t outVectorSize, int outType);
195 Key_t computeKey(size_t inVectorSize, size_t outVectorSize);
236 Key_t ColorMatrixTask::computeKey(size_t inVectorSize, int inType, size_t outVectorSize, function in android::renderscript::ColorMatrixTask
269 Key_t ColorMatrixTask::computeKey(size_t inVectorSize, size_t outVectorSize) {
977 Key_t key = computeKey(inVectorSize, inType, outVectorSize, outType);
982 Key_t key = computeKey(inVectorSize, outVectorSize);
/frameworks/av/media/libstagefright/renderfright/gl/
DProgramCache.h199 static Key computeKey(const Description& description);
DProgramCache.cpp161 ProgramCache::Key ProgramCache::computeKey(const Description& description) { in computeKey() function in android::renderengine::gl::ProgramCache
786 Key needs(computeKey(description)); in useProgram()
/frameworks/rs/cpu_ref/
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()