Home
last modified time | relevance | path

Searched refs:bindTexture (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/rs/
H A DrsProgram.cpp119 bindTexture(nullptr, ct, nullptr); in freeChildren()
181 void Program::bindTexture(Context *rsc, uint32_t slot, Allocation *a) { in bindTexture() function in android::renderscript::Program
219 p->bindTexture(rsc, slot, static_cast<Allocation *>(a)); in rsi_ProgramBindTexture()
H A DrsProgram.h70 void bindTexture(Context *, uint32_t slot, Allocation *);
H A DrsScriptC_LibGL.cpp48 pf->bindTexture(rsc, slot, a); in rsrBindTexture()
H A DrsFont.cpp479 mFontShaderF->bindTexture(mRSC, 0, mTextTexture.get()); in cacheBitmap()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLES11Canvas.java282 if (!bindTexture(tex)) return; in drawMesh()
381 if (!bindTexture(texture)) return; in drawTexture()
398 if (!bindTexture(texture)) return; in drawTexture()
410 if (!bindTexture(texture)) return; in drawTexture()
453 private boolean bindTexture(BasicTexture texture) { in bindTexture() method in GLES11Canvas
534 if (!bindTexture(from)) return; in drawMixed()
560 if (!bindTexture(from)) return; in drawMixed()
/aosp12/frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
H A DBallsRS.java110 mPFPoints.bindTexture(loadTexture(R.drawable.flares), 0); in init()
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DProgram.java171 public void bindTexture(Allocation va, int slot) in bindTexture() method in Program
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt49417 Landroid/renderscript/Program;->bindTexture(Landroid/renderscript/Allocation;I)V