HomeSort by relevance Sort by last modified time
    Searched refs:cubemap (Results 1 - 5 of 5) sorted by null

  /frameworks/rs/api/
rs_object_info.spec 73 If the Allocation is a cubemap, this function returns 1 if there's more than one face
rs_object_types.spec 98 An enum used to specify one the six faces of a cubemap.
rs_for_each.spec 289 If the context refers to a cubemap, this function returns true if there's more than
  /frameworks/base/rs/java/android/renderscript/
Allocation.java 2226 Allocation cubemap = Allocation.createTyped(rs, t, mips, usage); local
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationTest.java 275 Allocation cubemap = Allocation.createTyped(mRS, b.create(), local
278 AllocationAdapter adapter = AllocationAdapter.create2D(mRS, cubemap);

Completed in 834 milliseconds