Lines Matching refs:dt
1370 * @param[in] dt data type
1373 static sp<const Element> createUser(sp<RS> rs, RsDataType dt);
1377 * @param[in] dt DataType
1381 static sp<const Element> createVector(sp<RS> rs, RsDataType dt, uint32_t size);
1385 * @param[in] dt DataType
1389 static sp<const Element> createPixel(sp<RS> rs, RsDataType dt, RsDataKind dk);
1429 Element(void *id, sp<RS> rs, RsDataType dt, RsDataKind dk, bool norm, uint32_t size);