Home
last modified time | relevance | path

Searched defs:Attachment (Results 1 – 20 of 20) sorted by relevance

/external/deqp/modules/glshared/
DglsFboUtil.hpp255 struct Attachment : public Config struct
257 Attachment (void) : target(GL_FRAMEBUFFER), imageName(0) {} in Attachment() function
259 glw::GLenum target;
260 glw::GLuint imageName;
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp362 struct Attachment struct in sglr::rc::Framebuffer
364 AttachmentType type;
365 deUint32 name;
366 TexTarget texTarget;
367 int level;
368 int layer;
370 Attachment (void) in Attachment() function
/external/perfetto/ui/src/frontend/
Dandroid_bug_tool.ts27 interface Attachment { interface
/external/toolchain-utils/cros_utils/
Demail_sender.py45 class Attachment(object): class in EmailSender
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp350 class Attachment class
DvktRenderPassTestsUtil.cpp519 Attachment::Attachment (VkFormat format, in Attachment() function in vkt::renderpass::Attachment
DvktRenderPassTests.cpp658 class Attachment class
661 Attachment (VkFormat format, in Attachment() function in vkt::__anone08f04e90111::Attachment
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp379 class Attachment : public vk::VkPipelineColorBlendAttachmentState class in vkt::Draw::PipelineCreateInfo::ColorBlendState
DvktDrawCreateInfoUtil.cpp948 PipelineCreateInfo::ColorBlendState::Attachment::Attachment (vk::VkBool32 _blendEnable, in Attachment() function in vkt::Draw::PipelineCreateInfo::ColorBlendState::Attachment
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp1171 struct Attachment struct in vkt::pipeline::__anon117cea180211::ColorWriteEnable2Instance
1173 de::MovePtr<ImageWithMemory> image;
1174 Move<VkImageView> view;
1228 ColorWriteEnable2Instance::Attachment::Attachment (Attachment&& other) in Attachment() function in vkt::pipeline::__anon117cea180211::ColorWriteEnable2Instance::Attachment
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtilemgr.h264 HOTTILE Attachment[SWR_NUM_ATTACHMENTS]; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp1471 auto *Attachment = MD.second; in copyMetadata() local
DDebugInfo.cpp654 for (auto Attachment : MDs) in stripNonLineTableDebugInfo() local
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dkeep.v1.json320 "Attachment": { object
Dcloudsupport.v2beta.json611 "Attachment": { object
Dalertcenter.v1beta1.json823 "Attachment": { object
Dchat.v1.json788 "Attachment": { object
Dclassroom.v1.json2514 "Attachment": { object
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp9991 struct Attachment { in ValidateDependencies() struct
9992 std::vector<SubpassLayout> outputs; in ValidateDependencies()
9993 std::vector<SubpassLayout> inputs; in ValidateDependencies()
9994 std::vector<uint32_t> overlapping; in ValidateDependencies()
/external/mesa3d/src/mesa/main/
Dmtypes.h3595 struct gl_renderbuffer_attachment Attachment[BUFFER_COUNT]; member