Home
last modified time | relevance | path

Searched refs:setup_framebuffer (Results 1 – 7 of 7) sorted by relevance

/external/libultrahdr/lib/src/gpu/
Deditorhelper_gl.cpp198 GLuint frameBuffer = gl_ctxt->setup_framebuffer(dstTexture); in apply_mirror_gles()
252 GLuint frameBuffer = gl_ctxt->setup_framebuffer(dstTexture); in apply_rotate_gles()
285 frameBuffer = gl_ctxt->setup_framebuffer(dstTexture); in apply_crop_gles()
334 GLuint frameBuffer = gl_ctxt->setup_framebuffer(dstTexture); in apply_resize_gles()
Dapplygainmap_gl.cpp378 frameBuffer = opengl_ctxt->setup_framebuffer(opengl_ctxt->mDecodedImgTexture); in applyGainMapGLES()
Duhdr_gl_utils.cpp284 GLuint uhdr_opengl_ctxt::setup_framebuffer(GLuint& texture) { in setup_framebuffer() function in ultrahdr::uhdr_opengl_ctxt
/external/libultrahdr/lib/include/ultrahdr/
Dultrahdrcommon.h327 GLuint setup_framebuffer(GLuint& texture);
/external/rust/android-crates-io/crates/virtio-drivers/src/device/
Dgpu.rs95 pub fn setup_framebuffer(&mut self) -> Result<&mut [u8]> { in setup_framebuffer() method
/external/rust/android-crates-io/crates/virtio-drivers-and-devices/src/device/
Dgpu.rs95 pub fn setup_framebuffer(&mut self) -> Result<&mut [u8]> { in setup_framebuffer() method
/external/mesa3d/src/gallium/drivers/zink/
Dzink_render_pass.c565 setup_framebuffer(struct zink_context *ctx) in setup_framebuffer() function
822 setup_framebuffer(ctx); in zink_begin_render_pass()