HomeSort by relevance Sort by last modified time
    Searched defs:nAllocationData2D (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 322 synchronized void nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff,
337 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) {
342 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) {
347 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) {
352 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) {
357 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) {
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 399 synchronized void nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff,
414 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) {
419 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) {
424 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) {
429 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) {
434 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) {
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 81 milliseconds