History log of /frameworks/compile/slang/tests/P_export_types/export_types.rs
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
29456ca8e5994f43e65ad0a51982c5c2d0677657 05-Apr-2016 Pirama Arumuga Nainar <pirama@google.com> During reflection use FieldPacker.addI16 for half

http://b/27526302

Update PrimitiveTypePackerAPINameMap to use addI16 as the field packer
method to use for half type for setting globals or to construct an
invokable's parameters.

Change-Id: I5c96b0f8b709334087671bd75921523514ad94f1
/frameworks/compile/slang/tests/P_export_types/export_types.rs
55c081c6754f128049f56ed2342a07b601849ce9 15-Aug-2014 Stephen Hines <srhines@google.com> Fix tests for 64-bit.

Bug: 16031597

This change also copies over an existing test (P_export_types) that would
break under the new 64-bit compilation mode (since some types no longer exist).

Change-Id: Ia719e69cd9df4d0bdc814b16223d791055f2d616
/frameworks/compile/slang/tests/P_export_types/export_types.rs
48d893dc7794b3cfb74f35955ca763ee4170f9ad 07-Dec-2013 Stephen Hines <srhines@google.com> Support reflection of enums.

Prior versions would just crash when attempting to reflect an enum type.
This patch maps enums to integers for reflection in Java.

Change-Id: I5b278d670564ceb606a6b96804f76a798bedc89c
/frameworks/compile/slang/tests/P_export_types/export_types.rs
7dd6da2077ad17ea59f4239f5275074bf5642859 16-Nov-2012 Stephen Hines <srhines@google.com> Fix C++ ForEach reflection (bad usrData args).

This fixes issues with the following areas:
1) usrData arguments to kernels.
2) set vs. bind for export variables.
3) improved argument handling for kernels/invoke.

Bug: 5972398
Change-Id: I09a7b9198c45ab6e2d10b2abae1727ee0e559736
/frameworks/compile/slang/tests/P_export_types/export_types.rs
47aca4e016665d333fdcd01a9cef16c13d7836a8 09-Mar-2012 Stephen Hines <srhines@google.com> More cleanup for reflection code.

BUG=5972398

1) Remove non-USER export kinds.
2) Removing some DataKind references.
3) More name refactoring to use getRSReflectionType().

Change-Id: I008aeb37820df37acea0db9300ff9594a40cb086
/frameworks/compile/slang/tests/P_export_types/export_types.rs