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

/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java1094 static Element elementFromBitmap(RenderScript rs, Bitmap b) { method in class:Allocation
1113 Element e = elementFromBitmap(rs, b);
1252 Element e = elementFromBitmap(rs, b);
1327 Element e = elementFromBitmap(rs, xpos);
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocation.java986 static Element elementFromBitmap(RenderScript rs, Bitmap b) { method in class:Allocation
1005 Element e = elementFromBitmap(rs, b);
1087 Element e = elementFromBitmap(rs, b);
1162 Element e = elementFromBitmap(rs, xpos);

Completed in 36 milliseconds