HomeSort by relevance Sort by last modified time
    Searched defs:Wrapped (Results 1 - 12 of 12) sorted by null

  /external/skia/src/gpu/mock/
GrMockTexture.h 81 enum Wrapped { kWrapped };
82 GrMockRenderTarget(GrMockGpu* gpu, Wrapped, const GrSurfaceDesc& desc,
138 // Renderable wrapped backend texture.
  /external/skia/src/gpu/mtl/
GrMtlRenderTarget.h 76 enum Wrapped { kWrapped };
80 Wrapped);
GrMtlTexture.h 58 enum Wrapped { kWrapped };
63 GrMtlTexture(GrMtlGpu*, Wrapped, const GrSurfaceDesc&, id<MTLTexture>, GrMipMapsStatus,
  /external/skqp/src/gpu/mtl/
GrMtlRenderTarget.h 76 enum Wrapped { kWrapped };
80 Wrapped);
GrMtlTexture.h 71 enum Wrapped { kWrapped };
90 GrMtlTexture(GrMtlGpu*, Wrapped, const GrSurfaceDesc&, id<MTLTexture>, GrMipMapsStatus,
  /external/skqp/src/gpu/mock/
GrMockTexture.h 111 enum Wrapped { kWrapped };
112 GrMockRenderTarget(GrMockGpu* gpu, Wrapped, const GrSurfaceDesc& desc,
168 // Renderable wrapped backend texture.
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptPkcs7Verify.c 34 Check input P7Data is a wrapped ContentInfo structure or not. If not construct
65 BOOLEAN Wrapped;
69 // Check whether input P7Data is a wrapped ContentInfo structure or not.
71 Wrapped = FALSE;
75 Wrapped = TRUE;
80 if (Wrapped) {
90 *WrapFlag = Wrapped;
137 *WrapFlag = Wrapped;
228 Cryptographic Message Syntax Standard". The input signed data could be wrapped
267 BOOLEAN Wrapped;
    [all...]
  /external/python/funcsigs/tests/
test_inspect.py 532 class Wrapped(object):
534 Wrapped.__wrapped__ = lambda a: None
535 self.assertEqual(self.signature(Wrapped),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 71 bool Wrapped = false;
75 Wrapped = true;
80 return Wrapped ? MetadataAsValue::get(C, ValueAsMetadata::get(V)) : V;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
StmApi.h 699 UINT16 Wrapped :1;
    [all...]
  /external/python/cpython3/Lib/test/
test_inspect.py 544 self.assertSourceEqual(mod2.wrapped, 14, 17)
1094 def wrapped(x): function in function:TestClassesAndFunctions.test_getmembers_descriptors.pred_wrapper
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 1401 milliseconds