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 328 synchronized void nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff,
343 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) {
348 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) {
353 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) {
358 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) {
363 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) {
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 450 synchronized void nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff,
465 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) {
470 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) {
475 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) {
480 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) {
485 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) {
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 62 milliseconds