Lines Matching refs:UNIMPL
99 #define UNIMPL(...) __VA_ARGS__ override { SK_ABORT("unimplemented."); } macro
100 UNIMPL(void recordDraw(const GrGeometryProcessor*, const GrSimpleMesh[], int,
102 UNIMPL(uint16_t* makeIndexSpace(int, sk_sp<const GrBuffer>*, int*))
103 UNIMPL(uint16_t* makeIndexSpaceAtLeast(int, int, sk_sp<const GrBuffer>*, int*, int*))
104 UNIMPL(void putBackIndices(int))
105 UNIMPL(GrRenderTargetProxy* rtProxy() const)
106 UNIMPL(const GrSurfaceProxyView& writeView() const)
107 UNIMPL(const GrAppliedClip* appliedClip() const)
108 UNIMPL(bool usesMSAASurface() const)
109 UNIMPL(GrStrikeCache* strikeCache() const)
110 UNIMPL(GrAtlasManager* atlasManager() const)
111 UNIMPL(SkTArray<GrSurfaceProxy*, true>* sampledProxyArray())
112 UNIMPL(GrDeferredUploadTarget* deferredUploadTarget())
113 #undef UNIMPL