Home
last modified time | relevance | path

Searched defs:contextType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_context_pool.h66 std::vector<std::weak_ptr<Context>> Select(ContextType contextType) const in Select()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_offscreen_canvas.cpp369 std::string contextType = ""; in onGetContext() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp304 … auto contextType = type_ == XComponentType::TEXTURE ? RenderContext::ContextType::HARDWARE_TEXTURE in InitializeRenderContext() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp870 auto contextType = renderSurface_->IsTexture() ? in OnAttachToFrameNode() local