// // Copyright 2014 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. //
// DisplayImpl.h: Implementation methods of egl::Display
namespace egl
{ class AttributeMap; class BlobCache; class Display; struct DisplayState; struct Config; class Surface; class ImageSibling; class Thread;
} // namespace egl
namespace gl
{ class Context;
} // namespace gl
namespace rx
{ class SurfaceImpl; class ImageImpl; struct ConfigDesc; class DeviceImpl; class StreamProducerImpl;
private: // Whether any context in the share group has robustness enabled. If any context in the share // group is robust, any program created in any context of the share group must have robustness // enabled. This is because programs are shared between the share group contexts. bool mAnyContextWithRobustness;
};
class DisplayImpl : public EGLImplFactory, public angle::Subject
{ public:
DisplayImpl(const egl::DisplayState &state);
~DisplayImpl() override;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.