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

/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp508 rs->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element for LUT");
516 LUT = Allocation::createSized(rs, Element::U8(rs), 1024);
523 setVar(0, LUT);
528 LUT->copy1DFrom((void*)mCache);
533 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "Invalid element for LUT");
542 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "LUT out of range");
H A DrsCppStructs.h4088 sp<Allocation> LUT; member in class:android::RSC::ScriptIntrinsicLUT
4115 * Sets entries in LUT for the red channel.
4118 * @param[in] lutValues LUT values to use
4122 * Sets entries in LUT for the green channel.
4125 * @param[in] lutValues LUT values to use
4129 * Sets entries in LUT for the blue channel.
4132 * @param[in] lutValues LUT values to use
4136 * Sets entries in LUT for the alpha channel.
4139 * @param[in] lutValues LUT values to use

Completed in 99 milliseconds