Home
last modified time | relevance | path

Searched defs:cacheable (Results 26 - 30 of 30) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp543 [[maybe_unused]] bool cacheable = (locales->IsUndefined() || locales->IsString()) && options->IsUndefined(); in DoLocaleCompare() local
572 LocaleCompareGC(JSThread *thread, const JSHandle<EcmaString> &thisHandle, const JSHandle<EcmaString> &thatHandle, const JSHandle<JSTaggedValue> &locales, const JSHandle<JSTaggedValue> &options, CompareStringsOption csOption, bool cacheable) LocaleCompareGC() argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_string_stub_builder.cpp2442 GateRef cacheable = LogicAndBuilder(env).And(localesIsUndefOrString).And(TaggedIsUndefined(options)).Done(); in LocaleCompare() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3839 bool cacheable = options->IsUndefined() && (locales->IsUndefined() || locales->IsString()); in DEF_RUNTIME_STUBS() local
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp656 onWrapBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType) onWrapBackendTexture() argument
711 onWrapCompressedBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable) onWrapCompressedBackendTexture() argument
734 onWrapRenderableBackendTexture(const GrBackendTexture& backendTex, int sampleCnt, GrWrapOwnership ownership, GrWrapCacheable cacheable) onWrapRenderableBackendTexture() argument
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.cpp1407 onWrapBackendTexture(const GrBackendTexture& backendTex, GrWrapOwnership ownership, GrWrapCacheable cacheable, GrIOType ioType) onWrapBackendTexture() argument
1435 onWrapCompressedBackendTexture(const GrBackendTexture& beTex, GrWrapOwnership ownership, GrWrapCacheable cacheable) onWrapCompressedBackendTexture() argument
1441 onWrapRenderableBackendTexture(const GrBackendTexture& backendTex, int sampleCnt, GrWrapOwnership ownership, GrWrapCacheable cacheable) onWrapRenderableBackendTexture() argument

Completed in 31 milliseconds

12