Lines Matching refs:GrDstProxyView
16 * GrDstProxyView holds a texture containing the destination pixel values, and an integer-coordinate
18 * GrDstProxyView may be used to support blending in the fragment shader/xfer processor.
20 class GrDstProxyView {
22 GrDstProxyView() {}
24 GrDstProxyView(const GrDstProxyView& other) {
28 GrDstProxyView& operator=(const GrDstProxyView& other) {
35 bool operator==(const GrDstProxyView& that) const {
40 bool operator!=(const GrDstProxyView& that) const { return !(*this == that); }