Home | History | Annotate | Download | only in renderscript

Lines Matching refs:USER

43  * android.renderscript.Element.DataKind#USER} cannot be used as input for a
168 * useful for graphical data. USER indicates no special interpretation is
173 USER (0),
763 mKind = DataKind.USER;
839 * set to USER and the vector size to 1 indicating non-vector.
846 DataKind dk = DataKind.USER;
855 * DataKind will be set to USER. Only primitive types (FLOAT_32, FLOAT_64,
884 DataKind dk = DataKind.USER;
964 * size and type (i.e. U8 is compatible with A_8). User-defined Elements
978 // Ignore mKind because it is allowed to be different (user vs. pixel).
981 // all user-created Elements.