Add Kernel, Method, and field IDs
bug 7182873 Change-Id: I066a359bb04027e9376dac088560f042c496b10e
This commit is contained in:
@ -134,5 +134,13 @@ public final class ScriptIntrinsicLUT extends ScriptIntrinsic {
|
||||
forEach(0, ain, aout, null);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get a KernelID for this intrinsic kernel.
|
||||
*
|
||||
* @return Script.KernelID The KernelID object.
|
||||
*/
|
||||
public Script.KernelID getKernelID() {
|
||||
return createKernelID(0, 3, null, null);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user