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

/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java330 native int rsnAllocationGetType(int con, int id); method in class:RenderScript
333 return rsnAllocationGetType(mContext, id);
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java424 native int rsnAllocationGetType(int con, int id); method in class:RenderScript
427 return rsnAllocationGetType(mContext, id);

Completed in 11 milliseconds