Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_glx.cpp110 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::GlxPixelFormat
130 Surface(type), mFbConfig(fbConfig), mDrawable(drawable) {} in GlxSurface()
133 GLXFBConfig config() const { return mFbConfig; } in config()
148 GLXFBConfig mFbConfig = 0; member in __anonf3e8b6d10111::GlxSurface