Searched defs:zneg (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java3149 * @param zneg cubemap face in the negative z direction
3162 Bitmap zneg,
3171 zneg.getWidth() != height || zneg.getHeight() != height) {
3200 adapter.copyFrom(zneg);
3217 * @param zneg cubemap face in the negative z direction
3228 Bitmap zneg) {
3230 zpos, zneg, MipmapControl.MIPMAP_NONE,
3156 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg, MipmapControl mips, int usage) argument
3222 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg) argument
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DAllocation.java2832 * @param zneg cubemap face in the negative z direction
2845 Bitmap zneg,
2855 zneg.getWidth() != height || zneg.getHeight() != height) {
2884 adapter.copyFrom(zneg);
2903 * @param zneg cubemap face in the negative z direction
2914 Bitmap zneg) {
2916 zpos, zneg, MipmapControl.MIPMAP_NONE,
2839 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg, MipmapControl mips, int usage) argument
2908 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg) argument

Completed in 462 milliseconds