/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | texture_component.h | 51 return textureId_; in GetTextureId() 56 textureId_ = textureId; in SetTextureId() 110 int64_t textureId_ = INVALID_TEXTURE; member in OHOS::Ace::TextureComponent
|
H A D | render_texture.h | 114 textureOffsetChangeEvent_(textureId_, 123 int64_t textureId_ = INVALID_TEXTURE; member in OHOS::Ace::RenderTexture
|
H A D | render_texture.cpp | 32 textureId_ = texture->GetTextureId(); in Update() 94 textureSizeChangeEvent_(textureId_, drawSize_.Width(), drawSize_.Height()); in PerformLayout() 97 textureOffsetChangeEvent_(textureId_, in PerformLayout()
|
H A D | rosen_render_texture.cpp | 154 DumpLog::GetInstance().AddDesc("textureId:", textureId_); in DumpTree()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | render_texture_impl.h | 73 textureId_ = id; in SetTextureId() 78 return textureId_; in GetTextureId() 85 int64_t textureId_ = -1; member in OHOS::Ace::NG::RenderTextureImpl
|
H A D | render_texture_impl.cpp | 97 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 D | rs_egl_image_manager.cpp | 183 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 D | rs_egl_image_manager.h | 50 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 D | camera.h | 39 textureId_(textureId), devicePosition_(devicePosition) {} in Camera() 77 int64_t textureId_ = INVALID_ID; member in OHOS::Ace::Camera
|
H A D | camera.cpp | 89 paramStream << CAMERA_PARAM_TEXTURE << PARAM_EQUALS << textureId_ << PARAM_AND << CAMERA_BUFFER_WIDTH in CreateCamera()
|
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | xcomponent_component.h | 185 return textureId_; in GetTextureId() 190 textureId_ = textureId; in SetTextureId() 265 int64_t textureId_ = -1; member in OHOS::Ace::XComponentComponent
|
H A D | rosen_render_xcomponent.cpp | 66 DumpLog::GetInstance().AddDesc("textureId:", textureId_); in DumpTree()
|
H A D | render_xcomponent.cpp | 223 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 D | render_xcomponent.h | 117 int64_t textureId_ = -1; member in OHOS::Ace::RenderXComponent
|
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/ |
H A D | surface_image.cpp | 48 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 D | ext_texture.cpp | 110 textureId_ = GetIntParam(param, TEXTURE_ID); in OnRefresh() 112 onTextureRefresh_(instanceId_, textureId_); in OnRefresh()
|
H A D | player.h | 41 : 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 D | ext_texture.h | 56 int64_t textureId_ = INVALID_ID; member in OHOS::Ace::ExtTexture
|
H A D | player.cpp | 98 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 D | texture_info.h | 26 uint32_t textureId_ = 0U; member
|
/foundation/graphic/graphic_2d/frameworks/surfaceimage/include/ |
H A D | surface_image.h | 96 uint32_t textureId_ = 0; member in OHOS::SurfaceImage
|
/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/ |
H A D | render_scene_viewer.h | 90 uint32_t textureId_; member in OHOS::Ace::RenderSceneViewer
|
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ |
H A D | lume_common.cpp | 549 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()
|