/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | ext_surface_callback_interface.h | 50 virtual void ProcessTextureRefresh(int32_t instanceId, int64_t textureId) {}; in ProcessTextureRefresh() argument
|
H A D | render_surface.h | 109 virtual void AttachToGLContext(int64_t textureId, bool isAttach) {} in AttachToGLContext() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/camera/large_system/ |
H A D | camera.h | 37 Camera(int64_t textureId, const WeakPtr<PipelineContext>& context, ErrorCallback&& onError, in Camera() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/ |
H A D | texture.cpp | 111 void Texture::OnSize(int64_t textureId, int32_t textureWidth, int32_t textureHeight) in OnSize() argument
|
H A D | ext_texture.cpp | 97 void ExtTexture::SetSize(int64_t textureId, int32_t textureWidth, int32_t textureHeight) in SetSize() argument 131 void ExtTexture::AttachToGLContext(int64_t textureId, bool isAttach) in AttachToGLContext() argument
|
H A D | player.h | 40 Player(int64_t textureId, const std::string& src, const WeakPtr<PipelineBase>& context, ErrorCallback&& onError) in Player() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/ |
H A D | native_texture.cpp | 114 void NativeTexture::SetSize(int64_t textureId, int32_t textureWidth, int32_t textureHeight, in SetSize() argument
|
/foundation/multimedia/image_effect/frameworks/native/render_environment/core/ |
H A D | algorithm_program.cpp | 94 void AlgorithmProgram::BindTexture(const std::string &name, int unitId, int textureId, GLenum target)
in BindTexture() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | texture_component.h | 54 void SetTextureId(int64_t textureId) in SetTextureId() argument
|
H A D | video_element.cpp | 513 void VideoElement::OnTextureOffset(int64_t textureId, int32_t x, int32_t y) in OnTextureOffset() argument 615 void VideoElement::OnTextureSize(int64_t textureId, int32_t textureWidth, int32_t textureHeight) in OnTextureSize() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_xcomponent_bridge.cpp | 88 auto textureId = static_cast<int64_t>(xcomponent->GetTextureId()); in HandleContext() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | render_texture_impl.cpp | 125 void RenderTextureImpl::AttachToGLContext(int64_t textureId, bool isAttach) in AttachToGLContext() argument
|
H A D | media_player_impl.cpp | 300 void MediaPlayerImpl::ProcessTextureRefresh(int32_t instanceId, int64_t textureId) in ProcessTextureRefresh() argument
|
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/ |
H A D | native_image.cpp | 31 OH_NativeImage* OH_NativeImage_Create(uint32_t textureId, uint32_t textureTarget) in OH_NativeImage_Create() argument 73 int32_t OH_NativeImage_AttachContext(OH_NativeImage* image, uint32_t textureId) in OH_NativeImage_AttachContext() argument
|
H A D | surface_image.cpp | 46 SurfaceImage::SurfaceImage(uint32_t textureId, uint32_t textureTarget) in SurfaceImage() argument 146 SurfaceError SurfaceImage::AttachContext(uint32_t textureId) in AttachContext() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | xcomponent_element.cpp | 412 void XComponentElement::OnXComponentSizeInit(int64_t textureId, int32_t textureWidth, int32_t textureHeight) in OnXComponentSizeInit() argument 475 void XComponentElement::OnXComponentSizeChange(int64_t textureId, int32_t textureWidth, int32_t textureHeight) in OnXComponentSizeChange() argument [all...] |
H A D | xcomponent_component.h | 188 void SetTextureId(int64_t textureId) in SetTextureId() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_egl_image_manager.cpp | 261 auto textureId = imageCache->TextureId(); in CreateImageCacheFromBuffer() local
|
/foundation/graphic/graphic_2d/rosen/samples/hello_native_image/ |
H A D | hello_native_image.cpp | 227 GLuint textureId; in main() local
|
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | gl_utils.cpp | 44 GLuint textureId = 0;
in CreateTexture2D() local 57 unsigned int GLUtils::CreateFramebuffer(unsigned int textureId)
in CreateFramebuffer() argument 69 unsigned int GLUtils::CreateFramebufferWithTarget(unsigned int textureId, GLenum target)
in CreateFramebufferWithTarget() argument 86 DeleteTexture(unsigned int textureId) DeleteTexture() argument 97 GLuint textureId = 0; CreateTexWithStorage() local 222 GLuint textureId = 0; CreateTextureFromImage() local [all...] |
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_basic_base.cpp | 83 void WebGLRenderingContextBasicBase::Attach(uint64_t textureId) {} in Attach() argument
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_view_ohos.cpp | 418 const void* AceViewOhos::GetNativeWindowById(uint64_t textureId) in GetNativeWindowById() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/camera/ |
H A D | camera_element.cpp | 200 void CameraElement::OnTextureSize(int64_t textureId, int32_t textureWidth, int32_t textureHeight) in OnTextureSize() argument 265 void CameraElement::OnTextureOffset(int64_t textureId, int32_t x, int32_t y) in OnTextureOffset() argument
|
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/systemtest/ |
H A D | native_image_opengl_system_test.cpp | 106 static inline GLuint textureId = 0; member in OHOS::Rosen::NativeImageSystemOpenGLTest
|
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/ |
H A D | native_image_test.cpp | 109 static inline GLuint textureId = 0; member in OHOS::Rosen::NativeImageTest [all...] |