Home
last modified time | relevance | path

Searched defs:bindTexture (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/rs/
H A DrsProgram.cpp181 void Program::bindTexture(Context *rsc, uint32_t slot, Allocation *a) { in bindTexture() function in android::renderscript::Program
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DProgram.java171 public void bindTexture(Allocation va, int slot) in bindTexture() method in Program
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLES11Canvas.java453 private boolean bindTexture(BasicTexture texture) { in bindTexture() method in GLES11Canvas