#ifndef GrDrawOpTest_DEFINED
#define GrDrawOpTest_DEFINED
#include "include/core/SkTypes.h"
#if defined(GPU_TEST_UTILS)
class GrContext_Base;
class GrPaint;
struct GrUserStencilSettings;
class SkRandom;
namespace skgpu {
namespace ganesh {
class SurfaceDrawContext;
}
}
void GrDrawRandomOp(SkRandom*, skgpu::ganesh::SurfaceDrawContext*, GrPaint&&);
#define GR_DRAW_OP_TEST_DEFINE …
#define GR_DRAW_OP_TEST_FRIEND …
const GrUserStencilSettings* GrGetRandomStencil(SkRandom* random, GrContext_Base*);
#endif
#endif