Home
last modified time | relevance | path

Searched defs:shareCtx (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp273 GLXContext shareCtx = reinterpret_cast<GLXContext>(share); in createContext() local
381 GLXContext shareCtx = reinterpret_cast<GLXContext>(shareContext); in createContextAttribsARB() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp301 GLXContext shareCtx = reinterpret_cast<GLXContext>(share); in createContext() local
421 GLXContext shareCtx = reinterpret_cast<GLXContext>(shareContext); in createContextAttribsARB() local
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_api.c1115 XMesaContext shareCtx, Bool direct, in create_context()
1150 GLXContext shareCtx, Bool direct ) in glXCreateContext()
2146 int renderType, GLXContext shareCtx, Bool direct ) in glXCreateNewContext()
2357 int renderType, GLXContext shareCtx, in glXCreateContextWithConfigSGIX()
2657 GLXContext shareCtx, Bool direct, in glXCreateContextAttribsARB()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_context.c167 stw_create_context_attribs(HDC hdc, INT iLayerPlane, struct stw_context *shareCtx, in stw_create_context_attribs()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c837 struct gl_context *shareCtx = share ? share->ctx : NULL; in st_create_context() local
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_util.c455 void *shareCtx = (shared != NULL) ? shared->driverPrivate : NULL; in driCreateContextAttribs() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DMultithreadingTest.cpp44 EGLContext createMultithreadedContext(EGLWindow *window, EGLContext shareCtx) in createMultithreadedContext()