Searched refs:mElement_RGBA_4444 (Results 1 – 5 of 5) sorted by relevance
627 if (rs.mElement_RGBA_4444 == null) { in RGBA_4444()629 if (rs.mElement_RGBA_4444 == null) { in RGBA_4444()630 … rs.mElement_RGBA_4444 = createPixel(rs, DataType.UNSIGNED_4_4_4_4, DataKind.PIXEL_RGBA); in RGBA_4444()634 return rs.mElement_RGBA_4444; in RGBA_4444()
1074 volatile Element mElement_RGBA_4444; field in RenderScript
473 if(rs.mElement_RGBA_4444 == null) { in RGBA_4444()474 rs.mElement_RGBA_4444 = createPixel(rs, DataType.UNSIGNED_4_4_4_4, DataKind.PIXEL_RGBA); in RGBA_4444()476 return rs.mElement_RGBA_4444; in RGBA_4444()
1077 Element mElement_RGBA_4444; field in RenderScript
60217 Landroid/renderscript/RenderScript;->mElement_RGBA_4444:Landroid/renderscript/Element;