Author :
Corentin Wallez
Date :
2015-09-15 08:19:09
Hash :27593e05 Message :Implement missing util/ functions on Mac
SetLowPriorityProcess's implementation can be shared between Mac and
Linux so even though it isn't using a Posix API, it lives in the posix
file.
CreateOSPixmap needed to be implemented but will never be used by dEQP
as our Mac EGL backend doesn't expose configs supporting pixmaps.
Reland with a Linux compilation fix (forgot to delete
SetLowPriorityProcess).
BUG=angleproject:891
Change-Id: If8145501e1787d08d82402a6baa60a5404cac6b1
Reviewed-on: https://chromium-review.googlesource.com/299773
Tested-by: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Geoff Lang <geofflang@chromium.org>
util/osx/OSXPixmap.h
//
// Copyright (c) 2015 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.
//
// OSXPixmap.h: Definition of the implementation of OSPixmap for OSX
#ifndef UTIL_OSX_PIXMAP_H_
#define UTIL_OSX_PIXMAP_H_
#include "OSPixmap.h"
#endif // UTIL_OSX_PIXMAP_H_