/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/render_pass/ |
D | framebuffer.rs | 54 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/ |
D | TextureResize.h | 35 struct Framebuffer { struct 59 Framebuffer mFrameBuffer; argument
|
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/ |
D | ExynosDisplayDrmInterface.h | 107 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 D | glsFboUtil.hpp | 336 struct Framebuffer struct 338 AttachmentMap attachments; 339 TextureMap textures; 340 RboMap rbos;
|
/aosp_15_r20/external/libkmsxx/kms++/src/ |
H A D | framebuffer.cpp | 14 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 D | Framebuffer.h | 46 class Framebuffer; variable 154 friend class Framebuffer; variable
|
H A D | queryutils.h | 24 class Framebuffer; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/drm/src/control/ |
D | property.rs | 122 Framebuffer, enumerator 179 Framebuffer(Option<super::framebuffer::Handle>), enumerator
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineColorWriteEnableTests.cpp | 1134 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 D | Framebuffer.hpp | 23 class Framebuffer class
|
H A D | Framebuffer.cpp | 17 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 D | Image9.h | 18 class Framebuffer; variable
|
H A D | Blit9.h | 20 class Framebuffer; variable
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkFramebuffer.hpp | 25 class Framebuffer : public Object<Framebuffer, VkFramebuffer> class
|
/aosp_15_r20/external/clang/test/SemaObjCXX/ |
H A D | instantiate-property-access.mm | 25 template <typename T> Framebuffer<T>::Framebuffer() { function
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/ |
H A D | TextureImpl.h | 31 class Framebuffer; variable
|
H A D | FramebufferImpl.h | 22 class Framebuffer; variable
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Image11.h | 21 class Framebuffer; variable
|
/aosp_15_r20/external/libkmsxx/kms++/inc/kms++/ |
H A D | decls.h | 16 class Framebuffer; variable
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 1407 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 D | vktMemoryDeviceMemoryReportTests.cpp | 1391 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 D | ImageD3D.h | 23 class Framebuffer; variable
|
H A D | TextureD3D.h | 22 class Framebuffer; variable
|
/aosp_15_r20/external/pigweed/seed/ |
H A D | 0104.rst | 116 Framebuffer section in Proposal
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | BlitGL.h | 27 class Framebuffer; variable
|