/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_model_ng.h | 52 bool IsTexture() override; 62 static bool IsTexture(FrameNode* frameNode);
|
H A D | xcomponent_model.h | 64 virtual bool IsTexture() in IsTexture() function
|
H A D | xcomponent_model_ng.cpp | 202 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 D | webgl2_rendering_context_override.cpp | 265 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 D | webgl_framebuffer.cpp | 259 if (attachedObject->IsTexture()) { in GetWebGLAttachmentInfo()
|
H A D | webgl_rendering_context_common.cpp | 1609 NVal::DeclareNapiFunction("isTexture", WebGLRenderingContextBase::IsTexture), in GetRenderingContextBasePropertyDesc()
|
H A D | webgl_rendering_context_base.cpp | 2206 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 D | node_xcomponent_modifier.cpp | 70 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 D | media_player_impl.cpp | 150 if (renderSurface ->IsTexture()) { in SetRenderSurface() 218 if (renderSurface ->IsTexture()) { in SetSurface()
|
H A D | render_texture_impl.h | 66 bool IsTexture() override in IsTexture() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_surface.h | 102 virtual bool IsTexture() in IsTexture() function
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_framebuffer.h | 50 bool IsTexture() const in IsTexture() function
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/ |
H A D | xcomponent_property_test_ng.cpp | 557 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 D | webgl_rendering_context_base.h | 420 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 D | video_pattern.cpp | 870 auto contextType = renderSurface_->IsTexture() ? in OnAttachToFrameNode()
|