Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_glx.cpp264 class GlxContext : public EglOS::Context { class
266 explicit GlxContext(X11Display* display, in GlxContext() function in __anonf3e8b6d10111::GlxContext
273 virtual ~GlxContext() { in ~GlxContext()
279 return static_cast<GlxContext*>(context)->context(); in contextFor()
422 sharedContext ? GlxContext::contextFor(sharedContext) : NULL, in createContext()
430 sharedContext ? GlxContext::contextFor(sharedContext) : NULL, in createContext()
438 return std::make_shared<GlxContext>(mDisplay, ctx); in createContext()
443 getGlxApi()->glXDestroyContext(mDisplay, GlxContext::contextFor(context)); in destroyContext()
545 GlxContext::contextFor(context)); in makeCurrent()