Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DProgramFragmentFixedFunction.java302 Type constType = null; in create() local
308 constType = typeBuilder.create(); in create()
309 sb.addConstant(constType); in create()
318 Allocation constantData = Allocation.createTyped(mRS,constType); in create()