Home
last modified time | relevance | path

Searched defs:setup_framebuffer (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libultrahdr/lib/src/gpu/
H A Duhdr_gl_utils.cpp284 GLuint uhdr_opengl_ctxt::setup_framebuffer(GLuint& texture) { in setup_framebuffer() function in ultrahdr::uhdr_opengl_ctxt
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_render_pass.c565 setup_framebuffer(struct zink_context *ctx) in setup_framebuffer() function
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-drivers/src/device/
Dgpu.rs98 pub fn setup_framebuffer(&mut self) -> Result<&mut [u8]> { in setup_framebuffer() method