Home
last modified time | relevance | path

Searched refs:GetTexture (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Degl_data.h27 virtual uint32_t GetTexture() const = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element_v2.cpp195 … if (!videoComponent->GetMediaPlayerFullStatus() || !videoComponent->GetTexture().Upgrade()) { in SetNewComponent()
207 if (!videoComponent->GetPlayer().Upgrade() || !videoComponent->GetTexture().Upgrade()) { in SetNewComponent()
H A Dvideo_component.h315 WeakPtr<Texture> GetTexture() const in GetTexture() function
H A Dvideo_element.cpp224 if (!videoComponent->GetPlayer().Invalid() && !videoComponent->GetTexture().Invalid()) { in InitStatus()
226 texture_ = videoComponent->GetTexture().Upgrade(); in InitStatus()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_component.h203 RefPtr<NativeTexture> GetTexture() const in GetTexture() function
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_texture.h57 uint32_t GetTexture() const in GetTexture() function
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base_impl.cpp137 texture = webGlTexture->GetTexture(); in BindTexture()
714 uint32_t texture = webGlTexture->GetTexture(); in DeleteTexture()
908 textureId = static_cast<int32_t>(webGlTexture->GetTexture()); in FrameBufferTexture2D()
H A Dwebgl_rendering_context_common.cpp925 static napi_value GetTexture(napi_env env, napi_callback_info info) in GetTexture() function
1804 NVal::DeclareNapiGetter("TEXTURE", GetTexture), in GetRenderingContextBasePropertyDesc()
H A Dwebgl2_rendering_context_impl.cpp1418 textureId = static_cast<int32_t>(webGlTexture->GetTexture()); in FrameBufferTextureLayer()
H A Dwebgl_rendering_context_base.cpp2218 uint32_t texture = webGLTexture->GetTexture(); in IsTexture()