Searched refs:QueryCounter (Results 1 – 9 of 9) sorted by relevance
457 GET_PROC(QueryCounter); in GrGLMakeAssembledGLInterface()459 GET_PROC(QueryCounter); in GrGLMakeAssembledGLInterface()
631 if (ctx->Driver.QueryCounter) { in _mesa_QueryCounter()632 ctx->Driver.QueryCounter(ctx, q); in _mesa_QueryCounter()
819 void (*QueryCounter)(struct gl_context *ctx, struct gl_query_object *q); member
621 functions->QueryCounter = brw_query_counter; in gen4_init_queryobj_functions()
559 functions->QueryCounter = gen6_query_counter; in gen6_init_queryobj_functions()
653 "QueryCounter",
162 GET_PROC(QueryCounter); in GrGLMakeAssembledGLInterface()
399 QueryCounter instead.
3811 ANGLE_CAPTURE(QueryCounter, isCallValid, context, idPacked, targetPacked); in GL_QueryCounter()