Home
last modified time | relevance | path

Searched defs:populateFeatureList (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DDisplayNULL.h87 void populateFeatureList(angle::FeatureList *features) override {} in populateFeatureList() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DDisplayWgpu.h91 void populateFeatureList(angle::FeatureList *features) override {} in populateFeatureList() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DDisplayD3D.cpp451 void DisplayD3D::populateFeatureList(angle::FeatureList *features) in populateFeatureList() function in rx::DisplayD3D
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/wgl/
H A DDisplayWGL.cpp900 void DisplayWGL::populateFeatureList(angle::FeatureList *features) in populateFeatureList() function in rx::DisplayWGL
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DDisplayVk.cpp653 void DisplayVk::populateFeatureList(angle::FeatureList *features) in populateFeatureList() function in rx::DisplayVk
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/glx/
H A DDisplayGLX.cpp949 void DisplayGLX::populateFeatureList(angle::FeatureList *features) in populateFeatureList() function in rx::DisplayGLX
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/egl/
H A DDisplayEGL.cpp985 void DisplayEGL::populateFeatureList(angle::FeatureList *features) in populateFeatureList() function in rx::DisplayEGL
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A Drenderer_utils.cpp112 void FeatureSetBase::populateFeatureList(FeatureList *features) const in populateFeatureList() function in angle::FeatureSetBase