Hash :
9db4bf6e
        
        Author :
  
        
        Date :
2025-04-04T00:00:00
        
      
Autogen context version checks for 3.1 & 3.2 entry points As a side effect, added missing version checks for the following OpenGL ES 3.2 entry points: * BlendEquationi * BlendEquationSeparatei * BlendFunci * BlendFuncSeparatei * ColorMaski * Disablei * DrawElementsBaseVertex * DrawElementsInstancedBaseVertex * DrawRangeElementsBaseVertex * Enablei * GetDebugMessageLog * GetPointerv * IsEnabledi * MinSampleShading * PopDebugGroup * PrimitiveBoundingBox * PushDebugGroup Bug: angleproject:409484297 Change-Id: I6be7e3a4a8ba9b99595f4930d9c3a1fa1b4c6154 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6441552 Commit-Queue: Alexey Knyazev <lexa.knyazev@gmail.com> Reviewed-by: Cody Northrop <cnorthrop@google.com> Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
//
// Copyright 2019 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.
//
// validationES32.h:
//  Inlined validation functions for OpenGL ES 3.2 entry points.
#ifndef LIBANGLE_VALIDATION_ES32_H_
#define LIBANGLE_VALIDATION_ES32_H_
#include "libANGLE/ErrorStrings.h"
#include "libANGLE/validationES32_autogen.h"
namespace gl
{
void RecordVersionErrorES1Or32(const Context *context, angle::EntryPoint entryPoint);
void RecordVersionErrorES32(const Context *context, angle::EntryPoint entryPoint);
}  // namespace gl
#endif  // LIBANGLE_VALIDATION_ES32_H_