// // Copyright 2017 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. // // egl_utils.cpp: Utility routines specific to the EGL->EGL implementation. #include "libANGLE/renderer/gl/egl/egl_utils.h" #include "common/debug.h" namespace rx { namespace native_egl { AttributeVector TrimAttributeMap(const egl::AttributeMap &attributes, const EGLint *forwardAttribs, size_t forwardAttribsCount) { … } void FinalizeAttributeVector(AttributeVector *attributeVector) { … } } // namespace native_egl } // namespace rx