Home
last modified time | relevance | path

Searched defs:attachment (Results 1 – 25 of 187) sorted by relevance

12345678

/external/pdfium/fpdfsdk/
Dfpdf_attachment.cpp134 FPDFAttachment_GetName(FPDF_ATTACHMENT attachment, in FPDFAttachment_GetName()
146 FPDFAttachment_HasKey(FPDF_ATTACHMENT attachment, FPDF_BYTESTRING key) { in FPDFAttachment_HasKey()
156 FPDFAttachment_GetValueType(FPDF_ATTACHMENT attachment, FPDF_BYTESTRING key) { in FPDFAttachment_GetValueType()
166 FPDFAttachment_SetStringValue(FPDF_ATTACHMENT attachment, in FPDFAttachment_SetStringValue()
188 FPDFAttachment_GetStringValue(FPDF_ATTACHMENT attachment, in FPDFAttachment_GetStringValue()
215 FPDFAttachment_SetFile(FPDF_ATTACHMENT attachment, in FPDFAttachment_SetFile()
265 FPDFAttachment_GetFile(FPDF_ATTACHMENT attachment, in FPDFAttachment_GetFile()
Dfpdf_attachment_embeddertest.cpp26 FPDF_ATTACHMENT attachment = FPDFDoc_GetAttachment(document(), 0); in TEST_F() local
100 FPDF_ATTACHMENT attachment = in TEST_F() local
160 FPDF_ATTACHMENT attachment = in TEST_F() local
232 FPDF_ATTACHMENT attachment = FPDFDoc_GetAttachment(document(), 0); in TEST_F() local
Dcpdfsdk_helpers.h69 inline FPDF_ATTACHMENT FPDFAttachmentFromCPDFObject(CPDF_Object* attachment) { in FPDFAttachmentFromCPDFObject()
72 inline CPDF_Object* CPDFObjectFromFPDFAttachment(FPDF_ATTACHMENT attachment) { in CPDFObjectFromFPDFAttachment()
/external/libchrome/ipc/
Dipc_message_attachment_set.cc24 for (const scoped_refptr<MessageAttachment>& attachment : attachments) { in count_attachments_of_type() local
63 scoped_refptr<MessageAttachment> attachment, in AddAttachment()
87 scoped_refptr<MessageAttachment> attachment) { in AddAttachment()
Dipc_message_attachment.cc34 base::ScopedFD TakeOrDupFile(internal::PlatformFileAttachment* attachment) { in TakeOrDupFile()
69 auto* attachment = static_cast<internal::MachPortAttachmentMac*>(this); in TakeMojoHandle() local
83 auto* attachment = static_cast<internal::HandleAttachmentFuchsia*>(this); in TakeMojoHandle() local
Dipc_mojo_message_helper.cc27 scoped_refptr<base::Pickle::Attachment> attachment; in ReadMessagePipeFrom() local
Dipc_platform_file_attachment_posix.cc31 scoped_refptr<MessageAttachment> attachment) { in GetPlatformFile()
Dipc_mojo_param_traits.cc63 scoped_refptr<base::Pickle::Attachment> attachment; in Read() local
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DJimfsAsynchronousFileChannel.java60 @NullableDecl A attachment) { in addCallback()
80 @NullableDecl A attachment, in lock()
83 addCallback(lock(position, size, shared), handler, attachment); in lock() local
/external/mesa3d/src/mesa/main/
Dfbobject.c262 GLenum attachment, bool *is_color_attachment) in get_attachment()
321 GLenum attachment) in get_fb0_attachment()
593 GLenum attachment, in _mesa_FramebufferRenderbuffer_sw()
3733 GLenum attachment, const char *caller) in _mesa_get_and_validate_attachment()
3765 GLenum attachment, in _mesa_framebuffer_texture()
3839 framebuffer_texture_with_dims_no_error(GLenum target, GLenum attachment, in framebuffer_texture_with_dims_no_error()
3862 GLenum attachment, GLenum textarget, in framebuffer_texture_with_dims()
3908 _mesa_FramebufferTexture1D_no_error(GLenum target, GLenum attachment, in _mesa_FramebufferTexture1D_no_error()
3918 _mesa_FramebufferTexture1D(GLenum target, GLenum attachment, in _mesa_FramebufferTexture1D()
3927 _mesa_FramebufferTexture2D_no_error(GLenum target, GLenum attachment, in _mesa_FramebufferTexture2D_no_error()
[all …]
/external/angle/src/libANGLE/
DFramebuffer.cpp69 const FramebufferAttachment &attachment) in CheckAttachmentCompleteness()
205 const FramebufferAttachment &attachment, in CheckAttachmentSampleCompleteness()
294 angle::Result InitAttachment(const Context *context, FramebufferAttachment *attachment) in InitAttachment()
304 bool AttachmentOverlapsWithTexture(const FramebufferAttachment &attachment, in AttachmentOverlapsWithTexture()
588 for (const FramebufferAttachment &attachment : mColorAttachments) in getAttachmentExtentsIntersection() local
616 auto hasMismatchedSize = [&attachmentSize](const FramebufferAttachment &attachment) { in attachmentsHaveSameDimensions()
633 for (const auto &attachment : mColorAttachments) in attachmentsHaveSameDimensions() local
742 const FramebufferAttachment *attachment = getFirstNonNullAttachment(); in isMultiview() local
752 const FramebufferAttachment *attachment = getFirstNonNullAttachment(); in getBaseViewIndex() local
883 for (auto &attachment : mState.mColorAttachments) in onDestroy() local
[all …]
/external/deqp/modules/gles3/functional/
Des3fFboStateQueryTests.cpp46 …(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, int r, int … in checkAttachmentComponentSizeAtLeast()
83 …(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, int r, int … in checkAttachmentComponentSizeExactly()
144 …(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, GLenum pnam… in checkAttachmentParam()
619 bool attachmentExists (GLenum attachment) in attachmentExists()
671 GLenum attachment; in test() member
698 …void testColorAttachment (GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLin… in testColorAttachment()
716 void testDepthAttachment (GLenum internalFormat, GLenum attachment, GLint bitsD, GLint bitsS) in testDepthAttachment()
743 …void testColorAttachment (GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLin… in testColorAttachment()
761 void testDepthAttachment (GLenum internalFormat, GLenum attachment, GLint bitsD, GLint bitsS) in testDepthAttachment()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dnative_struct_serialization.cc88 auto attachment = attachments->GetAttachmentAt(i); in SerializeMessageContents() local
115 auto attachment = IPC::MessageAttachment::CreateFromMojoHandle( in DeserializeMessageAttachments() local
/external/swiftshader/src/Vulkan/
DVkFramebuffer.cpp86 const VkAttachmentDescription attachment = renderPass->getAttachment(i); in executeLoadOp() local
130 …hment(const RenderPass *renderPass, uint32_t subpassIndex, const VkClearAttachment &attachment, co… in clearAttachment()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_draw.cpp295 uint32_t attachment, in swr_invalidate_render_target()
315 uint32_t attachment, in swr_store_render_target()
/external/swiftshader/tests/VulkanWrapper/
DFramebuffer.cpp17 …amebuffer(vk::Device device, vk::PhysicalDevice physicalDevice, vk::ImageView attachment, vk::Form… in Framebuffer()
/external/mesa3d/src/glx/
Ddri2.h42 unsigned int attachment; member
/external/angle/src/libANGLE/renderer/gl/
DClearMultiviewGL.cpp116 const gl::FramebufferAttachment *attachment = state.getColorAttachment(drawBufferId); in attachTextures() local
172 const gl::FramebufferAttachment *attachment = state.getColorAttachment(drawBufferId); in detachTextures() local
DFramebufferGL.cpp79 const FramebufferAttachment *attachment, in BindFramebufferAttachment()
185 bool AreAllLayersActive(const FramebufferAttachment &attachment) in AreAllLayersActive()
201 const FramebufferAttachment *attachment = nullptr; in RequiresMultiviewClear() local
253 bool IsEmulatedAlphaChannelTextureAttachment(const FramebufferAttachment *attachment) in IsEmulatedAlphaChannelTextureAttachment()
806 const FramebufferAttachment *attachment = destFramebuffer->getDrawBuffer(i); in blit() local
1267 const FramebufferAttachment *attachment = nullptr; in syncState() local
1403 for (const auto &attachment : mState.getColorAttachments()) in syncClearState() local
1435 const FramebufferAttachment *attachment = nullptr; in syncClearBufferState() local
/external/skia/src/gpu/mtl/
DGrMtlTexture.h34 GrMtlAttachment* attachment() const { return fTexture.get(); } in attachment() function
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp532 AttachmentReference (deUint32 attachment, in AttachmentReference()
835 const Attachment& attachment = attachments[attachmentNdx]; in logRenderPassInfo() local
1060 VkClearColorValue randomColorClearValue (const Attachment& attachment, de::Random& rng, deBool useF… in randomColorClearValue()
1117 AttachmentDesc createAttachmentDescription (const Attachment& attachment) in createAttachmentDescription()
1380 VkClearValue randomClearValue (const Attachment& attachment, de::Random& rng, deBool useFormatCompC… in randomClearValue()
1851 const Attachment& attachment = renderInfo.getColorAttachment(attachmentNdx); in createSubpassPipeline() local
1877 const Attachment& attachment = *renderInfo.getDepthStencilAttachment(); in createSubpassPipeline() local
2044 const Attachment& attachment = *renderInfo.getDepthStencilAttachment(); in createSubpassPipeline() local
2389 const VkClearAttachment attachment = in pushRenderCommands() local
2415 const VkClearAttachment attachment = in pushRenderCommands() local
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtilemgr.cpp95 SWR_RENDERTARGET_ATTACHMENT attachment, in GetHotTile()
216 SWR_RENDERTARGET_ATTACHMENT attachment, in GetHotTileNoLoad()
/external/skia/src/gpu/vk/
DGrVkRenderTarget.h164 GrVkImage* attachment = in onSetRelease() local
/external/deqp/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleDependenciesTests.cpp1316 glw::GLenum attachment = (is_color_renderable) ? in iterate() local
1465 glw::GLenum attachment = (is_color_renderable) ? in iterate() local
1620 glw::GLenum attachment = (is_color_renderable) ? in iterate() local
1776 glw::GLenum attachment = (is_color_renderable) ? in iterate() local
/external/angle/src/libANGLE/renderer/
DRenderTargetCache.h156 const gl::FramebufferAttachment *attachment, in updateCachedRenderTarget()

12345678