Home
last modified time | relevance | path

Searched defs:textureId (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
H A Dnative_image_adapter_impl_test.cpp62 uint32_t textureId = 1; variable
85 uint32_t textureId = 1; variable
105 uint32_t textureId = 1; variable
125 uint32_t textureId = 1; variable
144 uint32_t textureId = 1; variable
163 uint32_t textureId = 1; variable
/ohos5.0/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()
69 unsigned int GLUtils::CreateFramebufferWithTarget(unsigned int textureId, GLenum target) in CreateFramebufferWithTarget()
86 void GLUtils::DeleteTexture(unsigned int textureId) in DeleteTexture()
97 GLuint textureId = 0; in CreateTexWithStorage() local
221 GLuint textureId = 0; in CreateTextureFromImage() local
/ohos5.0/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()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_native_image_adapter_wrapper.cpp26 void ArkNativeImageAdapterWrapper::CreateNativeImage(uint32_t textureId, uint32_t textureTarget) in CreateNativeImage()
36 int32_t ArkNativeImageAdapterWrapper::AttachContext(uint32_t textureId) in AttachContext()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_native_image_adapter_impl.cpp27 void ArkNativeImageAdapterImpl::CreateNativeImage(uint32_t textureId, uint32_t textureTarget) in CreateNativeImage()
35 int32_t ArkNativeImageAdapterImpl::AttachContext(uint32_t textureId) in AttachContext()
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dnative_image_adapter_impl.cpp29 void NativeImageAdapterImpl::CreateNativeImage(uint32_t textureId, uint32_t textureTarget) in CreateNativeImage()
42 int32_t NativeImageAdapterImpl::AttachContext(uint32_t textureId) in AttachContext()
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/graphic_adapter/nativeimageadapter_fuzzer/
H A Dnativeimageadapter_fuzzer.cpp34 uint32_t textureId = 1; in NativeImageAdapterFuzzTest() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dext_texture.cpp97 void ExtTexture::SetSize(int64_t textureId, int32_t textureWidth, int32_t textureHeight) in SetSize()
131 void ExtTexture::AttachToGLContext(int64_t textureId, bool isAttach) in AttachToGLContext()
H A Dtexture.cpp115 void Texture::OnSize(int64_t textureId, int32_t textureWidth, int32_t textureHeight) in OnSize()
H A Dplayer.h40 …Player(int64_t textureId, const std::string& src, const WeakPtr<PipelineBase>& context, ErrorCallb… in Player()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_element.cpp97 [weak = WeakClaim(this)](int64_t textureId, int32_t width, int32_t height) { in Prepare()
104 [weak = WeakClaim(this)](int64_t textureId, int32_t width, int32_t height) { in Prepare()
415 void XComponentElement::OnXComponentSizeInit(int64_t textureId, int32_t textureWidth, int32_t textu… in OnXComponentSizeInit()
478 void XComponentElement::OnXComponentSizeChange(int64_t textureId, int32_t textureWidth, int32_t tex… in OnXComponentSizeChange()
H A Dxcomponent_component.h188 void SetTextureId(int64_t textureId) in SetTextureId()
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drender_texture_impl.cpp49 …Texture_->SetTextureFreshCallback([weak = WeakClaim(this)](int32_t instanceId, int64_t textureId) { in InitSurface()
125 void RenderTextureImpl::AttachToGLContext(int64_t textureId, bool isAttach) in AttachToGLContext()
/ohos5.0/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()
73 int32_t OH_NativeImage_AttachContext(OH_NativeImage* image, uint32_t textureId) in OH_NativeImage_AttachContext()
H A Dsurface_image.cpp46 SurfaceImage::SurfaceImage(uint32_t textureId, uint32_t textureTarget) in SurfaceImage()
147 SurfaceError SurfaceImage::AttachContext(uint32_t textureId) in AttachContext()
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/nativeImage_fuzzer/
H A DnativeImageadapter_fuzzer.cpp60 uint32_t textureId = 1234; in NativeImageFuzzTest() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dtexture_component.h54 void SetTextureId(int64_t textureId) in SetTextureId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_element.cpp150 … [weak = WeakClaim(this)](int64_t textureId, int32_t textureWidth, int32_t textureHeight) { in Prepare()
165 [weak = WeakClaim(this)](int64_t textureId, int32_t x, int32_t y) { in Prepare()
200 void CameraElement::OnTextureSize(int64_t textureId, int32_t textureWidth, int32_t textureHeight) in OnTextureSize()
265 void CameraElement::OnTextureOffset(int64_t textureId, int32_t x, int32_t y) in OnTextureOffset()
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/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
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/hello_native_image/
H A Dhello_native_image.cpp227 GLuint textureId; in main() local
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_view_preview.h174 const void* GetNativeWindowById(uint64_t textureId) override in GetNativeWindowById()

12