Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drender_texture_impl.h62 void SetIsTexture(bool isTexture) override {} in SetIsTexture()
H A Drosen_render_surface.h66 void SetIsTexture(bool isTexture) override in SetIsTexture()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_surface.h94 virtual void SetIsTexture(bool isTexture) {} in SetIsTexture()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dplayer.cpp192 void Player::SetSurfaceId(int64_t id, bool isTexture) in SetSurfaceId()