Home
last modified time | relevance | path

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

/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1085 { "glGetQueryObjectiv", _O(GetQueryObjectiv) },
/external/rust/android-crates-io/crates/gl/out/
Dbindings.rs2111GetQueryObjectiv(id: types::GLuint, pname: types::GLenum, params: *mut types::GLint) -> () { __gl_… in GetQueryObjectiv() function
4258 pub static mut GetQueryObjectiv: FnPtr = FnPtr { variable
11342 pub mod GetQueryObjectiv { module
11350 unsafe { storage::GetQueryObjectiv.is_loaded } in is_loaded()
11356 …storage::GetQueryObjectiv = FnPtr::new(metaloadfn(&mut loadfn, "glGetQueryObjectiv", &["glGetQuery… in load_with()
20891 GetQueryObjectiv::load_with(&mut *loadfn); in load_with()