Home
last modified time | relevance | path

Searched refs:textureId_ (Results 1 - 23 of 23) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dtexture_component.h51 return textureId_; in GetTextureId()
56 textureId_ = textureId; in SetTextureId()
110 int64_t textureId_ = INVALID_TEXTURE; member in OHOS::Ace::TextureComponent
H A Drender_texture.h114 textureOffsetChangeEvent_(textureId_,
123 int64_t textureId_ = INVALID_TEXTURE; member in OHOS::Ace::RenderTexture
H A Drender_texture.cpp32 textureId_ = texture->GetTextureId(); in Update()
94 textureSizeChangeEvent_(textureId_, drawSize_.Width(), drawSize_.Height()); in PerformLayout()
97 textureOffsetChangeEvent_(textureId_, in PerformLayout()
H A Drosen_render_texture.cpp154 DumpLog::GetInstance().AddDesc("textureId:", textureId_); in DumpTree()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drender_texture_impl.h73 textureId_ = id; in SetTextureId()
78 return textureId_; in GetTextureId()
85 int64_t textureId_ = -1; member in OHOS::Ace::NG::RenderTextureImpl
H A Drender_texture_impl.cpp97 return std::to_string(textureId_); in GetUniqueId()
112 [surface = extTexture_, id = textureId_, left, top, width, height]() { in SetExtSurfaceBounds()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_egl_image_manager.cpp183 if (textureId_ != 0) {
184 glDeleteTextures(1, &textureId_);
185 textureId_ = 0;
201 glGenTextures(1, &textureId_); in BindToTexture()
202 if (textureId_ == 0) { in BindToTexture()
207 // bind this eglImage_ to textureId_. in BindToTexture()
208 glBindTexture(GL_TEXTURE_EXTERNAL_OES, textureId_); in BindToTexture()
H A Drs_egl_image_manager.h50 return textureId_; in TextureId()
69 GLuint textureId_ = 0; member in OHOS::Rosen::ImageCacheSeq
/foundation/arkui/ace_engine/frameworks/core/components/camera/large_system/
H A Dcamera.h39 textureId_(textureId), devicePosition_(devicePosition) {} in Camera()
77 int64_t textureId_ = INVALID_ID; member in OHOS::Ace::Camera
H A Dcamera.cpp89 paramStream << CAMERA_PARAM_TEXTURE << PARAM_EQUALS << textureId_ << PARAM_AND << CAMERA_BUFFER_WIDTH in CreateCamera()
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_component.h185 return textureId_; in GetTextureId()
190 textureId_ = textureId; in SetTextureId()
265 int64_t textureId_ = -1; member in OHOS::Ace::XComponentComponent
H A Drosen_render_xcomponent.cpp66 DumpLog::GetInstance().AddDesc("textureId:", textureId_); in DumpTree()
H A Drender_xcomponent.cpp223 textureId_ = xcomponent->GetTextureId(); in Update()
274 xcomponentSizeInitEvent_(textureId_, drawSize_.Width(), drawSize_.Height()); in Paint()
301 xcomponentSizeChangeEvent_(textureId_, drawSize_.Width(), drawSize_.Height()); in Paint()
H A Drender_xcomponent.h117 int64_t textureId_ = -1; member in OHOS::Ace::RenderXComponent
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H A Dsurface_image.cpp48 textureId_(textureId), in SurfaceImage()
155 textureId_ = textureId; in AttachContext()
161 BLOGE("glBindTexture failed, textureTarget:%{public}d, textureId_:%{public}d, error:%{public}d," in AttachContext()
162 "uniqueId: %{public}" PRIu64 ".", textureTarget_, textureId_, error, uniqueId_); in AttachContext()
188 textureId_ = 0; in DetachContext()
193 "uniqueId: %{public}" PRIu64 ".", textureTarget_, textureId_, error, uniqueId_); in DetachContext()
336 glBindTexture(textureTarget_, textureId_); in UpdateEGLImageAndTexture()
340 BLOGE("glBindTexture failed, textureTarget:%{public}d, textureId_:%{public}d, error:%{public}d" in UpdateEGLImageAndTexture()
341 "uniqueId: %{public}" PRIu64 ".", textureTarget_, textureId_, error, uniqueId_); in UpdateEGLImageAndTexture()
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dext_texture.cpp110 textureId_ = GetIntParam(param, TEXTURE_ID); in OnRefresh()
112 onTextureRefresh_(instanceId_, textureId_); in OnRefresh()
H A Dplayer.h41 : Resource("video", context, std::move(onError)), textureId_(textureId), src_(src) in Player()
135 int64_t textureId_ = INVALID_ID; member in OHOS::Ace::Player
H A Dext_texture.h56 int64_t textureId_ = INVALID_ID; member in OHOS::Ace::ExtTexture
H A Dplayer.cpp98 paramStream << PLAYER_PARAM_TEXTURE << PARAM_EQUALS << textureId_; in CreatePlayer() local
189 textureId_ = id; in SetSurfaceId()
191 paramStream << PARAM_VALUE << PARAM_EQUALS << textureId_ << PARAM_AND in SetSurfaceId()
/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H A Dtexture_info.h26 uint32_t textureId_ = 0U; member
/foundation/graphic/graphic_2d/frameworks/surfaceimage/include/
H A Dsurface_image.h96 uint32_t textureId_ = 0; member in OHOS::SurfaceImage
/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Drender_scene_viewer.h90 uint32_t textureId_; member in OHOS::Ace::RenderSceneViewer
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp549 if (textureInfo_.textureId_ == 0U && textureInfo_.nativeWindow_) { in DrawFrame()
1439 if (info.textureId_ == 0U && info.nativeWindow_) { in SetupCustomRenderTarget()
1502 glesImageDesc.image = textureInfo_.textureId_; in SetupGpuImageTarget()
1511 WIDGET_LOGD("ACE-3D LumeCommon::SetupGpuImageTarget texture %d", textureInfo_.textureId_); in SetupGpuImageTarget()

Completed in 16 milliseconds