Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglContext.cpp132 const bool res = m_dpy->nativeType()->makeCurrent(pb, pb, m_native.get()); in ~EglContext()
157 m_dpy->nativeType()->makeCurrent(rebindRead->native(), in ~EglContext()
161 m_dpy->nativeType()->makeCurrent(nullptr, nullptr, nullptr); in ~EglContext()
DEglOsApi.h207 virtual bool makeCurrent(Surface* read,
DEglOsApi_darwin.cpp320 virtual bool makeCurrent(EglOS::Surface* read, in makeCurrent() function in __anon19379e4b0111::MacDisplay
DEglOsApi_egl.cpp309 bool makeCurrent(Surface* read, Surface* draw, Context* context);
729 bool EglOsEglDisplay::makeCurrent(Surface* read, in makeCurrent() function in __anon4d714c1e0111::EglOsEglDisplay
DEglOsApi_glx.cpp528 virtual bool makeCurrent(EglOS::Surface* read, in makeCurrent() function in __anonf3e8b6d10111::GlxDisplay
DEglImp.cpp1118 if(!dpy->nativeType()->makeCurrent(NULL,NULL,NULL)) { in eglMakeCurrent()
1171 if (!dpy->nativeType()->makeCurrent( in eglMakeCurrent()
DEglOsApi_wgl.cpp1130 virtual bool makeCurrent(EglOS::Surface* read, in makeCurrent() function in __anonb70991b00111::WglDisplay