Searched refs:mFnTab (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/toolkit/ |
D | ColorMatrix.cpp | 178 FunctionTab_t mFnTab; member in android::renderscript::ColorMatrixTask 942 rsdIntrinsicColorMatrix_int_K(out, in, len, &mFnTab, mIp, mIpa); 1016 rsdIntrinsicColorMatrixSetup_float_K(&mFnTab, mm, dt, st); 1018 rsdIntrinsicColorMatrixSetup_int_K(&mFnTab, mm, dt, st);
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicColorMatrix.cpp | 182 FunctionTab_t mFnTab; member in android::renderscript::RsdCpuScriptIntrinsicColorMatrix 924 rsdIntrinsicColorMatrix_int_K(out, in, len, &cp->mFnTab, cp->ip, cp->ipa); in kernel() 999 rsdIntrinsicColorMatrixSetup_float_K(&mFnTab, mm, dt, st); in preLaunch() 1001 rsdIntrinsicColorMatrixSetup_int_K(&mFnTab, mm, dt, st); in preLaunch()
|