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

/frameworks/rs/cpp/
H A DScript.cpp42 void Script::bindAllocation(const sp<Allocation>& va, uint32_t slot) const { function in class:Script
/frameworks/rs/
H A DrsProgram.cpp115 bindAllocation(nullptr, nullptr, ct);
152 void Program::bindAllocation(Context *rsc, Allocation *alloc, uint32_t slot) { function in class:android::renderscript::Program
214 p->bindAllocation(rsc, static_cast<Allocation *>(constants), slot);
/frameworks/base/rs/java/android/renderscript/
H A DScript.java352 public void bindAllocation(Allocation va, int slot) { method in class:Script
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScript.java218 public void bindAllocation(Allocation va, int slot) { method in class:Script

Completed in 72 milliseconds