Home
last modified time | relevance | path

Searched defs:textureId (Results 1 - 25 of 29) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dext_surface_callback_interface.h50 virtual void ProcessTextureRefresh(int32_t instanceId, int64_t textureId) {}; in ProcessTextureRefresh() argument
H A Drender_surface.h109 virtual void AttachToGLContext(int64_t textureId, bool isAttach) {} in AttachToGLContext() argument
/foundation/arkui/ace_engine/frameworks/core/components/camera/large_system/
H A Dcamera.h37 Camera(int64_t textureId, const WeakPtr<PipelineContext>& context, ErrorCallback&& onError, in Camera() argument
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dtexture.cpp111 void Texture::OnSize(int64_t textureId, int32_t textureWidth, int32_t textureHeight) in OnSize() argument
H A Dext_texture.cpp97 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 Dplayer.h40 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 Dnative_texture.cpp114 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 Dalgorithm_program.cpp94 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 Dtexture_component.h54 void SetTextureId(int64_t textureId) in SetTextureId() argument
H A Dvideo_element.cpp513 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 Djsi_xcomponent_bridge.cpp88 auto textureId = static_cast<int64_t>(xcomponent->GetTextureId()); in HandleContext() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drender_texture_impl.cpp125 void RenderTextureImpl::AttachToGLContext(int64_t textureId, bool isAttach) in AttachToGLContext() argument
H A Dmedia_player_impl.cpp300 void MediaPlayerImpl::ProcessTextureRefresh(int32_t instanceId, int64_t textureId) in ProcessTextureRefresh() argument
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H A Dnative_image.cpp31 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 Dsurface_image.cpp46 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 Dxcomponent_element.cpp412 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 Dxcomponent_component.h188 void SetTextureId(int64_t textureId) in SetTextureId() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_egl_image_manager.cpp261 auto textureId = imageCache->TextureId(); in CreateImageCacheFromBuffer() local
/foundation/graphic/graphic_2d/rosen/samples/hello_native_image/
H A Dhello_native_image.cpp227 GLuint textureId; in main() local
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Dgl_utils.cpp44 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 Dwebgl_rendering_context_basic_base.cpp83 void WebGLRenderingContextBasicBase::Attach(uint64_t textureId) {} in Attach() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.cpp418 const void* AceViewOhos::GetNativeWindowById(uint64_t textureId) in GetNativeWindowById() argument
/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_element.cpp200 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 Dnative_image_opengl_system_test.cpp106 static inline GLuint textureId = 0; member in OHOS::Rosen::NativeImageSystemOpenGLTest
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/
H A Dnative_image_test.cpp109 static inline GLuint textureId = 0; member in OHOS::Rosen::NativeImageTest
[all...]

Completed in 20 milliseconds

12