Home
last modified time | relevance | path

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

/sdk/emulator/opengl/tests/ut_renderer/
DRenderer.h46 int makeCurrent(RenderingThread *thread,
DRenderer.cpp131 int Renderer::makeCurrent(RenderingThread *thread, in makeCurrent() function in Renderer
DRenderingThread.cpp240 int ret = Renderer::instance()->makeCurrent(m_tls, in s_makeCurrent()
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglOsApi.h46 …bool makeCurrent(EGLNativeInternalDisplayType dpy,EglSurface* read,EglSurface* draw,EGLNativeConte…
DEglMacApi.cpp166 bool makeCurrent(EGLNativeDisplayType dpy,EglSurface* read,EglSurface* draw,EGLNativeContextType ct… in makeCurrent() function
DEglX11Api.cpp258 bool makeCurrent(EGLNativeDisplayType dpy,EglSurface* read,EglSurface* draw,EGLNativeContextType ct… in makeCurrent() function
DEglImp.cpp684 if(!EglOS::makeCurrent(dpy->nativeType(),NULL,NULL,NULL)) { in eglMakeCurrent()
739 if(!EglOS::makeCurrent(dpy->nativeType(),newReadPtr,newDrawPtr,newCtx->nativeType())) { in eglMakeCurrent()
DEglWindowsApi.cpp549 bool makeCurrent(EGLNativeInternalDisplayType display,EglSurface* read,EglSurface* draw,EGLNativeCo… in makeCurrent() function