Home
last modified time | relevance | path

Searched refs:FrontendFeatures (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/angle2/include/platform/
H A DFrontendFeatures.h7 // FrontendFeatures.h: Features/workarounds for driver bugs and other behaviors seen
18 struct FrontendFeatures : angle::FeatureSetBase struct
20 FrontendFeatures();
21 ~FrontendFeatures();
46 "disable_program_binary", angle::FeatureCategory::FrontendFeatures,
61 angle::FeatureCategory::FrontendFeatures,
73 "forceRobustResourceInit", angle::FeatureCategory::FrontendFeatures,
79 "forceInitShaderVariables", angle::FeatureCategory::FrontendFeatures,
83 "enableProgramBinaryForCapture", angle::FeatureCategory::FrontendFeatures,
88 inline FrontendFeatures
[all...]
H A DFeature.h29 FrontendFeatures, member in angle::FeatureCategory
58 case FeatureCategory::FrontendFeatures: in FeatureCategoryToString()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DRendererGL.h24 struct FrontendFeatures;
115 void initializeFrontendFeatures(angle::FrontendFeatures *features) const;
H A Drenderergl_utils.h27 struct FrontendFeatures;
110 void InitializeFrontendFeatures(const FunctionsGL *functions, angle::FrontendFeatures *features);
H A DRendererGL.cpp333 void RendererGL::initializeFrontendFeatures(angle::FrontendFeatures *features) const in initializeFrontendFeatures()
H A Drenderergl_utils.cpp30 #include "platform/FrontendFeatures.h"
2203 void InitializeFrontendFeatures(const FunctionsGL *functions, angle::FrontendFeatures *features)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A 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/eagl/
H A DDisplayEAGL.h85 void initializeFrontendFeatures(angle::FrontendFeatures *features) const override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
H A DDisplayCGL.h97 void initializeFrontendFeatures(angle::FrontendFeatures *features) const override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DDisplayGLX.h97 void initializeFrontendFeatures(angle::FrontendFeatures *features) const override;
H A DDisplayGLX.cpp1067 void DisplayGLX::initializeFrontendFeatures(angle::FrontendFeatures *features) const in initializeFrontendFeatures()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDisplayWGL.h85 void initializeFrontendFeatures(angle::FrontendFeatures *features) const override;
H A DDisplayWGL.cpp1042 void DisplayWGL::initializeFrontendFeatures(angle::FrontendFeatures *features) const in initializeFrontendFeatures()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DDisplay.h30 #include "platform/FrontendFeatures.h"
288 const angle::FrontendFeatures &getFrontendFeatures() { return mFrontendFeatures; } in getFrontendFeatures()
375 angle::FrontendFeatures mFrontendFeatures;
H A DContext.h47 struct FrontendFeatures;
593 const angle::FrontendFeatures &getFrontendFeatures() const;
H A 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/egl/
H A DDisplayEGL.h92 void initializeFrontendFeatures(angle::FrontendFeatures *features) const override;
H A DDisplayEGL.cpp988 void DisplayEGL::initializeFrontendFeatures(angle::FrontendFeatures *features) const in initializeFrontendFeatures()

Completed in 48 milliseconds