summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/ProgramFragmentFixedFunction.java
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2018-02-08 14:50:38 -0800
committerAdam Lesinski <adamlesinski@google.com>2018-02-08 15:16:32 -0800
commit78695c354342bd95ba5f63937b4e789139b50072 (patch)
tree3449df64a8cd96dd2760f13401174d401809ac9c /graphics/java/android/renderscript/ProgramFragmentFixedFunction.java
parentac5438c501bca164ab2a39f32c2c660d2d4d7c90 (diff)
AssetManager2: Allow out of order type/type spec
AssetManager2 assumes that RES_TABLE_TYPE_SPEC_TYPEs must immediately precede their associated RES_TABLE_TYPE_TYPEs. This is not correct. RES_TABLE_TYPE_SPEC_TYPEs must precede their associated RES_TABLE_TYPE_TYPEs, but they do not need to immediately precede them. For example, this is what we currently expect: RES_TABLE_TYPE_SPEC_TYPE id=1 RES_TABLE_TYPE_TYPE id=1 RES_TABLE_TYPE_SPEC_TYPE id=2 RES_TABLE_TYPE_TYPE id=2 but this is also valid: RES_TABLE_TYPE_SPEC_TYPE id=1 RES_TABLE_TYPE_SPEC_TYPE id=2 RES_TABLE_TYPE_TYPE id=1 RES_TABLE_TYPE_TYPE id=2 Bug: 73052092 Test: make libandroidfw_tests Change-Id: I1f3c43760f8108eee24c2c6ed7bc16f70e951c2b
Diffstat (limited to 'graphics/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions