Home
last modified time | relevance | path

Searched defs:shareContext (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/libEGL/
DDisplay.cpp393 …:createContext(EGLConfig configHandle, EGLint clientVersion, const gl::Context *shareContext, bool… in createContext()
/external/chromium_org/third_party/angle/src/libGLESv2/
DContext.cpp40 Context::Context(int clientVersion, const gl::Context *shareContext, rx::Renderer *renderer, bool n… in Context()
2293 gl::Context *glCreateContext(int clientVersion, const gl::Context *shareContext, rx::Renderer *rend… in glCreateContext()
/external/chromium_org/third_party/WebKit/public/platform/
DPlatform.h560 …GraphicsContext3D(const WebGraphicsContext3D::Attributes&, WebGraphicsContext3D* shareContext) { r… in createOffscreenGraphicsContext3D()