Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:glReadPixels

2405                 // capture the screen with glReadPixels()
2406 ScopedTrace _t(ATRACE_TAG, "glReadPixels");
2407 glReadPixels(0, 0, sw, sh, GL_RGBA, GL_UNSIGNED_BYTE, ptr);