/ohos5.0/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/ |
H A D | native_image_adapter_impl_test.cpp | 62 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 D | gl_utils.cpp | 44 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 D | ext_surface_callback_interface.h | 50 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 D | ark_native_image_adapter_wrapper.cpp | 26 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 D | ark_native_image_adapter_impl.cpp | 27 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 D | native_image_adapter_impl.cpp | 29 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 D | nativeimageadapter_fuzzer.cpp | 34 uint32_t textureId = 1; in NativeImageAdapterFuzzTest() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/resource/ |
H A D | ext_texture.cpp | 97 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 D | texture.cpp | 115 void Texture::OnSize(int64_t textureId, int32_t textureWidth, int32_t textureHeight) in OnSize()
|
H A D | player.h | 40 …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 D | xcomponent_element.cpp | 97 [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 D | xcomponent_component.h | 188 void SetTextureId(int64_t textureId) in SetTextureId()
|
/ohos5.0/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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | render_texture_impl.cpp | 49 …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 D | native_image.cpp | 31 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 D | surface_image.cpp | 46 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 D | nativeImageadapter_fuzzer.cpp | 60 uint32_t textureId = 1234; in NativeImageFuzzTest() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | texture_component.h | 54 void SetTextureId(int64_t textureId) in SetTextureId()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/ |
H A D | camera_element.cpp | 150 … [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 D | algorithm_program.cpp | 94 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 D | native_texture.cpp | 114 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 D | webgl_rendering_context_basic_base.cpp | 83 void WebGLRenderingContextBasicBase::Attach(uint64_t textureId) {} in Attach()
|
/ohos5.0/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
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/hello_native_image/ |
H A D | hello_native_image.cpp | 227 GLuint textureId; in main() local
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_view_preview.h | 174 const void* GetNativeWindowById(uint64_t textureId) override in GetNativeWindowById()
|