Home
last modified time | relevance | path

Searched refs:GetTextureId (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dtexture_component.h49 int64_t GetTextureId() const in GetTextureId() function
H A Drender_texture.cpp33 textureId_ = texture->GetTextureId(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drender_texture_impl.h76 int64_t GetTextureId() const in GetTextureId() function
H A Dmedia_player_impl.cpp221 player_->SetSurfaceId(textureImpl->GetTextureId(), true); in SetSurface()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_xcomponent_bridge.cpp88 auto textureId = static_cast<int64_t>(xcomponent->GetTextureId()); in HandleContext()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_component.h183 int64_t GetTextureId() const in GetTextureId() function
H A Dxcomponent_element.cpp335 texture_->SetSize(xcomponent_->GetTextureId(), surfaceWidth, surfaceHeight); in ConfigSurface()
H A Drender_xcomponent.cpp225 textureId_ = xcomponent->GetTextureId(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp2245 auto textureId = static_cast<int64_t>(xcomponent->GetTextureId()); in FireExternalEvent()