Home
last modified time | relevance | path

Searched refs:FrontendFeatures (Results 1 – 20 of 20) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/include/platform/
DFrontendFeatures.h18 struct FrontendFeatures : angle::FeatureSetBase struct
20 FrontendFeatures();
21 ~FrontendFeatures();
54 inline FrontendFeatures::FrontendFeatures() = default; argument
55 inline FrontendFeatures::~FrontendFeatures() = default;
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/
DDisplayImpl.h26 struct FrontendFeatures;
106 virtual void initializeFrontendFeatures(angle::FrontendFeatures *features) const {} in initializeFrontendFeatures()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DRendererGL.h24 struct FrontendFeatures;
118 void initializeFrontendFeatures(angle::FrontendFeatures *features) const;
Drenderergl_utils.h26 struct FrontendFeatures;
108 void InitializeFrontendFeatures(const FunctionsGL *functions, angle::FrontendFeatures *features);
DRendererGL.cpp361 void RendererGL::initializeFrontendFeatures(angle::FrontendFeatures *features) const in initializeFrontendFeatures()
Drenderergl_utils.cpp1759 void InitializeFrontendFeatures(const FunctionsGL *functions, angle::FrontendFeatures *features) in InitializeFrontendFeatures()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DDisplay.h226 const angle::FrontendFeatures &getFrontendFeatures() { return mFrontendFeatures; } in getFrontendFeatures()
297 angle::FrontendFeatures mFrontendFeatures;
DContext.h60 struct FrontendFeatures;
596 const angle::FrontendFeatures &getFrontendFeatures() const;
DContext.cpp8186 const angle::FrontendFeatures &Context::getFrontendFeatures() const in getFrontendFeatures()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.h78 void initializeFrontendFeatures(angle::FrontendFeatures *features) const override;
DDisplayEAGL.mm368 void DisplayEAGL::initializeFrontendFeatures(angle::FrontendFeatures *features) const
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.h78 void initializeFrontendFeatures(angle::FrontendFeatures *features) const override;
DDisplayCGL.mm439 void DisplayCGL::initializeFrontendFeatures(angle::FrontendFeatures *features) const
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.h91 void initializeFrontendFeatures(angle::FrontendFeatures *features) const override;
DDisplayGLX.cpp985 void DisplayGLX::initializeFrontendFeatures(angle::FrontendFeatures *features) const in initializeFrontendFeatures()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.h88 void initializeFrontendFeatures(angle::FrontendFeatures *features) const override;
DDisplayWGL.cpp1060 void DisplayWGL::initializeFrontendFeatures(angle::FrontendFeatures *features) const in initializeFrontendFeatures()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/egl/
DDisplayEGL.h89 void initializeFrontendFeatures(angle::FrontendFeatures *features) const override;
DDisplayEGL.cpp711 void DisplayEGL::initializeFrontendFeatures(angle::FrontendFeatures *features) const in initializeFrontendFeatures()
/device/generic/vulkan-cereal/third-party/angle/src/
DlibGLESv2.gni177 "include/platform/FrontendFeatures.h",