Searched refs:kWrapped (Results 1 – 16 of 16) sorted by relevance
/external/skia/src/gpu/mtl/ |
D | GrMtlRenderTarget.h | 76 enum Wrapped { kWrapped }; enumerator
|
D | GrMtlTexture.h | 58 enum Wrapped { kWrapped }; enumerator
|
D | GrMtlRenderTarget.mm | 43 return sk_sp<GrMtlRenderTarget>(new GrMtlRenderTarget(gpu, desc, renderTexture, kWrapped));
|
D | GrMtlTexture.mm | 80 return sk_sp<GrMtlTexture>(new GrMtlTexture(gpu, kWrapped, desc, texture, mipMapsStatus,
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlRenderTarget.h | 76 enum Wrapped { kWrapped }; enumerator
|
D | GrMtlTexture.h | 71 enum Wrapped { kWrapped }; enumerator
|
D | GrMtlRenderTarget.mm | 43 return sk_sp<GrMtlRenderTarget>(new GrMtlRenderTarget(gpu, desc, renderTexture, kWrapped));
|
D | GrMtlTexture.mm | 80 return sk_sp<GrMtlTexture>(new GrMtlTexture(gpu, kWrapped, desc, texture, mipMapsStatus,
|
/external/skqp/src/gpu/mock/ |
D | GrMockGpu.cpp | 162 new GrMockRenderTarget(this, GrMockRenderTarget::kWrapped, desc, info)); in onWrapBackendRenderTarget() 183 new GrMockRenderTarget(this, GrMockRenderTarget::kWrapped, desc, rtInfo)); in onWrapBackendTextureAsRenderTarget()
|
D | GrMockTexture.h | 111 enum Wrapped { kWrapped }; enumerator
|
/external/skia/src/gpu/mock/ |
D | GrMockGpu.cpp | 162 new GrMockRenderTarget(this, GrMockRenderTarget::kWrapped, desc, info)); in onWrapBackendRenderTarget() 183 new GrMockRenderTarget(this, GrMockRenderTarget::kWrapped, desc, rtInfo)); in onWrapBackendTextureAsRenderTarget()
|
D | GrMockTexture.h | 81 enum Wrapped { kWrapped }; enumerator
|
/external/v8/src/parsing/ |
D | preparser.cc | 273 DCHECK_NE(FunctionLiteral::kWrapped, function_type); in ParseFunctionLiteral()
|
D | parser.cc | 680 kNoSourcePosition, FunctionLiteral::kWrapped, LanguageMode::kSloppy, in ParseWrapped() 732 return FunctionLiteral::kWrapped; in ComputeFunctionType() 2477 bool is_wrapped = function_type == FunctionLiteral::kWrapped; in ParseFunctionLiteral() 3068 bool is_wrapped = function_type == FunctionLiteral::kWrapped; in ParseFunction()
|
D | parser-base.h | 4215 function_type == FunctionLiteral::kWrapped ? Token::EOS : Token::RBRACE; in ParseFunctionBody()
|
/external/v8/src/ast/ |
D | ast.h | 2217 kWrapped, enumerator 2254 bool is_wrapped() const { return function_type() == kWrapped; } in is_wrapped()
|