Home
last modified time | relevance | path

Searched defs:Framebuffer (Results 1 – 25 of 91) sorted by relevance

1234

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/render_pass/
Dframebuffer.rs54 pub struct Framebuffer { struct
55 handle: ash::vk::Framebuffer, argument
64 impl Framebuffer { argument
69 ) -> Result<Arc<Framebuffer>, FramebufferCreationError> { in new()
347 handle: ash::vk::Framebuffer, in from_handle()
349 ) -> Arc<Framebuffer> { in from_handle()
400 impl Drop for Framebuffer { implementation
410 unsafe impl VulkanObject for Framebuffer { implementation
419 unsafe impl DeviceOwned for Framebuffer { implementation
/aosp_15_r20/hardware/google/gfxstream/host/gl/
DTextureResize.h35 struct Framebuffer { struct
59 Framebuffer mFrameBuffer; argument
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.h107 struct Framebuffer { struct
112 bool operator==(const Framebuffer::BufferDesc &rhs) const { argument
129 bool operator==(const Framebuffer::SolidColorDesc &rhs) const { argument
134 explicit Framebuffer(int fd, uint32_t fb, BufferDesc desc) in Framebuffer() function
136 explicit Framebuffer(int fd, uint32_t fb, SolidColorDesc desc) in Framebuffer() argument
138 ~Framebuffer() { drmModeRmFB(drmFd, fbId); }; in ~Framebuffer() argument
146 using FBList = std::list<std::unique_ptr<Framebuffer>>; argument
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsFboUtil.hpp336 struct Framebuffer struct
338 AttachmentMap attachments;
339 TextureMap textures;
340 RboMap rbos;
/aosp_15_r20/external/libkmsxx/kms++/src/
H A Dframebuffer.cpp14 Framebuffer::Framebuffer(Card& card, uint32_t width, uint32_t height) in Framebuffer() function in kms::Framebuffer
20 Framebuffer::Framebuffer(Card& card, uint32_t id) in Framebuffer() function in kms::Framebuffer
/aosp_15_r20/external/angle/src/libANGLE/
H A DFramebuffer.h46 class Framebuffer; variable
154 friend class Framebuffer; variable
H A Dqueryutils.h24 class Framebuffer; variable
/aosp_15_r20/external/rust/android-crates-io/crates/drm/src/control/
Dproperty.rs122 Framebuffer, enumerator
179 Framebuffer(Option<super::framebuffer::Handle>), enumerator
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp1134 struct Framebuffer struct in vkt::pipeline::__anon06b7d4690211::ColorWriteEnable2Instance
1136 std::vector<Attachment> attachments;
1137 RenderPassWrapper framebuffer;
1188 ColorWriteEnable2Instance::Framebuffer::Framebuffer(Framebuffer &&other) in Framebuffer() function in vkt::pipeline::__anon06b7d4690211::ColorWriteEnable2Instance::Framebuffer
/aosp_15_r20/external/swiftshader/tests/VulkanWrapper/
H A DFramebuffer.hpp23 class Framebuffer class
H A DFramebuffer.cpp17 Framebuffer::Framebuffer(vk::Device device, vk::PhysicalDevice physicalDevice, vk::ImageView attach… in Framebuffer() function in Framebuffer
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DImage9.h18 class Framebuffer; variable
H A DBlit9.h20 class Framebuffer; variable
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkFramebuffer.hpp25 class Framebuffer : public Object<Framebuffer, VkFramebuffer> class
/aosp_15_r20/external/clang/test/SemaObjCXX/
H A Dinstantiate-property-access.mm25 template <typename T> Framebuffer<T>::Framebuffer() { function
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DTextureImpl.h31 class Framebuffer; variable
H A DFramebufferImpl.h22 class Framebuffer; variable
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.h21 class Framebuffer; variable
/aosp_15_r20/external/libkmsxx/kms++/inc/kms++/
H A Ddecls.h16 class Framebuffer; variable
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp1407 struct Framebuffer struct
1409 typedef VkFramebuffer Type;
1411 struct Parameters
1418 struct Resources
1444 …static Move<VkFramebuffer> create(const Environment &env, const Resources &res, const Parameters &) in create()
H A DvktMemoryDeviceMemoryReportTests.cpp1391 struct Framebuffer struct
1393 typedef VkFramebuffer Type;
1395 struct Parameters
1402 struct Resources
1428 …static Move<VkFramebuffer> create(const Environment &env, const Resources &res, const Parameters &) in create()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DImageD3D.h23 class Framebuffer; variable
H A DTextureD3D.h22 class Framebuffer; variable
/aosp_15_r20/external/pigweed/seed/
H A D0104.rst116 Framebuffer section in Proposal
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DBlitGL.h27 class Framebuffer; variable

1234