Home
last modified time | relevance | path

Searched refs:IsTexture (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_model_ng.h52 bool IsTexture() override;
62 static bool IsTexture(FrameNode* frameNode);
H A Dxcomponent_model.h64 virtual bool IsTexture() in IsTexture() function
H A Dxcomponent_model_ng.cpp202 bool XComponentModelNG::IsTexture() in IsTexture() function in OHOS::Ace::NG::XComponentModelNG
283 bool XComponentModelNG::IsTexture(FrameNode *frameNode) in IsTexture() function in OHOS::Ace::NG::XComponentModelNG
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_override.cpp265 return attachmentObject->IsTexture() ? NVal::CreateInt64(env, GL_TEXTURE).val_ : in HandleFrameBufferPname()
268 … return attachmentObject->IsTexture() ? GetObject<WebGLTexture>(env, attachmentObject->id) : in HandleFrameBufferPname()
273 if (!attachmentObject->IsTexture()) { in HandleFrameBufferPname()
H A Dwebgl_framebuffer.cpp259 if (attachedObject->IsTexture()) { in GetWebGLAttachmentInfo()
H A Dwebgl_rendering_context_common.cpp1609 NVal::DeclareNapiFunction("isTexture", WebGLRenderingContextBase::IsTexture), in GetRenderingContextBasePropertyDesc()
H A Dwebgl_rendering_context_base.cpp2206 napi_value WebGLRenderingContextBase::IsTexture(napi_env env, napi_callback_info info) in IsTexture() function in OHOS::Rosen::WebGLRenderingContextBase
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_xcomponent_modifier.cpp70 if (!XComponentModelNG::IsTexture(frameNode)) { in SetXComponentOpacity()
83 if (!XComponentModelNG::IsTexture(frameNode)) { in ResetXComponentOpacity()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dmedia_player_impl.cpp150 if (renderSurface ->IsTexture()) { in SetRenderSurface()
218 if (renderSurface ->IsTexture()) { in SetSurface()
H A Drender_texture_impl.h66 bool IsTexture() override in IsTexture() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_surface.h102 virtual bool IsTexture() in IsTexture() function
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_framebuffer.h50 bool IsTexture() const in IsTexture() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_property_test_ng.cpp557 EXPECT_TRUE(xComponent.IsTexture());
569 EXPECT_TRUE(xComponent.IsTexture(Referenced::RawPtr(frameNode)));
629 EXPECT_FALSE(xComponent.IsTexture());
638 EXPECT_FALSE(xComponent.IsTexture(Referenced::RawPtr(frameNode)));
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base.h420 static napi_value IsTexture(napi_env env, napi_callback_info info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp870 auto contextType = renderSurface_->IsTexture() ? in OnAttachToFrameNode()