Searched refs:makeCurrent (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglContext.cpp | 132 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()
|
D | EglOsApi.h | 207 virtual bool makeCurrent(Surface* read,
|
D | EglOsApi_darwin.cpp | 320 virtual bool makeCurrent(EglOS::Surface* read, in makeCurrent() function in __anon19379e4b0111::MacDisplay
|
D | EglOsApi_egl.cpp | 309 bool makeCurrent(Surface* read, Surface* draw, Context* context); 729 bool EglOsEglDisplay::makeCurrent(Surface* read, in makeCurrent() function in __anon4d714c1e0111::EglOsEglDisplay
|
D | EglOsApi_glx.cpp | 528 virtual bool makeCurrent(EglOS::Surface* read, in makeCurrent() function in __anonf3e8b6d10111::GlxDisplay
|
D | EglImp.cpp | 1118 if(!dpy->nativeType()->makeCurrent(NULL,NULL,NULL)) { in eglMakeCurrent() 1171 if (!dpy->nativeType()->makeCurrent( in eglMakeCurrent()
|
D | EglOsApi_wgl.cpp | 1130 virtual bool makeCurrent(EglOS::Surface* read, in makeCurrent() function in __anonb70991b00111::WglDisplay
|