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

/frameworks/rs/
H A DrsComponent.cpp157 case RS_TYPE_SIGNED_16:
H A DrsDefines.h142 RS_TYPE_SIGNED_16, enumerator in enum:RsDataType
/frameworks/rs/driver/
H A DrsdMeshObj.cpp58 dt != RS_TYPE_SIGNED_16) {
H A DrsdRuntimeStubs.cpp908 ELEMENT_AT(short, RS_TYPE_SIGNED_16, 1)
909 ELEMENT_AT(short2, RS_TYPE_SIGNED_16, 2)
910 ELEMENT_AT(short3, RS_TYPE_SIGNED_16, 3)
911 ELEMENT_AT(short4, RS_TYPE_SIGNED_16, 4)
H A DrsdAllocation.cpp72 case RS_TYPE_SIGNED_16: return GL_SHORT;
/frameworks/rs/scriptc/
H A Drs_types.rsh504 RS_TYPE_SIGNED_16 = 5,
/frameworks/rs/cpp/
H A DElement.cpp201 case RS_TYPE_SIGNED_16:
H A DAllocation.cpp85 if ((dt == RS_TYPE_SIGNED_16) || (dt == RS_TYPE_UNSIGNED_16)) {
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp82 case RS_TYPE_SIGNED_16: \

Completed in 111 milliseconds