Lines Matching refs:cubemap
1595 * Creates a cubemap Allocation from a {@link android.graphics.Bitmap}
1601 * @param b Bitmap with cubemap faces layed out in the following
1603 * @param mips specifies desired mipmap behaviour for the cubemap
1604 * @param usage bit field specifying how the cubemap is utilized
1606 * @return allocation containing cubemap data
1618 throw new RSIllegalArgumentException("Cubemap height must be multiple of 6");
1644 * Creates a non-mipmapped cubemap Allocation for use as a graphics texture
1650 * @param b bitmap with cubemap faces layed out in the following
1653 * @return allocation containing cubemap data
1663 * Creates a cubemap Allocation from 6 {@link android.graphics.Bitmap}
1668 * @param xpos cubemap face in the positive x direction
1669 * @param xneg cubemap face in the negative x direction
1670 * @param ypos cubemap face in the positive y direction
1671 * @param yneg cubemap face in the negative y direction
1672 * @param zpos cubemap face in the positive z direction
1673 * @param zneg cubemap face in the negative z direction
1674 * @param mips specifies desired mipmap behaviour for the cubemap
1675 * @param usage bit field specifying how the cubemap is utilized
1677 * @return allocation containing cubemap data
1710 Allocation cubemap = Allocation.createTyped(rs, t, mips, usage);
1712 AllocationAdapter adapter = AllocationAdapter.create2D(rs, cubemap);
1726 return cubemap;
1730 * Creates a non-mipmapped cubemap Allocation for use as a sampler input
1736 * @param xpos cubemap face in the positive x direction
1737 * @param xneg cubemap face in the negative x direction
1738 * @param ypos cubemap face in the positive y direction
1739 * @param yneg cubemap face in the negative y direction
1740 * @param zpos cubemap face in the positive z direction
1741 * @param zneg cubemap face in the negative z direction
1743 * @return allocation containing cubemap data