Home
last modified time | relevance | path

Searched refs:kWrapped (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/gpu/mtl/
DGrMtlRenderTarget.h76 enum Wrapped { kWrapped }; enumerator
DGrMtlTexture.h58 enum Wrapped { kWrapped }; enumerator
DGrMtlRenderTarget.mm43 return sk_sp<GrMtlRenderTarget>(new GrMtlRenderTarget(gpu, desc, renderTexture, kWrapped));
DGrMtlTexture.mm80 return sk_sp<GrMtlTexture>(new GrMtlTexture(gpu, kWrapped, desc, texture, mipMapsStatus,
/external/skqp/src/gpu/mtl/
DGrMtlRenderTarget.h76 enum Wrapped { kWrapped }; enumerator
DGrMtlTexture.h71 enum Wrapped { kWrapped }; enumerator
DGrMtlRenderTarget.mm43 return sk_sp<GrMtlRenderTarget>(new GrMtlRenderTarget(gpu, desc, renderTexture, kWrapped));
DGrMtlTexture.mm80 return sk_sp<GrMtlTexture>(new GrMtlTexture(gpu, kWrapped, desc, texture, mipMapsStatus,
/external/skqp/src/gpu/mock/
DGrMockGpu.cpp162 new GrMockRenderTarget(this, GrMockRenderTarget::kWrapped, desc, info)); in onWrapBackendRenderTarget()
183 new GrMockRenderTarget(this, GrMockRenderTarget::kWrapped, desc, rtInfo)); in onWrapBackendTextureAsRenderTarget()
DGrMockTexture.h111 enum Wrapped { kWrapped }; enumerator
/external/skia/src/gpu/mock/
DGrMockGpu.cpp162 new GrMockRenderTarget(this, GrMockRenderTarget::kWrapped, desc, info)); in onWrapBackendRenderTarget()
183 new GrMockRenderTarget(this, GrMockRenderTarget::kWrapped, desc, rtInfo)); in onWrapBackendTextureAsRenderTarget()
DGrMockTexture.h81 enum Wrapped { kWrapped }; enumerator
/external/v8/src/parsing/
Dpreparser.cc273 DCHECK_NE(FunctionLiteral::kWrapped, function_type); in ParseFunctionLiteral()
Dparser.cc680 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()
Dparser-base.h4215 function_type == FunctionLiteral::kWrapped ? Token::EOS : Token::RBRACE; in ParseFunctionBody()
/external/v8/src/ast/
Dast.h2217 kWrapped, enumerator
2254 bool is_wrapped() const { return function_type() == kWrapped; } in is_wrapped()