/external/angle/src/libANGLE/renderer/vulkan/ |
D | DisplayVk.cpp | 308 void DisplayVk::populateFeatureList(angle::FeatureList *features) in populateFeatureList() function in rx::DisplayVk 310 mRenderer->getFeatures().populateFeatureList(features); in populateFeatureList()
|
D | DisplayVk.h | 146 void populateFeatureList(angle::FeatureList *features) override;
|
/external/angle/src/libANGLE/renderer/null/ |
D | DisplayNULL.h | 83 void populateFeatureList(angle::FeatureList *features) override {} in populateFeatureList() function
|
/external/angle/src/libANGLE/renderer/gl/eagl/ |
D | DisplayEAGL.h | 87 void populateFeatureList(angle::FeatureList *features) override;
|
D | DisplayEAGL.mm | 400 void DisplayEAGL::populateFeatureList(angle::FeatureList *features) 402 mRenderer->getFeatures().populateFeatureList(features);
|
/external/angle/include/platform/ |
D | Feature.h | 184 void populateFeatureList(FeatureList *features) const in populateFeatureList() function
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | DisplayD3D.cpp | 447 void DisplayD3D::populateFeatureList(angle::FeatureList *features) in populateFeatureList() function in rx::DisplayD3D 449 mRenderer->getFeatures().populateFeatureList(features); in populateFeatureList()
|
D | DisplayD3D.h | 104 void populateFeatureList(angle::FeatureList *features) override;
|
/external/angle/src/libANGLE/renderer/ |
D | DisplayImpl.h | 118 virtual void populateFeatureList(angle::FeatureList *features) = 0;
|
/external/angle/src/libANGLE/renderer/gl/cgl/ |
D | DisplayCGL.h | 99 void populateFeatureList(angle::FeatureList *features) override;
|
D | DisplayCGL.mm | 575 void DisplayCGL::populateFeatureList(angle::FeatureList *features) 577 mRenderer->getFeatures().populateFeatureList(features);
|
/external/angle/src/libANGLE/renderer/gl/wgl/ |
D | DisplayWGL.h | 87 void populateFeatureList(angle::FeatureList *features) override;
|
D | DisplayWGL.cpp | 1047 void DisplayWGL::populateFeatureList(angle::FeatureList *features) in populateFeatureList() function in rx::DisplayWGL 1049 mRenderer->getFeatures().populateFeatureList(features); in populateFeatureList()
|
/external/angle/src/libANGLE/renderer/gl/glx/ |
D | DisplayGLX.h | 99 void populateFeatureList(angle::FeatureList *features) override;
|
D | DisplayGLX.cpp | 1072 void DisplayGLX::populateFeatureList(angle::FeatureList *features) in populateFeatureList() function in rx::DisplayGLX 1074 mRenderer->getFeatures().populateFeatureList(features); in populateFeatureList()
|
/external/angle/src/libANGLE/renderer/gl/egl/ |
D | DisplayEGL.h | 89 void populateFeatureList(angle::FeatureList *features) override;
|
D | DisplayEGL.cpp | 771 void DisplayEGL::populateFeatureList(angle::FeatureList *features) in populateFeatureList() function in rx::DisplayEGL 773 mRenderer->getFeatures().populateFeatureList(features); in populateFeatureList()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | DisplayMtl.h | 101 void populateFeatureList(angle::FeatureList *features) override;
|
D | DisplayMtl.mm | 430 void DisplayMtl::populateFeatureList(angle::FeatureList *features) 432 mFeatures.populateFeatureList(features);
|
/external/angle/src/libANGLE/ |
D | Display.cpp | 906 mFrontendFeatures.populateFeatureList(&mFeatures); in initialize() 907 mImplementation->populateFeatureList(&mFeatures); in initialize()
|