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.java98 case RS_SAMPLER:
99 return android.renderscript.Element.DataType.RS_SAMPLER;
203 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.java302 (mType.mElement.mType == Element.DataType.RS_SAMPLER) ||
/frameworks/base/graphics/java/android/renderscript/
H A DElement.java149 RS_SAMPLER (1003, 4), enum constant in enum:Element.DataType
421 rs.mElement_SAMPLER = createUser(rs, DataType.RS_SAMPLER);
H A DAllocation.java332 (mType.mElement.mType == Element.DataType.RS_SAMPLER) ||

Completed in 16 milliseconds