Searched refs:mElement_ALLOCATION (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DElement.java413 if(rs.mElement_ALLOCATION == null) {
414 rs.mElement_ALLOCATION = createUser(rs, DataType.RS_ALLOCATION);
416 return rs.mElement_ALLOCATION;
H A DRenderScript.java872 Element mElement_ALLOCATION; field in class:RenderScript
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElement.java415 if(rs.mElement_ALLOCATION == null) {
416 rs.mElement_ALLOCATION = createUser(rs, DataType.RS_ALLOCATION);
418 return rs.mElement_ALLOCATION;
H A DRenderScript.java606 Element mElement_ALLOCATION; field in class:RenderScript

Completed in 217 milliseconds