Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_glx.cpp116 GLXFBConfig fbConfig() const { return mFbConfig; } in fbConfig() function in __anonf3e8b6d10111::GlxPixelFormat
119 return static_cast<const GlxPixelFormat*>(f)->fbConfig(); in from()
129 GlxSurface(GLXDrawable drawable, GLXFBConfig fbConfig, SurfaceType type) : in GlxSurface() argument
130 Surface(type), mFbConfig(fbConfig), mDrawable(drawable) {} in GlxSurface()