dgross created this revision.
The runtime discovers contexts through RenderScriptRuntime::Capture*()
methods. These methods see the low-level context representation.
However, the runtime calls APIs that require the high-level context
representation. Therefore, it needs to call yet another API to
dgross added a comment.
Context representation changed here:
https://android-review.googlesource.com/#/c/343816/
New API added here: https://android-review.googlesource.com/#/c/365839/
https://reviews.llvm.org/D32184
___
lldb-commits mailing list
This revision was automatically updated to reflect the committed changes.
Closed by commit rL300727: Teach RenderScriptRuntime about changed context
representation. (authored by dgross).
Changed prior to commit:
https://reviews.llvm.org/D32184?vs=95609&id=95787#toc
Repository:
rL LLVM
https