Searched defs:rsnAllocationCreateTyped (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java185 native int rsnAllocationCreateTyped(int con, int type, int mip, int usage, int pointer); method in class:RenderScript
188 return rsnAllocationCreateTyped(mContext, type, mip, usage, pointer);
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java254 native int rsnAllocationCreateTyped(int con, int type, int mip, int usage, int pointer); method in class:RenderScript
257 return rsnAllocationCreateTyped(mContext, type, mip, usage, pointer);

Completed in 46 milliseconds