Searched refs:mElement_RGBA_5551 (Results 1 – 5 of 5) sorted by relevance
621 if (rs.mElement_RGBA_5551 == null) { in RGBA_5551()623 if (rs.mElement_RGBA_5551 == null) { in RGBA_5551()624 … rs.mElement_RGBA_5551 = createPixel(rs, DataType.UNSIGNED_5_5_5_1, DataKind.PIXEL_RGBA); in RGBA_5551()628 return rs.mElement_RGBA_5551; in RGBA_5551()
1067 volatile Element mElement_RGBA_5551; field in RenderScript
471 if(rs.mElement_RGBA_5551 == null) { in RGBA_5551()472 rs.mElement_RGBA_5551 = createPixel(rs, DataType.UNSIGNED_5_5_5_1, DataKind.PIXEL_RGBA); in RGBA_5551()474 return rs.mElement_RGBA_5551; in RGBA_5551()
1081 Element mElement_RGBA_5551; field in RenderScript
45663 Landroid/renderscript/RenderScript;->mElement_RGBA_5551:Landroid/renderscript/Element;