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.java1678 * @param xneg cubemap face in the negative x direction
1691 Bitmap xneg,
1700 xneg.getWidth() != height || xneg.getHeight() != height ||
1725 adapter.copyFrom(xneg);
1746 * @param xneg cubemap face in the negative x direction
1757 Bitmap xneg,
1762 return createCubemapFromCubeFaces(rs, xpos, xneg, ypos, yneg,
1689 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg, MipmapControl mips, int usage) argument
1755 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg) argument

Completed in 68 milliseconds