Home
last modified time | relevance | path

Searched refs:constInputType (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DProgramVertexFixedFunction.java225 Type constInputType = ProgramVertexFixedFunction.Builder.getConstantInputType(rs); in Constants() local
226 mAlloc = Allocation.createTyped(rs, constInputType); in Constants()
227 int bufferSize = constInputType.getElement().getBytesSize()* in Constants()
228 constInputType.getCount(); in Constants()