Searched defs:bindSampler (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/rs/ | ||
H A D | rsProgram.cpp | 200 void Program::bindSampler(Context *rsc, uint32_t slot, Sampler *s) { in bindSampler() function in android::renderscript::Program |
/aosp12/frameworks/base/rs/java/android/renderscript/ | ||
H A D | Program.java | 195 public void bindSampler(Sampler vs, int slot) in bindSampler() method in Program |