Loading libs/rs/rsContext.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -268,6 +268,7 @@ Context::PushState::PushState(Context *con) { mVertex.set(con->getProgramVertex()); mStore.set(con->getProgramStore()); mRaster.set(con->getProgramRaster()); mFont.set(con->getFont()); } Context::PushState::~PushState() { Loading Loading
libs/rs/rsContext.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -268,6 +268,7 @@ Context::PushState::PushState(Context *con) { mVertex.set(con->getProgramVertex()); mStore.set(con->getProgramStore()); mRaster.set(con->getProgramRaster()); mFont.set(con->getFont()); } Context::PushState::~PushState() { Loading