Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/gl/out/
Dbindings.rs2784TextureSubImage2D(texture: types::GLuint, level: types::GLint, xoffset: types::GLint, yoffset: typ… in TextureSubImage2D() function
5370 pub static mut TextureSubImage2D: FnPtr = FnPtr { constant
17180 pub mod TextureSubImage2D { module
17188 unsafe { storage::TextureSubImage2D.is_loaded } in is_loaded()
17194 … storage::TextureSubImage2D = FnPtr::new(metaloadfn(&mut loadfn, "glTextureSubImage2D", &[])) in load_with()
21169 TextureSubImage2D::load_with(&mut *loadfn); in load_with()