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

/frameworks/base/graphics/java/android/renderscript/
H A DProgramVertexFixedFunction.java42 public void bindConstants(Constants va) { method in class:ProgramVertexFixedFunction
44 bindConstants(va.getAllocation(), 0);
H A DProgram.java87 public void bindConstants(Allocation a, int slot) { method in class:Program

Completed in 48 milliseconds