Searched refs:LUT (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp510 rs->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element for LUT");
518 LUT = Allocation::createSized(rs, Element::U8(rs), 1024);
525 setVar(0, LUT);
530 LUT->copy1DFrom((void*)mCache);
535 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element for LUT");
544 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "LUT out of range");
H A DrsCppStructs.h1848 sp<Allocation> LUT; member in class:android::RSC::ScriptIntrinsicLUT
1875 * Sets entries in LUT for the red channel.
1878 * @param[in] lutValues LUT values to use
1882 * Sets entries in LUT for the green channel.
1885 * @param[in] lutValues LUT values to use
1889 * Sets entries in LUT for the blue channel.
1892 * @param[in] lutValues LUT values to use
1896 * Sets entries in LUT for the alpha channel.
1899 * @param[in] lutValues LUT values to use

Completed in 33 milliseconds