Searched refs:fbConfig (Results 1 – 1 of 1) sorted by relevance
116 GLXFBConfig fbConfig() const { return mFbConfig; } in fbConfig() function in __anonf3e8b6d10111::GlxPixelFormat119 return static_cast<const GlxPixelFormat*>(f)->fbConfig(); in from()129 GlxSurface(GLXDrawable drawable, GLXFBConfig fbConfig, SurfaceType type) : in GlxSurface() argument130 Surface(type), mFbConfig(fbConfig), mDrawable(drawable) {} in GlxSurface()