Searched defs:getConstantInputType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DProgramVertexFixedFunction.java138 static Type getConstantInputType(RenderScript rs) { method in class:ProgramVertexFixedFunction.Builder
181 sb.addConstant(getConstantInputType(mRS));
222 Type constInputType = ProgramVertexFixedFunction.Builder.getConstantInputType(rs);

Completed in 49 milliseconds