Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/gl/out/
Dbindings.rs2410NamedFramebufferTexture(framebuffer: types::GLuint, attachment: types::GLenum, texture: types::GLu… in NamedFramebufferTexture() function
4766 pub static mut NamedFramebufferTexture: FnPtr = FnPtr { constant
14009 pub mod NamedFramebufferTexture { module
14017 unsafe { storage::NamedFramebufferTexture.is_loaded } in is_loaded()
14023 …storage::NamedFramebufferTexture = FnPtr::new(metaloadfn(&mut loadfn, "glNamedFramebufferTexture",… in load_with()
21018 NamedFramebufferTexture::load_with(&mut *loadfn); in load_with()