| /external/pdfium/fpdfsdk/ |
| D | fpdf_attachment.cpp | 134 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()
|
| D | fpdf_attachment_embeddertest.cpp | 26 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
|
| D | cpdfsdk_helpers.h | 69 inline FPDF_ATTACHMENT FPDFAttachmentFromCPDFObject(CPDF_Object* attachment) { in FPDFAttachmentFromCPDFObject() 72 inline CPDF_Object* CPDFObjectFromFPDFAttachment(FPDF_ATTACHMENT attachment) { in CPDFObjectFromFPDFAttachment()
|
| /external/libchrome/ipc/ |
| D | ipc_message_attachment_set.cc | 24 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()
|
| D | ipc_message_attachment.cc | 34 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
|
| D | ipc_mojo_message_helper.cc | 27 scoped_refptr<base::Pickle::Attachment> attachment; in ReadMessagePipeFrom() local
|
| D | ipc_platform_file_attachment_posix.cc | 31 scoped_refptr<MessageAttachment> attachment) { in GetPlatformFile()
|
| D | ipc_mojo_param_traits.cc | 63 scoped_refptr<base::Pickle::Attachment> attachment; in Read() local
|
| /external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
| D | JimfsAsynchronousFileChannel.java | 60 @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/ |
| D | fbobject.c | 262 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/ |
| D | Framebuffer.cpp | 69 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/ |
| D | es3fFboStateQueryTests.cpp | 46 …(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/ |
| D | native_struct_serialization.cc | 88 auto attachment = attachments->GetAttachmentAt(i); in SerializeMessageContents() local 115 auto attachment = IPC::MessageAttachment::CreateFromMojoHandle( in DeserializeMessageAttachments() local
|
| /external/swiftshader/src/Vulkan/ |
| D | VkFramebuffer.cpp | 86 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/ |
| D | swr_draw.cpp | 295 uint32_t attachment, in swr_invalidate_render_target() 315 uint32_t attachment, in swr_store_render_target()
|
| /external/swiftshader/tests/VulkanWrapper/ |
| D | Framebuffer.cpp | 17 …amebuffer(vk::Device device, vk::PhysicalDevice physicalDevice, vk::ImageView attachment, vk::Form… in Framebuffer()
|
| /external/mesa3d/src/glx/ |
| D | dri2.h | 42 unsigned int attachment; member
|
| /external/angle/src/libANGLE/renderer/gl/ |
| D | ClearMultiviewGL.cpp | 116 const gl::FramebufferAttachment *attachment = state.getColorAttachment(drawBufferId); in attachTextures() local 172 const gl::FramebufferAttachment *attachment = state.getColorAttachment(drawBufferId); in detachTextures() local
|
| D | FramebufferGL.cpp | 79 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/ |
| D | GrMtlTexture.h | 34 GrMtlAttachment* attachment() const { return fTexture.get(); } in attachment() function
|
| /external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
| D | vktRenderPassTests.cpp | 532 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/ |
| D | tilemgr.cpp | 95 SWR_RENDERTARGET_ATTACHMENT attachment, in GetHotTile() 216 SWR_RENDERTARGET_ATTACHMENT attachment, in GetHotTileNoLoad()
|
| /external/skia/src/gpu/vk/ |
| D | GrVkRenderTarget.h | 164 GrVkImage* attachment = in onSetRelease() local
|
| /external/deqp/external/openglcts/modules/gles31/ |
| D | es31cTextureStorageMultisampleDependenciesTests.cpp | 1316 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/ |
| D | RenderTargetCache.h | 156 const gl::FramebufferAttachment *attachment, in updateCachedRenderTarget()
|