Home
last modified time | relevance | path

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

/sdk/emulator/opengl/tests/ut_rendercontrol_dec/
Dut_rendercontrol.in1 GL_ENTRY(int, createContext, uint32_t pid, uint32_t handle, uint32_t shareCtx, int version)
/sdk/emulator/opengl/tests/ut_renderer/
DRenderer.h44 …int createContext(RenderingThread *thread, const ClientHandle & ctx, const ClientHandle shareCtx, …
DRenderer.cpp91 int Renderer::createContext(RenderingThread *thread, const ClientHandle &handle, ClientHandle share… in createContext() function in Renderer
DRenderingThread.cpp215 return Renderer::instance()->createContext(m_tls, Renderer::ClientHandle(pid, handle), in s_createContext()
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglOsApi.h55 …EGLNativeContextType createContext(EGLNativeInternalDisplayType dpy,EglConfig* cfg,EGLNativeContex…
DEglMacApi.cpp157 EGLNativeContextType createContext(EGLNativeDisplayType dpy,EglConfig* cfg,EGLNativeContextType sha… in createContext() function
DEglDisplay.cpp339 m_globalSharedContext = EglOS::createContext(m_dpy,cfg,NULL); in getGlobalSharedContext()
DEglX11Api.cpp247 EGLNativeContextType createContext(EGLNativeDisplayType dpy,EglConfig* cfg,EGLNativeContextType sha… in createContext() function
DEglWindowsApi.cpp516 EGLNativeContextType createContext(EGLNativeInternalDisplayType display,EglConfig* cfg,EGLNativeCon… in createContext() function
DEglImp.cpp648 …EGLNativeContextType nativeContext = EglOS::createContext(dpy->nativeType(),cfg,globalSharedContex… in eglCreateContext()