Searched refs:FrontendFeatures (Results 1 – 21 of 21) sorted by relevance
/third_party/skia/third_party/externals/angle2/include/platform/ |
D | FrontendFeatures.h | 18 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;
|
D | Feature.h | 29 FrontendFeatures, enumerator 58 case FeatureCategory::FrontendFeatures: in FeatureCategoryToString()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | DisplayImpl.h | 27 struct FrontendFeatures; 116 virtual void initializeFrontendFeatures(angle::FrontendFeatures *features) const {} in initializeFrontendFeatures()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | RendererGL.h | 24 struct FrontendFeatures; 115 void initializeFrontendFeatures(angle::FrontendFeatures *features) const;
|
D | renderergl_utils.h | 27 struct FrontendFeatures; 110 void InitializeFrontendFeatures(const FunctionsGL *functions, angle::FrontendFeatures *features);
|
D | RendererGL.cpp | 333 void RendererGL::initializeFrontendFeatures(angle::FrontendFeatures *features) const in initializeFrontendFeatures()
|
D | renderergl_utils.cpp | 2203 void InitializeFrontendFeatures(const FunctionsGL *functions, angle::FrontendFeatures *features) in InitializeFrontendFeatures()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Display.h | 288 const angle::FrontendFeatures &getFrontendFeatures() { return mFrontendFeatures; } in getFrontendFeatures() 375 angle::FrontendFeatures mFrontendFeatures;
|
D | Context.h | 47 struct FrontendFeatures; 593 const angle::FrontendFeatures &getFrontendFeatures() const;
|
D | Context.cpp | 219 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/ |
D | DisplayEAGL.h | 85 void initializeFrontendFeatures(angle::FrontendFeatures *features) const override;
|
D | DisplayEAGL.mm | 393 void DisplayEAGL::initializeFrontendFeatures(angle::FrontendFeatures *features) const
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
D | DisplayCGL.h | 97 void initializeFrontendFeatures(angle::FrontendFeatures *features) const override;
|
D | DisplayCGL.mm | 570 void DisplayCGL::initializeFrontendFeatures(angle::FrontendFeatures *features) const
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | DisplayGLX.h | 97 void initializeFrontendFeatures(angle::FrontendFeatures *features) const override;
|
D | DisplayGLX.cpp | 1067 void DisplayGLX::initializeFrontendFeatures(angle::FrontendFeatures *features) const in initializeFrontendFeatures()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | DisplayWGL.h | 85 void initializeFrontendFeatures(angle::FrontendFeatures *features) const override;
|
D | DisplayWGL.cpp | 1042 void DisplayWGL::initializeFrontendFeatures(angle::FrontendFeatures *features) const in initializeFrontendFeatures()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
D | DisplayEGL.h | 92 void initializeFrontendFeatures(angle::FrontendFeatures *features) const override;
|
D | DisplayEGL.cpp | 988 void DisplayEGL::initializeFrontendFeatures(angle::FrontendFeatures *features) const in initializeFrontendFeatures()
|
/third_party/skia/third_party/externals/angle2/src/ |
D | libGLESv2.gni | 203 "include/platform/FrontendFeatures.h",
|