Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:reqHeight

2652         uint32_t reqWidth, uint32_t reqHeight,
2667 uint32_t reqWidth, reqHeight;
2675 uint32_t reqWidth, uint32_t reqHeight,
2678 reqWidth(reqWidth), reqHeight(reqHeight),
2692 producer, reqWidth, reqHeight, minLayerZ, maxLayerZ);
2695 producer, reqWidth, reqHeight, minLayerZ, maxLayerZ);
2737 reqWidth, reqHeight, minLayerZ, maxLayerZ,
2750 uint32_t reqWidth, uint32_t reqHeight,
2766 glViewport(0, 0, reqWidth, reqHeight);
2805 uint32_t reqWidth, uint32_t reqHeight,
2820 if ((reqWidth > hw_w) || (reqHeight > hw_h)) {
2822 reqWidth, reqHeight, hw_w, hw_h);
2827 reqHeight = (!reqHeight) ? hw_h : reqHeight;
2834 native_window_set_buffers_user_dimensions(window, reqWidth, reqHeight);
2852 renderScreenImplLocked(hw, reqWidth, reqHeight, minLayerZ, maxLayerZ, false);
2871 uint32_t reqWidth, uint32_t reqHeight,
2890 if ((reqWidth > hw_w) || (reqHeight > hw_h)) {
2892 reqWidth, reqHeight, hw_w, hw_h);
2897 reqHeight = (!reqHeight) ? hw_h : reqHeight;
2902 glRenderbufferStorageOES(GL_RENDERBUFFER_OES, GL_RGBA8_OES, reqWidth, reqHeight);
2916 renderScreenImplLocked(hw, reqWidth, reqHeight, minLayerZ, maxLayerZ, true);
2929 err = native_window_set_buffers_dimensions(window, reqWidth, reqHeight);
2940 glReadPixels(0, 0, buffer->stride, reqHeight,