Searched refs:Key_t (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/toolkit/ |
D | ColorMatrix.cpp | 115 } Key_t; typedef 184 Key_t mLastKey; 188 bool build(Key_t key); 192 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, 238 Key_t key; 269 Key_t ColorMatrixTask::computeKey(size_t inVectorSize, size_t outVectorSize) { 270 Key_t key; 501 using android::renderscript::Key_t; [all …]
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicColorMatrix.cpp | 121 } Key_t; typedef 190 Key_t mLastKey; 194 Key_t computeKey(const Element *ein, const Element *eout); 196 bool build(Key_t key); 203 Key_t RsdCpuScriptIntrinsicColorMatrix::computeKey( in computeKey() 206 Key_t key; in computeKey() 460 using android::renderscript::Key_t; 462 void * selectKernel(Key_t key) in selectKernel() 483 bool RsdCpuScriptIntrinsicColorMatrix::build(Key_t key) { in build() 967 Key_t key = computeKey(ein, eout); in preLaunch()
|