Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/include/platform/
DFrontendFeatures.h18 struct FrontendFeatures : angle::FeatureSetBase struct
20 FrontendFeatures();
21 ~FrontendFeatures();
46 "disable_program_binary", angle::FeatureCategory::FrontendFeatures, argument
61 angle::FeatureCategory::FrontendFeatures, argument
73 "forceRobustResourceInit", angle::FeatureCategory::FrontendFeatures, argument
79 "forceInitShaderVariables", angle::FeatureCategory::FrontendFeatures, argument
83 "enableProgramBinaryForCapture", angle::FeatureCategory::FrontendFeatures, argument
88 inline FrontendFeatures::FrontendFeatures() = default;
89 inline FrontendFeatures::~FrontendFeatures() = default;
DFeature.h29 FrontendFeatures, enumerator
58 case FeatureCategory::FrontendFeatures: in FeatureCategoryToString()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DDisplayImpl.h27 struct FrontendFeatures;
116 virtual void initializeFrontendFeatures(angle::FrontendFeatures *features) const {} in initializeFrontendFeatures()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DRendererGL.h24 struct FrontendFeatures;
115 void initializeFrontendFeatures(angle::FrontendFeatures *features) const;
Drenderergl_utils.h27 struct FrontendFeatures;
110 void InitializeFrontendFeatures(const FunctionsGL *functions, angle::FrontendFeatures *features);
DRendererGL.cpp333 void RendererGL::initializeFrontendFeatures(angle::FrontendFeatures *features) const in initializeFrontendFeatures()
Drenderergl_utils.cpp2203 void InitializeFrontendFeatures(const FunctionsGL *functions, angle::FrontendFeatures *features) in InitializeFrontendFeatures()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.h288 const angle::FrontendFeatures &getFrontendFeatures() { return mFrontendFeatures; } in getFrontendFeatures()
375 angle::FrontendFeatures mFrontendFeatures;
DContext.h47 struct FrontendFeatures;
593 const angle::FrontendFeatures &getFrontendFeatures() const;
DContext.cpp219 const angle::FrontendFeatures &frontendFeatures = display->getFrontendFeatures(); in GetRobustResourceInit()
8895 const angle::FrontendFeatures &Context::getFrontendFeatures() const in getFrontendFeatures()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.h85 void initializeFrontendFeatures(angle::FrontendFeatures *features) const override;
DDisplayEAGL.mm393 void DisplayEAGL::initializeFrontendFeatures(angle::FrontendFeatures *features) const
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.h97 void initializeFrontendFeatures(angle::FrontendFeatures *features) const override;
DDisplayCGL.mm570 void DisplayCGL::initializeFrontendFeatures(angle::FrontendFeatures *features) const
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DDisplayGLX.h97 void initializeFrontendFeatures(angle::FrontendFeatures *features) const override;
DDisplayGLX.cpp1067 void DisplayGLX::initializeFrontendFeatures(angle::FrontendFeatures *features) const in initializeFrontendFeatures()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.h85 void initializeFrontendFeatures(angle::FrontendFeatures *features) const override;
DDisplayWGL.cpp1042 void DisplayWGL::initializeFrontendFeatures(angle::FrontendFeatures *features) const in initializeFrontendFeatures()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DDisplayEGL.h92 void initializeFrontendFeatures(angle::FrontendFeatures *features) const override;
DDisplayEGL.cpp988 void DisplayEGL::initializeFrontendFeatures(angle::FrontendFeatures *features) const in initializeFrontendFeatures()
/third_party/skia/third_party/externals/angle2/src/
DlibGLESv2.gni203 "include/platform/FrontendFeatures.h",