Searched refs:EndQuery (Results 1 – 12 of 12) sorted by relevance
129 driver->EndQuery = _mesa_end_query; in _mesa_init_query_object_functions()384 ctx->Driver.EndQuery(ctx, q); in _mesa_EndQueryIndexed()452 ctx->Driver.EndQuery(ctx, q); in _mesa_QueryCounter()
629 void (*EndQuery)(struct gl_context *ctx, struct gl_query_object *q); member
192 functions->EndQuery = st_EndQuery; in st_init_query_functions()
189 functions->EndQuery = radeonEndQuery; in radeonInitQueryObjFunctions()
88 driver hooks for BeginQuery/EndQuery
475 functions->EndQuery = brw_end_query; in brw_init_queryobj_functions()
563 PFNENDQUERYPROC EndQuery; variable1321 EndQuery = (PFNENDQUERYPROC)IntGetProcAddress("glEndQuery"); in Switch_EndQuery()1322 EndQuery(target); in Switch_EndQuery()2551 EndQuery = Switch_EndQuery; in InitializeVariables()
1166 extern void (CODEGEN_FUNCPTR *EndQuery)(GLenum target);
881 driver->EndQuery = xmesa_end_query; in xmesa_init_driver_functions()
156 GET_PROC(EndQuery); in GrGLAssembleGLInterface()
455 #define glEndQuery MANGLE(EndQuery)