Home
last modified time | relevance | path

Searched refs:UNIMPL (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/mock/
DGrMockOpTarget.h99 #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)
[all …]
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddwarfdump-debug-loclists-error-cases.s20 # RUN: not llvm-dwarfdump -debug-loclists %t7.o 2>&1 | FileCheck %s --check-prefix=UNIMPL
24 # UNIMPL: error: LLE of kind 47 not supported
/external/llvm-project/compiler-rt/utils/
Dgenerate_netbsd_syscalls.awk115 if ($0 ~ /OBSOL/ || $0 ~ /EXCL/ || $0 ~ /UNIMPL/) {