Searched defs:setLUT (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsic3DLUT.java63 public void setLUT(Allocation lut) { method in class:ScriptIntrinsic3DLUT
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsic3DLUT.java74 public void setLUT(Allocation lut) { method in class:ScriptIntrinsic3DLUT
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp66 void ScriptIntrinsic3DLUT::setLUT(const sp<Allocation>& lut) { function in class:ScriptIntrinsic3DLUT
69 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "setLUT element does not match");
73 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "setLUT Allocation must be 3D");

Completed in 474 milliseconds