Searched refs:mElement_RGBA_8888 (Results 1 – 5 of 5) sorted by relevance
638 if (rs.mElement_RGBA_8888 == null) { in RGBA_8888()640 if (rs.mElement_RGBA_8888 == null) { in RGBA_8888()641 … rs.mElement_RGBA_8888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGBA); in RGBA_8888()645 return rs.mElement_RGBA_8888; in RGBA_8888()
1075 volatile Element mElement_RGBA_8888; field in RenderScript
480 if(rs.mElement_RGBA_8888 == null) { in RGBA_8888()481 rs.mElement_RGBA_8888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGBA); in RGBA_8888()483 return rs.mElement_RGBA_8888; in RGBA_8888()
1078 Element mElement_RGBA_8888; field in RenderScript
60219 Landroid/renderscript/RenderScript;->mElement_RGBA_8888:Landroid/renderscript/Element;