Home
last modified time | relevance | path

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

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