Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DContextGL.h202 ANGLE_INLINE const FunctionsGL *getFunctions() const { return mRenderer->getFunctions(); } in getFunctions() function
DRendererGL.h107 const FunctionsGL *getFunctions() const { return mFunctions.get(); } in getFunctions() function