Searched refs:updateRect (Results 1 – 1 of 1) sorted by relevance
339 const Rect updateRect(xc, yc, xc + mAndroid[0].w, yc + mAndroid[0].h); in android() local341 glScissor(updateRect.left, mHeight - updateRect.bottom, updateRect.width(), in android()342 updateRect.height()); in android()