| /external/pdfium/fpdfsdk/ |
| D | fpdf_attachment_embeddertest.cpp | 30 FPDF_ATTACHMENT attachment = FPDFDoc_GetAttachment(document(), 0); in TEST_F() local 115 FPDF_ATTACHMENT attachment = FPDFDoc_GetAttachment(document(), 0); in TEST_F() local 143 FPDF_ATTACHMENT attachment = in TEST_F() local 209 FPDF_ATTACHMENT attachment = in TEST_F() local 286 FPDF_ATTACHMENT attachment = in TEST_F() local 348 FPDF_ATTACHMENT attachment = FPDFDoc_GetAttachment(document(), 0); in TEST_F() local
|
| D | fpdf_attachment.cpp | 125 FPDFAttachment_GetName(FPDF_ATTACHMENT attachment, in FPDFAttachment_GetName() 138 FPDFAttachment_HasKey(FPDF_ATTACHMENT attachment, FPDF_BYTESTRING key) { in FPDFAttachment_HasKey() 149 FPDFAttachment_GetValueType(FPDF_ATTACHMENT attachment, FPDF_BYTESTRING key) { in FPDFAttachment_GetValueType() 160 FPDFAttachment_SetStringValue(FPDF_ATTACHMENT attachment, in FPDFAttachment_SetStringValue() 183 FPDFAttachment_GetStringValue(FPDF_ATTACHMENT attachment, in FPDFAttachment_GetStringValue() 213 FPDFAttachment_SetFile(FPDF_ATTACHMENT attachment, in FPDFAttachment_SetFile() 261 FPDFAttachment_GetFile(FPDF_ATTACHMENT attachment, in FPDFAttachment_GetFile()
|
| /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_platform_file_attachment_posix.cc | 31 scoped_refptr<MessageAttachment> attachment) { in GetPlatformFile()
|
| D | ipc_mojo_message_helper.cc | 27 scoped_refptr<base::Pickle::Attachment> attachment; in ReadMessagePipeFrom() local
|
| /external/cronet/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 | 38 base::ScopedFD TakeOrDupFile(internal::PlatformFileAttachment* attachment) { in TakeOrDupFile() 73 auto* attachment = static_cast<internal::MachPortAttachmentMac*>(this); in TakeMojoHandle() local 87 auto* attachment = static_cast<internal::HandleAttachmentFuchsia*>(this); in TakeMojoHandle() local
|
| D | handle_win.cc | 24 scoped_refptr<IPC::internal::HandleAttachmentWin> attachment( in Write() local 37 MessageAttachment* attachment = in Read() local
|
| D | ipc_platform_file_attachment_posix.cc | 32 scoped_refptr<MessageAttachment> attachment) { in GetPlatformFile()
|
| D | ipc_mojo_message_helper.cc | 28 scoped_refptr<base::Pickle::Attachment> attachment; in ReadMessagePipeFrom() local
|
| D | mach_port_mac.cc | 30 MessageAttachment* attachment = in Read() local
|
| D | ipc_channel_nacl.cc | 291 scoped_refptr<MessageAttachment> attachment = in ProcessOutgoingMessages() local 370 for (auto& attachment : input_attachments_) { in GetAttachments() 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 | 71 const FramebufferAttachment &attachment) in CheckAttachmentCompleteness() 207 const FramebufferAttachment &attachment, in CheckAttachmentSampleCompleteness() 296 angle::Result InitAttachment(const Context *context, FramebufferAttachment *attachment) in InitAttachment() 306 bool AttachmentOverlapsWithTexture(const FramebufferAttachment &attachment, in AttachmentOverlapsWithTexture() 592 for (const FramebufferAttachment &attachment : mColorAttachments) in getAttachmentExtentsIntersection() local 620 auto hasMismatchedSize = [&attachmentSize](const FramebufferAttachment &attachment) { in attachmentsHaveSameDimensions() 637 for (const auto &attachment : mColorAttachments) in attachmentsHaveSameDimensions() local 746 const FramebufferAttachment *attachment = getFirstNonNullAttachment(); in isMultiview() local 756 const FramebufferAttachment *attachment = getFirstNonNullAttachment(); in getBaseViewIndex() local 840 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() 620 bool attachmentExists (GLenum attachment) in attachmentExists() 672 GLenum attachment; in test() member 699 …void testColorAttachment (GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLin… in testColorAttachment() 717 void testDepthAttachment (GLenum internalFormat, GLenum attachment, GLint bitsD, GLint bitsS) in testDepthAttachment() 744 …void testColorAttachment (GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLin… in testColorAttachment() 762 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/skia/src/gpu/ganesh/mtl/ |
| D | GrMtlTexture.h | 35 GrMtlAttachment* attachment() const { return fTexture.get(); } in attachment() function
|
| /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() 808 const FramebufferAttachment *attachment = destFramebuffer->getDrawBuffer(i); in blit() local 1269 const FramebufferAttachment *attachment = nullptr; in syncState() local 1410 for (const auto &attachment : mState.getColorAttachments()) in syncClearState() local 1448 const FramebufferAttachment *attachment = nullptr; in syncClearBufferState() local
|