Home
last modified time | relevance | path

Searched refs:createContextAttribsARB (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/platform/win32/
DtcuWGL.cpp171 wglCreateContextAttribsARBFunc createContextAttribsARB; member
187 , createContextAttribsARB (DE_NULL) in Functions()
261 …m_functions.createContextAttribsARB = (wglCreateContextAttribsARBFunc)m_functions.getProcAddress(… in Library()
273 !m_functions.createContextAttribsARB || in Library()
537 m_context = wgl.createContextAttribsARB(deviceCtx, sharedCtx, &attribList[0]); in Context()
/external/angle/src/libANGLE/renderer/gl/wgl/
DFunctionsWGL.cpp78 createContextAttribsARB(nullptr), in FunctionsWGL()
152 "wglCreateContextAttribsARB", &createContextAttribsARB); in initialize()
DFunctionsWGL.h60 PFNWGLCREATECONTEXTATTRIBSARBPROC createContextAttribsARB; variable
DDisplayWGL.cpp850 HGLRC context = mFunctionsWGL->createContextAttribsARB(mDeviceContext, nullptr, &attribs[0]); in createContextAttribs()
857 sharedContext = mFunctionsWGL->createContextAttribsARB(mDeviceContext, context, &attribs[0]); in createContextAttribs()
869 if (mFunctionsWGL->createContextAttribsARB) in createRenderer()
1016 workerContext = mFunctionsWGL->createContextAttribsARB(mDeviceContext, sharedContext, in createWorkerContext()
/external/angle/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.h69 glx::Context createContextAttribsARB(glx::FBConfig config,
DDisplayGLX.cpp976 *context = mGLX.createContextAttribsARB(mContextConfig, nullptr, True, mAttribs.data()); in createContextAttribs()
984 mSharedContext = mGLX.createContextAttribsARB(mContextConfig, mContext, True, mAttribs.data()); in createContextAttribs()
1048 mGLX.createContextAttribsARB(mContextConfig, mSharedContext, True, mAttribs.data()); in createWorkerContext()
DFunctionsGLX.cpp416 glx::Context FunctionsGLX::createContextAttribsARB(glx::FBConfig config, in createContextAttribsARB() function in rx::FunctionsGLX