Home
last modified time | relevance | path

Searched defs:getFunctions (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DContextGL.h222 ANGLE_INLINE const FunctionsGL *getFunctions() const { return mRenderer->getFunctions(); } in getFunctions() function
DRendererGL.h166 const FunctionsGL *getFunctions() const { return mFunctions.get(); } in getFunctions() function