Loading libs/rs/rsContext.cpp +6 −0 Original line number Diff line number Diff line Loading @@ -145,6 +145,12 @@ bool Context::runRootScript() } mStateFragmentStore.mLast.clear(); bool ret = runScript(mRootScript.get(), 0); GLenum err = glGetError(); if (err != GL_NO_ERROR) { LOGE("Pending GL Error, 0x%x", err); } return ret; } Loading libs/rs/rsProgramRaster.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ void ProgramRaster::setupGL(const Context *rsc, ProgramRasterState *state) if (mLineSmooth) { glEnable(GL_LINE_SMOOTH); } else { glEnable(GL_LINE_SMOOTH); glDisable(GL_LINE_SMOOTH); } if (rsc->checkVersion1_1()) { Loading Loading
libs/rs/rsContext.cpp +6 −0 Original line number Diff line number Diff line Loading @@ -145,6 +145,12 @@ bool Context::runRootScript() } mStateFragmentStore.mLast.clear(); bool ret = runScript(mRootScript.get(), 0); GLenum err = glGetError(); if (err != GL_NO_ERROR) { LOGE("Pending GL Error, 0x%x", err); } return ret; } Loading
libs/rs/rsProgramRaster.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ void ProgramRaster::setupGL(const Context *rsc, ProgramRasterState *state) if (mLineSmooth) { glEnable(GL_LINE_SMOOTH); } else { glEnable(GL_LINE_SMOOTH); glDisable(GL_LINE_SMOOTH); } if (rsc->checkVersion1_1()) { Loading