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 422 synchronized void nAllocationData2D(int dstAlloc, int dstXoff, int dstYoff,
437 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, byte[] d, int sizeBytes) {
442 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, short[] d, int sizeBytes) {
447 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, int[] d, int sizeBytes) {
452 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, int w, int h, float[] d, int sizeBytes) {
457 synchronized void nAllocationData2D(int id, int xoff, int yoff, int mip, int face, Bitmap b) {
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 375 milliseconds