Hash :
44395930
Author :
Date :
2023-07-05T11:59:23
Make various state setting entry points lockless These entry points only set context-local state and thus don't require locking. Bug: angleproject:8224 Change-Id: I428c23cc862e9356d571bc085b5df0bf48017175 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4661700 Reviewed-by: Igor Nazarov <i.nazarov@samsung.com> Reviewed-by: Charlie Lao <cclao@google.com> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
// GENERATED FILE - DO NOT EDIT.
// Generated by generate_entry_points.py using data from gl.xml.
//
// Copyright 2020 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// Context_gl_2_autogen.h: Creates a macro for interfaces in Context.
#ifndef ANGLE_CONTEXT_GL_2_AUTOGEN_H_
#define ANGLE_CONTEXT_GL_2_AUTOGEN_H_
#define ANGLE_GL_2_CONTEXT_API void getVertexAttribdv(GLuint index, GLenum pname, GLdouble *params);
#endif // ANGLE_CONTEXT_API_2_AUTOGEN_H_