Searched refs:EndConditionalRender (Results 1 – 4 of 4) sorted by relevance
92 EndConditionalRender(struct gl_context *ctx, struct gl_query_object *q) in EndConditionalRender() function202 EndConditionalRender(ctx, ctx->Query.CondRenderQuery); in end_conditional_render()
181 - mesa: Add support for Begin/EndConditionalRender in display lists.
1483 { "glEndConditionalRender", _O(EndConditionalRender) },
1880 …pub unsafe fn EndConditionalRender() -> () { __gl_imports::mem::transmute::<_, extern "system" fn(… in EndConditionalRender() function3878 pub static mut EndConditionalRender: FnPtr = FnPtr { constant9347 pub mod EndConditionalRender { module9355 unsafe { storage::EndConditionalRender.is_loaded } in is_loaded()9361 …storage::EndConditionalRender = FnPtr::new(metaloadfn(&mut loadfn, "glEndConditionalRender", &["gl… in load_with()20796 EndConditionalRender::load_with(&mut *loadfn); in load_with()