Ejemplo n.º 1
0
void GrInOrderDrawBuffer::setAutoFlushTarget(GrDrawTarget* target) {
    GrSafeAssign(fAutoFlushTarget, target);
}
GrGLContext& GrGLContext::operator = (const GrGLContext& ctx) {
    GrSafeAssign(fInterface, ctx.fInterface);
    fInfo = ctx.fInfo;
    return *this;
}