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

/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java2188 * @param zpos cubemap face in the positive z direction
2201 Bitmap zpos,
2210 zpos.getWidth() != height || zpos.getHeight() != height ||
2238 adapter.copyFrom(zpos);
2256 * @param zpos cubemap face in the positive z direction
2267 Bitmap zpos,
2270 zpos, zneg, MipmapControl.MIPMAP_NONE,
2196 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg, MipmapControl mips, int usage) argument
2262 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg) argument
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java2006 * @param zpos cubemap face in the positive z direction
2019 Bitmap zpos,
2029 zpos.getWidth() != height || zpos.getHeight() != height ||
2057 adapter.copyFrom(zpos);
2077 * @param zpos cubemap face in the positive z direction
2088 Bitmap zpos,
2091 zpos, zneg, MipmapControl.MIPMAP_NONE,
2014 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg, MipmapControl mips, int usage) argument
2083 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg) argument

Completed in 166 milliseconds