Searched refs:mElement_RGBA_8888 (Results 1 – 5 of 5) sorted by relevance
643 if (rs.mElement_RGBA_8888 == null) { in RGBA_8888()645 if (rs.mElement_RGBA_8888 == null) { in RGBA_8888()646 … rs.mElement_RGBA_8888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGBA); in RGBA_8888()650 return rs.mElement_RGBA_8888; in RGBA_8888()
1069 volatile Element mElement_RGBA_8888; field in RenderScript
485 if(rs.mElement_RGBA_8888 == null) { in RGBA_8888()486 rs.mElement_RGBA_8888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGBA); in RGBA_8888()488 return rs.mElement_RGBA_8888; in RGBA_8888()
1083 Element mElement_RGBA_8888; field in RenderScript
49630 Landroid/renderscript/RenderScript;->mElement_RGBA_8888:Landroid/renderscript/Element;