Loading include/private/hwui/DrawGlInfo.h +4 −0 Original line number Original line Diff line number Diff line Loading @@ -31,6 +31,10 @@ struct DrawGlInfo { int clipRight; int clipRight; int clipBottom; int clipBottom; // Input: current width/height of destination surface int width; int height; // Input: is the render target an FBO // Input: is the render target an FBO bool isLayer; bool isLayer; Loading Loading
include/private/hwui/DrawGlInfo.h +4 −0 Original line number Original line Diff line number Diff line Loading @@ -31,6 +31,10 @@ struct DrawGlInfo { int clipRight; int clipRight; int clipBottom; int clipBottom; // Input: current width/height of destination surface int width; int height; // Input: is the render target an FBO // Input: is the render target an FBO bool isLayer; bool isLayer; Loading