Searched refs:EndConditionalRender (Results 1 – 6 of 6) sorted by relevance
141 if (ctx->Driver.EndConditionalRender) in end_conditional_render()142 ctx->Driver.EndConditionalRender(ctx, ctx->Query.CondRenderQuery); in end_conditional_render()
864 void (*EndConditionalRender)(struct gl_context *ctx, member
120 functions->EndConditionalRender = st_EndConditionalRender; in st_init_cond_render_functions()
181 functions->EndConditionalRender = brw_end_conditional_render; in brw_init_conditional_render_functions()
1485 { "glEndConditionalRender", _O(EndConditionalRender) },
538 #define glEndConditionalRender MANGLE(EndConditionalRender)