Searched refs:FrontendFeatures (Results 1 - 18 of 18) sorted by relevance
/third_party/skia/third_party/externals/angle2/include/platform/ |
H A D | FrontendFeatures.h | 7 // 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 D | Feature.h | 29 FrontendFeatures, member in angle::FeatureCategory 58 case FeatureCategory::FrontendFeatures: in FeatureCategoryToString()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | RendererGL.h | 24 struct FrontendFeatures; 115 void initializeFrontendFeatures(angle::FrontendFeatures *features) const;
|
H A D | renderergl_utils.h | 27 struct FrontendFeatures; 110 void InitializeFrontendFeatures(const FunctionsGL *functions, angle::FrontendFeatures *features);
|
H A D | RendererGL.cpp | 333 void RendererGL::initializeFrontendFeatures(angle::FrontendFeatures *features) const in initializeFrontendFeatures()
|
H A D | renderergl_utils.cpp | 30 #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 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/eagl/ |
H A D | DisplayEAGL.h | 85 void initializeFrontendFeatures(angle::FrontendFeatures *features) const override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
H A D | DisplayCGL.h | 97 void initializeFrontendFeatures(angle::FrontendFeatures *features) const override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | DisplayGLX.h | 97 void initializeFrontendFeatures(angle::FrontendFeatures *features) const override;
|
H A 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/ |
H A D | DisplayWGL.h | 85 void initializeFrontendFeatures(angle::FrontendFeatures *features) const override;
|
H A D | DisplayWGL.cpp | 1042 void DisplayWGL::initializeFrontendFeatures(angle::FrontendFeatures *features) const in initializeFrontendFeatures()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Display.h | 30 #include "platform/FrontendFeatures.h" 288 const angle::FrontendFeatures &getFrontendFeatures() { return mFrontendFeatures; } in getFrontendFeatures() 375 angle::FrontendFeatures mFrontendFeatures;
|
H A D | Context.h | 47 struct FrontendFeatures; 593 const angle::FrontendFeatures &getFrontendFeatures() const;
|
H A 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/egl/ |
H A D | DisplayEGL.h | 92 void initializeFrontendFeatures(angle::FrontendFeatures *features) const override;
|
H A D | DisplayEGL.cpp | 988 void DisplayEGL::initializeFrontendFeatures(angle::FrontendFeatures *features) const in initializeFrontendFeatures()
|
Completed in 32 milliseconds