Searched refs:RS_SAMPLER (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElementThunker.java106 case RS_SAMPLER:
107 return android.renderscript.Element.DataType.RS_SAMPLER;
236 case RS_SAMPLER:
H A DElement.java157 RS_SAMPLER (1003, 4), enum constant in enum:Element.DataType
423 rs.mElement_SAMPLER = createUser(rs, DataType.RS_SAMPLER);
H A DAllocation.java305 (mType.mElement.mType == Element.DataType.RS_SAMPLER) ||
/frameworks/base/rs/java/android/renderscript/
H A DElement.java146 RS_SAMPLER (1003), enum constant in enum:Element.DataType
426 rs.mElement_SAMPLER = createUser(rs, DataType.RS_SAMPLER);
H A DAllocation.java406 (mType.mElement.mType == Element.DataType.RS_SAMPLER) ||

Completed in 80 milliseconds