Searched defs:xneg (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java2828 * @param xneg cubemap face in the negative x direction
2841 Bitmap xneg,
2851 xneg.getWidth() != height || xneg.getHeight() != height ||
2876 adapter.copyFrom(xneg);
2899 * @param xneg cubemap face in the negative x direction
2910 Bitmap xneg,
2915 return createCubemapFromCubeFaces(rs, xpos, xneg, ypos, yneg,
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
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java3144 * @param xneg cubemap face in the negative x direction
3157 Bitmap xneg,
3166 xneg.getWidth() != height || xneg.getHeight() != height ||
3191 adapter.copyFrom(xneg);
3212 * @param xneg cubemap face in the negative x direction
3223 Bitmap xneg,
3228 return createCubemapFromCubeFaces(rs, xpos, xneg, ypos, yneg,
3155 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg, MipmapControl mips, int usage) argument
3221 createCubemapFromCubeFaces(RenderScript rs, Bitmap xpos, Bitmap xneg, Bitmap ypos, Bitmap yneg, Bitmap zpos, Bitmap zneg) argument

Completed in 40 milliseconds