HomeSort by relevance Sort by last modified time
    Searched refs:mElement_ALLOCATION (Results 1 - 5 of 5) sorted by null

  /frameworks/base/rs/java/android/renderscript/
Element.java 482 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;
    [all...]
RenderScript.java     [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Element.java 423 if(rs.mElement_ALLOCATION == null) {
424 rs.mElement_ALLOCATION = createUser(rs, DataType.RS_ALLOCATION);
426 return rs.mElement_ALLOCATION;
    [all...]
RenderScript.java     [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 192 milliseconds