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

/frameworks/base/graphics/java/android/renderscript/
H A DScript.java86 public void bindAllocation(Allocation va, int slot) { method in class:Script
/frameworks/base/libs/rs/
H A DrsProgram.cpp105 bindAllocation(NULL, NULL, ct);
139 void Program::bindAllocation(Context *rsc, Allocation *alloc, uint32_t slot) { function in class:Program
204 p->bindAllocation(rsc, static_cast<Allocation *>(constants), slot);

Completed in 55 milliseconds