Searched refs:RS_TYPE_UNSIGNED_16 (Results 1 - 9 of 9) sorted by relevance

/frameworks/rs/cpp/
H A DElement.cpp201 case RS_TYPE_UNSIGNED_16:
298 dt == RS_TYPE_UNSIGNED_16 ||
317 if (dt == RS_TYPE_UNSIGNED_16 && dk != RS_KIND_PIXEL_DEPTH) {
H A DAllocation.cpp85 if ((dt == RS_TYPE_SIGNED_16) || (dt == RS_TYPE_UNSIGNED_16)) {
/frameworks/rs/
H A DrsComponent.cpp165 case RS_TYPE_UNSIGNED_16:
H A DrsDefines.h146 RS_TYPE_UNSIGNED_16, enumerator in enum:RsDataType
H A DrsFont.cpp582 ObjectBaseRef<const Element> indexElem = Element::createRef(mRSC, RS_TYPE_UNSIGNED_16, RS_KIND_USER, false, 1);
/frameworks/rs/scriptc/
H A Drs_types.rsh487 RS_TYPE_UNSIGNED_16 = 9,
/frameworks/rs/driver/
H A DrsdMeshObj.cpp57 dt != RS_TYPE_UNSIGNED_16 && dt != RS_TYPE_SIGNED_8 &&
H A DrsdRuntimeStubs.cpp752 ELEMENT_AT(ushort, RS_TYPE_UNSIGNED_16, 1)
753 ELEMENT_AT(ushort2, RS_TYPE_UNSIGNED_16, 2)
754 ELEMENT_AT(ushort3, RS_TYPE_UNSIGNED_16, 3)
755 ELEMENT_AT(ushort4, RS_TYPE_UNSIGNED_16, 4)
H A DrsdAllocation.cpp70 case RS_TYPE_UNSIGNED_16: return GL_UNSIGNED_SHORT;

Completed in 18 milliseconds