Searched refs:get_query_binding_point (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | queryobj.c | 457 get_query_binding_point(struct gl_context *ctx, GLenum target, GLuint index) in get_query_binding_point() function 633 bindpt = get_query_binding_point(ctx, q->Target, q->Stream); in _mesa_DeleteQueries() 707 bindpt = get_query_binding_point(ctx, target, index); in _mesa_BeginQueryIndexed() 813 bindpt = get_query_binding_point(ctx, target, index); in _mesa_EndQueryIndexed() 972 bindpt = get_query_binding_point(ctx, target, index); in _mesa_GetQueryIndexediv()
|
Completed in 2 milliseconds