Home
last modified time | relevance | path

Searched defs:attachment (Results 1 - 25 of 178) sorted by relevance

12345678

/third_party/mesa3d/src/glx/
H A Ddri2.h42 unsigned int attachment; member
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_attach.h45 bool Attach(const IObject::Ptr& attachment) in Attach() argument
[all...]
H A Dintf_attachment_container.h50 bool Attach(const IObject::Ptr& attachment) in Attach() argument
[all...]
/third_party/skia/src/gpu/mtl/
H A DGrMtlTexture.h34 GrMtlAttachment* attachment() const { return fTexture.get(); } in attachment() function in GrMtlTexture
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DFramebuffer.cpp17 Framebuffer::Framebuffer(vk::Device device, vk::PhysicalDevice physicalDevice, vk::ImageView attachment, vk::Format colorFormat, vk::RenderPass renderPass, vk::Extent2D extent, bool multisample) in Framebuffer() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DAttachmentState.cpp56 TextureViewBase* attachment = in AttachmentStateBlueprint() local
67 TextureViewBase* attachment = descriptor->depthStencilAttachment->view; in AttachmentStateBlueprint() local
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject.cpp51 bool Object::Attach(const IObject::Ptr& attachment, const IObject::Ptr& dataContext) in Attach() argument
60 bool Object::Detach(const IObject::Ptr& attachment) in Detach() argument
H A Dattachment_container.cpp95 bool AttachmentContainer::Attach(const IObject::Ptr& attachment, const IObject::Ptr& dataContext) in Attach() argument
132 bool AttachmentContainer::Detach(const IObject::Ptr& attachment) in Detach() argument
100 Attach( IContainer::SizeType pos, const IObject::Ptr& attachment, const IObject::Ptr& dataContext) Attach() argument
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_override.cpp174 CheckGetFrameBufferAttachmentParameter( napi_env env, GLenum target, GLenum attachment, const WebGLFramebuffer* frameBuffer) CheckGetFrameBufferAttachmentParameter() argument
211 GetFrameBufferAttachmentParameterForDefault( napi_env env, GLenum target, GLenum attachment, GLenum pname) GetFrameBufferAttachmentParameterForDefault() argument
260 HandleFrameBufferPname( napi_env env, GLenum target, GLenum attachment, GLenum pname, WebGLAttachment* attachmentObject) HandleFrameBufferPname() argument
305 GetFrameBufferAttachmentParameter( napi_env env, GLenum target, GLenum attachment, GLenum pname) GetFrameBufferAttachmentParameter() argument
[all...]
H A Dwebgl_framebuffer.cpp85 bool WebGLFramebuffer::AddAttachment(GLenum target, GLenum attachment, GLuint id) in AddAttachment() argument
101 bool WebGLFramebuffer::AddAttachment(GLenum target, GLenum attachment, GLuint id, GLenum textureTarget, GLint level) in AddAttachment() argument
119 DoDetachment(GLenum target, WebGLAttachment* attachment) DoDetachment() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DRenderTargetCache.h154 updateCachedRenderTarget( const gl::Context *context, const gl::FramebufferAttachment *attachment, RenderTargetT **cachedRenderTarget) updateCachedRenderTarget() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DBlendIntegerTest.cpp26 void compareValue(const T *value, const char *name, GLenum attachment) in compareValue() argument
H A DFramebufferMultiviewTest.cpp141 GLColor getLayerColor(size_t layer, GLenum attachment, GLint x, GLint y) in getLayerColor() argument
149 GLColor getLayerColor(size_t layer, GLenum attachment) in getLayerColor() argument
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkRenderTarget.h169 GrVkImage* attachment = global() variable
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_framebuffer.h59 GLenum attachment; member
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DBlitFramebufferPerf.cpp164 GLenum attachment = BufferTypeAttachment(param.type); in initializeBenchmark() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkFramebuffer.cpp86 const VkAttachmentDescription attachment = renderPass->getAttachment(i); in executeLoadOp() local
137 clearAttachment(const RenderPass *renderPass, uint32_t subpassIndex, const VkClearAttachment &attachment, const VkClearRect &rect) clearAttachment() argument
[all...]
H A DVkRenderPass.cpp431 MarkFirstUse(int attachment, int subpass) MarkFirstUse() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DMultiviewTest.cpp189 GLenum attachment = static_cast<GLenum>(GL_COLOR_ATTACHMENT0 + i); in AttachMultiviewTextures() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DValidationTest.h119 wgpu::Texture attachment; member
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFboStateQueryTests.cpp58 void checkAttachmentParam(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, GLenum pname, GLenum reference) in checkAttachmentParam() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DClearMultiviewGL.cpp116 const gl::FramebufferAttachment *attachment = state.getColorAttachment(drawBufferId); in attachTextures() local
172 const gl::FramebufferAttachment *attachment = state.getColorAttachment(drawBufferId); in detachTextures() local
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/
H A Dobject_api.h405 auto& Attach(const META_NS::IObject::Ptr& attachment, const META_NS::IObject::Ptr& dataContext = {}) in Attach() argument
411 auto& Attach(const T& attachment, const U& dataContext = {}) in Attach() argument
416 auto& Attach(const T& attachment) in Attach() argument
423 auto& Detach(const META_NS::IObject::Ptr& attachment) in Detach() argument
429 Detach(const T& attachment) Detach() argument
539 Attach(const META_NS::IAttachment::Ptr& attachment, const META_NS::IObject::Ptr& dataContext = {}) Attach() argument
544 Detach(const META_NS::IAttachment::Ptr& attachment) Detach() argument
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Danim_impl.cpp383 Attach(const BASE_NS::shared_ptr<META_NS::IObject>& attachment, const IObject::Ptr& dataContext) Attach() argument
391 Detach(const META_NS::IObject::Ptr& attachment) Detach() argument
399 AttachModifier(const BASE_NS::shared_ptr<META_NS::IAnimationModifier>& attachment) AttachModifier() argument
409 DetachModifier(const BASE_NS::shared_ptr<META_NS::IAnimationModifier>& attachment) DetachModifier() argument
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation_state.cpp377 bool AnimationState::Attach(const IObject::Ptr& attachment, const IObject::Ptr& dataContext) in Attach() argument
398 bool AnimationState::Detach(const IObject::Ptr& attachment) in Detach() argument

Completed in 11 milliseconds

12345678