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

/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java3148 * @param zpos cubemap face in the positive z direction
3161 Bitmap zpos,
3170 zpos.getWidth() != height || zpos.getHeight() != height ||
3198 adapter.copyFrom(zpos);
3216 * @param zpos cubemap face in the positive z direction
3227 Bitmap zpos,
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.java2831 * @param zpos cubemap face in the positive z direction
2844 Bitmap zpos,
2854 zpos.getWidth() != height || zpos.getHeight() != height ||
2882 adapter.copyFrom(zpos);
2902 * @param zpos cubemap face in the positive z direction
2913 Bitmap zpos,
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 159 milliseconds