Home
last modified time | relevance | path

Searched refs:cubemap (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/rs/script_api/
H A Drs_object_info.spec73 If the Allocation is a cubemap, this function returns 1 if there's more than one face
H A Drs_object_types.spec98 An enum used to specify one the six faces of a cubemap.
H A Drs_allocation_create.spec99 faces indicates the presence of cubemap faces.
H A Drs_for_each.spec358 If the kernel is iterating over a cubemap, this function returns true if there's more
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dsingle_source_alloc.rscript360 // yuv_format with mipmaps or cubemap is invalid
372 // cubemap with 1D or 3D is invalid
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A Dsingle_source_alloc.rscript362 // yuv_format with mipmaps or cubemap is invalid
374 // cubemap with 1D or 3D is invalid
/aosp12/frameworks/rs/script_api/include/
H A Drs_object_types.rsh95 * An enum used to specify one the six faces of a cubemap.
H A Drs_object_info.rsh76 * If the Allocation is a cubemap, this function returns 1 if there's more than one face
H A Drs_allocation_create.rsh93 * faces indicates the presence of cubemap faces.
103 * faces: Flag indicating if the Type is a cubemap
H A Drs_for_each.rsh327 * If the kernel is iterating over a cubemap, this function returns true if there's more
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java3190 Allocation cubemap = Allocation.createTyped(rs, t, mips, usage); in createCubemapFromCubeFaces() local
3192 AllocationAdapter adapter = AllocationAdapter.create2D(rs, cubemap); in createCubemapFromCubeFaces()
3206 return cubemap; in createCubemapFromCubeFaces()
/aosp12/hardware/interfaces/renderscript/1.0/
H A DIContext.hal127 * @param bitmap Bitmap with cubemap faces layed out in the following
130 * @return allocation Created Allocation containing cubemap data