Merge "[RenderScript] Enable untyped variants of Allocation-copy functions for FLOAT_16" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a2dde698a6
@@ -151,6 +151,7 @@ void UNUSED(T... t) {}
|
||||
return; \
|
||||
case RS_TYPE_SIGNED_16: \
|
||||
case RS_TYPE_UNSIGNED_16: \
|
||||
case RS_TYPE_FLOAT_16: \
|
||||
len = _env->GetArrayLength((jshortArray)data); \
|
||||
ptr = _env->GetShortArrayElements((jshortArray)data, flag); \
|
||||
if (ptr == nullptr) { \
|
||||
|
||||
Reference in New Issue
Block a user