Home
last modified time | relevance | path

Searched refs:removeProgramToDirty (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/renderscript/v8/rs_support/
DrsAllocation.h110 void removeProgramToDirty(const Program *);
/frameworks/rs/
DrsAllocation.h113 void removeProgramToDirty(const Program *);
DrsProgram.cpp158 mConstants[slot]->removeProgramToDirty(this); in bindAllocation()
DrsAllocation.cpp212 void Allocation::removeProgramToDirty(const Program *p) { in removeProgramToDirty() function in Allocation