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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocationThunker.java264 Bitmap zpos,
271 rst.mN, xpos, xneg, ypos, yneg, zpos, zneg,
259 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg, MipmapControl mips, int usage) argument
H A DAllocation.java1470 * @param zpos cubemap face in the positive z direction
1483 Bitmap zpos,
1493 zpos.getWidth() != height || zpos.getHeight() != height ||
1521 adapter.copyFrom(zpos);
1541 * @param zpos cubemap face in the positive z direction
1552 Bitmap zpos,
1555 zpos, zneg, MipmapControl.MIPMAP_NONE,
1478 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg, MipmapControl mips, int usage) argument
1547 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg) argument
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java1672 * @param zpos cubemap face in the positive z direction
1685 Bitmap zpos,
1694 zpos.getWidth() != height || zpos.getHeight() != height ||
1722 adapter.copyFrom(zpos);
1740 * @param zpos cubemap face in the positive z direction
1751 Bitmap zpos,
1754 zpos, zneg, MipmapControl.MIPMAP_NONE,
1680 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg, MipmapControl mips, int usage) argument
1746 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg) argument

Completed in 196 milliseconds