Home | History | Annotate | Download | only in renderscript

Lines Matching refs:cubemap

2854             throw new RSInvalidStateException("Cubemap is not supported for getByteBuffer().");
3070 * Creates a cubemap Allocation from a {@link android.graphics.Bitmap}
3076 * @param b Bitmap with cubemap faces layed out in the following
3078 * @param mips specifies desired mipmap behaviour for the cubemap
3079 * @param usage bit field specifying how the cubemap is utilized
3081 * @return allocation containing cubemap data
3093 throw new RSIllegalArgumentException("Cubemap height must be multiple of 6");
3119 * Creates a non-mipmapped cubemap Allocation for use as a graphics texture
3125 * @param b bitmap with cubemap faces layed out in the following
3128 * @return allocation containing cubemap data
3138 * Creates a cubemap Allocation from 6 {@link android.graphics.Bitmap}
3143 * @param xpos cubemap face in the positive x direction
3144 * @param xneg cubemap face in the negative x direction
3145 * @param ypos cubemap face in the positive y direction
3146 * @param yneg cubemap face in the negative y direction
3147 * @param zpos cubemap face in the positive z direction
3148 * @param zneg cubemap face in the negative z direction
3149 * @param mips specifies desired mipmap behaviour for the cubemap
3150 * @param usage bit field specifying how the cubemap is utilized
3152 * @return allocation containing cubemap data
3185 Allocation cubemap = Allocation.createTyped(rs, t, mips, usage);
3187 AllocationAdapter adapter = AllocationAdapter.create2D(rs, cubemap);
3201 return cubemap;
3205 * Creates a non-mipmapped cubemap Allocation for use as a sampler input
3211 * @param xpos cubemap face in the positive x direction
3212 * @param xneg cubemap face in the negative x direction
3213 * @param ypos cubemap face in the positive y direction
3214 * @param yneg cubemap face in the negative y direction
3215 * @param zpos cubemap face in the positive z direction
3216 * @param zneg cubemap face in the negative z direction
3218 * @return allocation containing cubemap data