Loading libs/rs/rsContext.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -309,6 +309,7 @@ Context::Context(Device *dev, Surface *sur, bool useDepth) objDestroyOOBInit(); timerInit(); timerSet(RS_TIMER_INTERNAL); LOGV("RS Launching thread"); status = pthread_create(&mThreadId, &threadAttr, threadProc, this); Loading libs/rs/rsProgramRaster.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -60,8 +60,6 @@ void ProgramRaster::setupGL(const Context *rsc, ProgramRasterState *state) } state->mLast.set(this); LOGE("setup %i %i %i %f %f", mPointSmooth, mLineSmooth, mPointSprite, mPointSize, mLineWidth); glPointSize(mPointSize); if (mPointSmooth) { glEnable(GL_POINT_SMOOTH); Loading libs/rs/rsScriptC.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -147,7 +147,7 @@ void ScriptCState::runCompiler(Context *rsc, ScriptC *s) ACCchar buf[4096]; ACCsizei len; accGetScriptInfoLog(s->mAccScript, sizeof(buf), &len, buf); LOGE(buf); LOGV(buf); } if (s->mProgram.mInit) { Loading Loading
libs/rs/rsContext.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -309,6 +309,7 @@ Context::Context(Device *dev, Surface *sur, bool useDepth) objDestroyOOBInit(); timerInit(); timerSet(RS_TIMER_INTERNAL); LOGV("RS Launching thread"); status = pthread_create(&mThreadId, &threadAttr, threadProc, this); Loading
libs/rs/rsProgramRaster.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -60,8 +60,6 @@ void ProgramRaster::setupGL(const Context *rsc, ProgramRasterState *state) } state->mLast.set(this); LOGE("setup %i %i %i %f %f", mPointSmooth, mLineSmooth, mPointSprite, mPointSize, mLineWidth); glPointSize(mPointSize); if (mPointSmooth) { glEnable(GL_POINT_SMOOTH); Loading
libs/rs/rsScriptC.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -147,7 +147,7 @@ void ScriptCState::runCompiler(Context *rsc, ScriptC *s) ACCchar buf[4096]; ACCsizei len; accGetScriptInfoLog(s->mAccScript, sizeof(buf), &len, buf); LOGE(buf); LOGV(buf); } if (s->mProgram.mInit) { Loading