Home
last modified time | relevance | path

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

/external/skia/src/gpu/mtl/
DGrMtlRenderTarget.h73 enum Wrapped { kWrapped }; enum
79 Wrapped);
80 GrMtlRenderTarget(GrMtlGpu* gpu, SkISize, id<MTLTexture> colorTexture, Wrapped);
DGrMtlTexture.h62 enum Wrapped { kWrapped }; enum
67 Wrapped,
DGrMtlRenderTarget.mm23 Wrapped)
35 Wrapped)
DGrMtlTexture.mm38 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.h97 enum Wrapped { kWrapped }; enum
98 GrMockRenderTarget(GrMockGpu* gpu, Wrapped, SkISize dimensions, int sampleCnt, 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/perfetto/src/profiling/perf/
Dunwind_queue_unittest.cc61 TEST(UnwindQueueTest, Wrapped) { in TEST() argument
/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/grpc-grpc/doc/
Dcompression_cookbook.md10 Wrapped languages developers, for the purposes of supporting compression by
/external/python/cpython3/Lib/test/
Dtest_inspect.py2961 class Wrapped: class
2963 Wrapped.__wrapped__ = lambda a: None
2964 self.assertEqual(self.signature(Wrapped),
2968 Wrapped.__wrapped__ = Wrapped
2970 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/google-styleguide/
Dobjcguide.md1564 * Wrapped parameters should have a 4 space indent.
/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.