Loading libs/hwui/OpenGLRenderer.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2076,7 +2076,7 @@ status_t OpenGLRenderer::drawLines(float* points, int count, SkPaint* paint) { setupDrawShader(); setupDrawShader(); setupDrawBlending(isAA, mode); setupDrawBlending(isAA, mode); setupDrawProgram(); setupDrawProgram(); setupDrawModelViewIdentity(); setupDrawModelViewIdentity(true); setupDrawColorUniforms(); setupDrawColorUniforms(); setupDrawColorFilterUniforms(); setupDrawColorFilterUniforms(); setupDrawShaderIdentityUniforms(); setupDrawShaderIdentityUniforms(); Loading Loading
libs/hwui/OpenGLRenderer.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2076,7 +2076,7 @@ status_t OpenGLRenderer::drawLines(float* points, int count, SkPaint* paint) { setupDrawShader(); setupDrawShader(); setupDrawBlending(isAA, mode); setupDrawBlending(isAA, mode); setupDrawProgram(); setupDrawProgram(); setupDrawModelViewIdentity(); setupDrawModelViewIdentity(true); setupDrawColorUniforms(); setupDrawColorUniforms(); setupDrawColorFilterUniforms(); setupDrawColorFilterUniforms(); setupDrawShaderIdentityUniforms(); setupDrawShaderIdentityUniforms(); Loading