Home
last modified time | relevance | path

Searched defs:initializeFrontendFeatures (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
DDisplayImpl.h99 virtual void initializeFrontendFeatures(angle::FrontendFeatures *features) const {} in initializeFrontendFeatures() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/
DDisplayAndroid.cpp693 void DisplayAndroid::initializeFrontendFeatures(angle::FrontendFeatures *features) const in initializeFrontendFeatures() function in rx::DisplayAndroid
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DRendererGL.cpp583 void RendererGL::initializeFrontendFeatures(angle::FrontendFeatures *features) const in initializeFrontendFeatures() function in rx::RendererGL
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp994 void DisplayGLX::initializeFrontendFeatures(angle::FrontendFeatures *features) const in initializeFrontendFeatures() function in rx::DisplayGLX
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp1061 void DisplayWGL::initializeFrontendFeatures(angle::FrontendFeatures *features) const in initializeFrontendFeatures() function in rx::DisplayWGL
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ozone/
DDisplayOzone.cpp1076 void DisplayOzone::initializeFrontendFeatures(angle::FrontendFeatures *features) const in initializeFrontendFeatures() function in rx::DisplayOzone
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.cpp1383 void Display::initializeFrontendFeatures() in initializeFrontendFeatures() function in egl::Display