Home
last modified time | relevance | path

Searched refs:Wrapped (Results 1 – 23 of 23) sorted by relevance

/external/skia/src/gpu/mtl/
DGrMtlTexture.h58 enum Wrapped { kWrapped }; enum
63 GrMtlTexture(GrMtlGpu*, Wrapped, const GrSurfaceDesc&, id<MTLTexture>, GrMipMapsStatus,
DGrMtlRenderTarget.h76 enum Wrapped { kWrapped }; enum
80 Wrapped);
DGrMtlRenderTarget.mm17 Wrapped)
DGrMtlTexture.mm27 Wrapped,
/external/skqp/src/gpu/mtl/
DGrMtlRenderTarget.h76 enum Wrapped { kWrapped }; enum
80 Wrapped);
DGrMtlTexture.h71 enum Wrapped { kWrapped }; enum
90 GrMtlTexture(GrMtlGpu*, Wrapped, const GrSurfaceDesc&, id<MTLTexture>, GrMipMapsStatus,
DGrMtlRenderTarget.mm17 Wrapped)
DGrMtlTexture.mm27 Wrapped,
/external/clang/test/TableGen/
Dtg-fixits.td12 def Wrapped : Warning<"">, InGroup<DiagGroup<
15 // CHECK-NEXT: {{^def Wrapped : Warning<"">, InGroup<DiagGroup<}}
/external/skia/src/gpu/mock/
DGrMockTexture.h81 enum Wrapped { kWrapped }; enum
82 GrMockRenderTarget(GrMockGpu* gpu, Wrapped, const GrSurfaceDesc& desc, in GrMockRenderTarget() argument
/external/skqp/src/gpu/mock/
DGrMockTexture.h111 enum Wrapped { kWrapped }; enum
112 GrMockRenderTarget(GrMockGpu* gpu, Wrapped, const GrSurfaceDesc& desc, in GrMockRenderTarget() argument
/external/python/funcsigs/tests/
Dtest_inspect.py532 class Wrapped(object): class
534 Wrapped.__wrapped__ = lambda a: None
535 self.assertEqual(self.signature(Wrapped),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp71 bool Wrapped = false; in remapInstruction() local
75 Wrapped = true; in remapInstruction()
80 return Wrapped ? MetadataAsValue::get(C, ValueAsMetadata::get(V)) : V; in remapInstruction()
/external/clang/lib/Frontend/
DTextDiagnostic.cpp624 bool Wrapped = false; in printWordWrapped() local
656 Wrapped = true; in printWordWrapped()
664 return Wrapped; in printWordWrapped()
/external/tensorflow/tensorflow/python/autograph/
DLIMITATIONS.md20 Print expression | Yes | | Wrapped in `PyFunc`, and given pr…
/external/grpc-grpc/doc/
Dcompression_cookbook.md10 Wrapped languages developers, for the purposes of supporting compression by
/external/python/cpython3/Lib/test/
Dtest_inspect.py2836 class Wrapped: class
2838 Wrapped.__wrapped__ = lambda a: None
2839 self.assertEqual(self.signature(Wrapped),
2843 Wrapped.__wrapped__ = Wrapped
2845 self.signature(Wrapped)
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1654 APInt MinDiff = V0Offset - V1Offset, Wrapped = -MinDiff; in constantOffsetHeuristic() local
1655 MinDiff = APIntOps::umin(MinDiff, Wrapped); in constantOffsetHeuristic()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1897 APInt MinDiff = V0Offset - V1Offset, Wrapped = -MinDiff; in constantOffsetHeuristic() local
1898 MinDiff = APIntOps::umin(MinDiff, Wrapped); in constantOffsetHeuristic()
/external/python/cpython2/Misc/NEWS.d/
D2.7.1rc1.rst185 Wrapped TestSuite subclass does not get __call__ executed
288 Wrapped TestSuite subclass does not get __call__ executed.
/external/clang/lib/Sema/
DSemaType.cpp6292 QualType Wrapped = Unwrapped.wrap(*this, FT); in adjustMemberFunctionCC() local
6293 T = Context.getAdjustedType(T, Wrapped); in adjustMemberFunctionCC()
/external/v8/
DChangeLog48054 Wrapped external pointers more carefully (issue 1037).
/external/python/cpython3/Misc/
DHISTORY11422 - Issue #9926: Wrapped TestSuite subclass does not get __call__ executed.