Merge "Fix AOSP boot animation black screen issue." into sc-qpr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6d673f1f9a
@@ -794,6 +794,8 @@ bool BootAnimation::android() {
|
||||
// clear screen
|
||||
glDisable(GL_DITHER);
|
||||
glDisable(GL_SCISSOR_TEST);
|
||||
glUseProgram(mImageShader);
|
||||
|
||||
glClearColor(0,0,0,1);
|
||||
glClear(GL_COLOR_BUFFER_BIT);
|
||||
eglSwapBuffers(mDisplay, mSurface);
|
||||
|
||||
Reference in New Issue
Block a user