Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkTexture.h61 enum Wrapped { kWrapped }; enum
65 GrVkTexture(GrVkGpu*, Wrapped, const GrSurfaceDesc&,
DGrVkTexture.cpp43 Wrapped, in GrVkTexture() argument
/external/skqp/src/gpu/vk/
DGrVkTexture.h61 enum Wrapped { kWrapped }; enum
65 GrVkTexture(GrVkGpu*, Wrapped, const GrSurfaceDesc&,
DGrVkTexture.cpp47 Wrapped, in GrVkTexture() argument
/external/skia/src/gpu/gl/
DGrGLTexture.h79 enum Wrapped { kWrapped }; enum
81 GrGLTexture(GrGLGpu*, Wrapped, const GrSurfaceDesc&, GrMipMapsStatus, const IDDesc&);
DGrGLTexture.cpp52 GrGLTexture::GrGLTexture(GrGLGpu* gpu, Wrapped, const GrSurfaceDesc& desc, in GrGLTexture() argument
/external/skqp/src/gpu/gl/
DGrGLTexture.h77 enum Wrapped { kWrapped }; enum
79 GrGLTexture(GrGLGpu*, Wrapped, const GrSurfaceDesc&, GrMipMapsStatus, const IDDesc&);
DGrGLTexture.cpp61 GrGLTexture::GrGLTexture(GrGLGpu* gpu, Wrapped, const GrSurfaceDesc& desc, in GrGLTexture() argument
/external/clang/test/TableGen/
Dtg-fixits.td12 def Wrapped : Warning<"">, InGroup<DiagGroup<
15 // CHECK-NEXT: {{^def Wrapped : Warning<"">, InGroup<DiagGroup<}}
/external/skia/src/gpu/mtl/
DGrMtlTexture.h60 enum Wrapped { kWrapped }; enum
/external/skqp/src/gpu/mtl/
DGrMtlTexture.h60 enum Wrapped { kWrapped }; enum
/external/clang/lib/Frontend/
DTextDiagnostic.cpp624 bool Wrapped = false; in printWordWrapped() local
656 Wrapped = true; in printWordWrapped()
664 return Wrapped; in printWordWrapped()
/external/python/cpython3/Lib/test/
Dtest_inspect.py2682 class Wrapped: class
2684 Wrapped.__wrapped__ = lambda a: None
2685 self.assertEqual(self.signature(Wrapped),
2689 Wrapped.__wrapped__ = Wrapped
2691 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/clang/lib/Sema/
DSemaType.cpp6292 QualType Wrapped = Unwrapped.wrap(*this, FT); in adjustMemberFunctionCC() local
6293 T = Context.getAdjustedType(T, Wrapped); in adjustMemberFunctionCC()
/external/valgrind/
DNEWS2765 254646 Wrapped functions cause stack misalignment on OS X
/external/python/cpython2/Misc/
DNEWS5519 - Issue #9926: Wrapped TestSuite subclass does not get __call__ executed
5548 - Issue #120176: Wrapped TestSuite subclass does not get __call__ executed.
/external/v8/
DChangeLog27174 Wrapped external pointers more carefully (issue 1037).
/external/python/cpython3/Misc/
DHISTORY11422 - Issue #9926: Wrapped TestSuite subclass does not get __call__ executed.