Searched refs:makeCurrent (Results 1 – 8 of 8) sorted by relevance
/sdk/emulator/opengl/tests/ut_renderer/ |
D | Renderer.h | 46 int makeCurrent(RenderingThread *thread,
|
D | Renderer.cpp | 131 int Renderer::makeCurrent(RenderingThread *thread, in makeCurrent() function in Renderer
|
D | RenderingThread.cpp | 240 int ret = Renderer::instance()->makeCurrent(m_tls, in s_makeCurrent()
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | EglOsApi.h | 46 …bool makeCurrent(EGLNativeInternalDisplayType dpy,EglSurface* read,EglSurface* draw,EGLNativeConte…
|
D | EglMacApi.cpp | 166 bool makeCurrent(EGLNativeDisplayType dpy,EglSurface* read,EglSurface* draw,EGLNativeContextType ct… in makeCurrent() function
|
D | EglX11Api.cpp | 258 bool makeCurrent(EGLNativeDisplayType dpy,EglSurface* read,EglSurface* draw,EGLNativeContextType ct… in makeCurrent() function
|
D | EglImp.cpp | 684 if(!EglOS::makeCurrent(dpy->nativeType(),NULL,NULL,NULL)) { in eglMakeCurrent() 739 if(!EglOS::makeCurrent(dpy->nativeType(),newReadPtr,newDrawPtr,newCtx->nativeType())) { in eglMakeCurrent()
|
D | EglWindowsApi.cpp | 549 bool makeCurrent(EGLNativeInternalDisplayType display,EglSurface* read,EglSurface* draw,EGLNativeCo… in makeCurrent() function
|