Lines Matching defs:queryId
41 begin_conditional_render(struct gl_context *ctx, GLuint queryId, GLenum mode,
48 if (queryId != 0)
49 q = _mesa_lookup_query_object(ctx, queryId);
59 "glBeginConditionalRender(bad queryId=%u)", queryId);
62 assert(q->Id == queryId);
108 _mesa_BeginConditionalRender_no_error(GLuint queryId, GLenum mode)
111 begin_conditional_render(ctx, queryId, mode, true);
116 _mesa_BeginConditionalRender(GLuint queryId, GLenum mode)
132 begin_conditional_render(ctx, queryId, mode, false);