Searched refs:mElement_RGBA_4444 (Results 1 – 5 of 5) sorted by relevance
632 if (rs.mElement_RGBA_4444 == null) { in RGBA_4444()634 if (rs.mElement_RGBA_4444 == null) { in RGBA_4444()635 … rs.mElement_RGBA_4444 = createPixel(rs, DataType.UNSIGNED_4_4_4_4, DataKind.PIXEL_RGBA); in RGBA_4444()639 return rs.mElement_RGBA_4444; in RGBA_4444()
1068 volatile Element mElement_RGBA_4444; field in RenderScript
478 if(rs.mElement_RGBA_4444 == null) { in RGBA_4444()479 rs.mElement_RGBA_4444 = createPixel(rs, DataType.UNSIGNED_4_4_4_4, DataKind.PIXEL_RGBA); in RGBA_4444()481 return rs.mElement_RGBA_4444; in RGBA_4444()
1082 Element mElement_RGBA_4444; field in RenderScript
45662 Landroid/renderscript/RenderScript;->mElement_RGBA_4444:Landroid/renderscript/Element;