Searched refs:mFbConfig (Results 1 – 1 of 1) sorted by relevance
110 explicit GlxPixelFormat(GLXFBConfig fbconfig) : mFbConfig(fbconfig) {} in GlxPixelFormat()113 return new GlxPixelFormat(mFbConfig); in clone()116 GLXFBConfig fbConfig() const { return mFbConfig; } in fbConfig()123 GLXFBConfig mFbConfig = nullptr; member in __anonf3e8b6d10111::GlxPixelFormat130 Surface(type), mFbConfig(fbConfig), mDrawable(drawable) {} in GlxSurface()133 GLXFBConfig config() const { return mFbConfig; } in config()148 GLXFBConfig mFbConfig = 0; member in __anonf3e8b6d10111::GlxSurface