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

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

Completed in 65 milliseconds