Home
last modified time | relevance | path

Searched refs:getFBConfigs (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.h56 glx::FBConfig *getFBConfigs(int *nElements) const;
DFunctionsGLX.cpp330 glx::FBConfig *FunctionsGLX::getFBConfigs(int *nElements) const in getFBConfigs() function in rx::FunctionsGLX
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.h56 glx::FBConfig *getFBConfigs(int *nElements) const;
DFunctionsGLX.cpp358 glx::FBConfig *FunctionsGLX::getFBConfigs(int *nElements) const in getFBConfigs() function in rx::FunctionsGLX
/third_party/mesa3d/src/glx/
Dglxext.c712 getFBConfigs(struct glx_screen *psc, struct glx_display *priv, int screen) in getFBConfigs() function
774 if (!getFBConfigs(psc, priv, screen)) in glx_screen_init()