[go: nahoru, domu]

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

/frameworks/base/rs/java/android/renderscript/
H A DElement.java482 if (rs.mElement_ALLOCATION == null) {
484 if (rs.mElement_ALLOCATION == null) {
485 rs.mElement_ALLOCATION = createUser(rs, DataType.RS_ALLOCATION);
489 return rs.mElement_ALLOCATION;
H A DRenderScript.java1047 volatile Element mElement_ALLOCATION; field in class:RenderScript
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElement.java423 if(rs.mElement_ALLOCATION == null) {
424 rs.mElement_ALLOCATION = createUser(rs, DataType.RS_ALLOCATION);
426 return rs.mElement_ALLOCATION;
H A DRenderScript.java1057 Element mElement_ALLOCATION; field in class:RenderScript

Completed in 23 milliseconds