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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocationThunker.java444 Bitmap xneg,
455 rst.mN, xpos, xneg, ypos, yneg, zpos, zneg,
442 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg, MipmapControl mips, int usage) argument
H A DAllocation.java1472 * @param xneg cubemap face in the negative x direction
1485 Bitmap xneg,
1495 xneg.getWidth() != height || xneg.getHeight() != height ||
1520 adapter.copyFrom(xneg);
1543 * @param xneg cubemap face in the negative x direction
1554 Bitmap xneg,
1559 return createCubemapFromCubeFaces(rs, xpos, xneg, ypos, yneg,
1483 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg, MipmapControl mips, int usage) argument
1552 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg) argument
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1674 * @param xneg cubemap face in the negative x direction
1687 Bitmap xneg,
1696 xneg.getWidth() != height || xneg.getHeight() != height ||
1721 adapter.copyFrom(xneg);
1742 * @param xneg cubemap face in the negative x direction
1753 Bitmap xneg,
1758 return createCubemapFromCubeFaces(rs, xpos, xneg, ypos, yneg,
1685 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg, MipmapControl mips, int usage) argument
1751 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg) argument

Completed in 470 milliseconds