Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/gl/out/
Dbindings.rs1499BeginQueryIndexed(target: types::GLenum, index: types::GLuint, id: types::GLuint) -> () { __gl_imp… in BeginQueryIndexed() function
3266 pub static mut BeginQueryIndexed: FnPtr = FnPtr { constant
6134 pub mod BeginQueryIndexed { module
6142 unsafe { storage::BeginQueryIndexed.is_loaded } in is_loaded()
6148 … storage::BeginQueryIndexed = FnPtr::new(metaloadfn(&mut loadfn, "glBeginQueryIndexed", &[])) in load_with()
20643 BeginQueryIndexed::load_with(&mut *loadfn); in load_with()