Loading libs/rs/rsContext.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -438,6 +438,7 @@ void Context::setVertex(ProgramVertex *pv) } else { mVertex.set(pv); } mVertex->forceDirty(); } void Context::assignName(ObjectBase *obj, const char *name, uint32_t len) Loading libs/rs/rsProgram.h +4 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,10 @@ protected: ObjectBaseRef<Allocation> mConstants; mutable bool mDirty; public: void forceDirty() {mDirty = true;} }; Loading Loading
libs/rs/rsContext.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -438,6 +438,7 @@ void Context::setVertex(ProgramVertex *pv) } else { mVertex.set(pv); } mVertex->forceDirty(); } void Context::assignName(ObjectBase *obj, const char *name, uint32_t len) Loading
libs/rs/rsProgram.h +4 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,10 @@ protected: ObjectBaseRef<Allocation> mConstants; mutable bool mDirty; public: void forceDirty() {mDirty = true;} }; Loading