Home
last modified time | relevance | path

Searched refs:createContextAttribs (Results 1 – 16 of 16) sorted by relevance

/external/skqp/tools/sk_app/unix/
DGLWindowContext_unix.cpp72 CreateContextAttribsFn* createContextAttribs = (CreateContextAttribsFn*)glXGetProcAddressARB( in onInitializeContext() local
74 if (createContextAttribs && fFBConfig) { in onInitializeContext()
91 fGLContext = createContextAttribs(fDisplay, *fFBConfig, nullptr, True, attribs); in onInitializeContext()
/external/skia/tools/sk_app/unix/
DGLWindowContext_unix.cpp73 CreateContextAttribsFn* createContextAttribs = (CreateContextAttribsFn*)glXGetProcAddressARB( in onInitializeContext() local
75 if (createContextAttribs && fFBConfig) { in onInitializeContext()
91 fGLContext = createContextAttribs(fDisplay, *fFBConfig, nullptr, True, attribs); in onInitializeContext()
/external/skqp/src/utils/win/
DSkWGL_win.cpp75 HGLRC SkWGLExtensions::createContextAttribs(HDC hDC, in createContextAttribs() function in SkWGLExtensions
367 glrc = extensions.createContextAttribs(dc, shareContext, glesAttribs); in create_gl_context()
392 glrc = extensions.createContextAttribs(dc, shareContext, coreProfileAttribs); in create_gl_context()
DSkWGL.h70 HGLRC createContextAttribs(HDC, HGLRC, const int *) const;
/external/skia/src/utils/win/
DSkWGL_win.cpp75 HGLRC SkWGLExtensions::createContextAttribs(HDC hDC, in createContextAttribs() function in SkWGLExtensions
365 glrc = extensions.createContextAttribs(dc, shareContext, glesAttribs); in create_gl_context()
390 glrc = extensions.createContextAttribs(dc, shareContext, coreProfileAttribs); in create_gl_context()
DSkWGL.h70 HGLRC createContextAttribs(HDC, HGLRC, const int *) const;
/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.c836 .createContextAttribs = driCreateContextAttribs,
846 .createContextAttribs = driCreateContextAttribs,
1055 .createContextAttribs = driCreateContextAttribs,
/external/angle/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.h106 HGLRC createContextAttribs(const gl::Version &version,
DDisplayWGL.cpp791 return createContextAttribs(requestedVersion, profileMask, sharedContext, useARBShare, in initializeContextAttribs()
809 HGLRC context = createContextAttribs(info.version, profileFlag, sharedContext, useARBShare, in initializeContextAttribs()
820 HGLRC DisplayWGL::createContextAttribs(const gl::Version &version, in createContextAttribs() function in rx::DisplayWGL
/external/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.h114 egl::Error createContextAttribs(glx::FBConfig,
DDisplayGLX.cpp531 return createContextAttribs(config, requestedVersion, profileMask, context); in initializeContext()
558 egl::Error error = createContextAttribs(config, info.version, profileFlag, context); in initializeContext()
932 egl::Error DisplayGLX::createContextAttribs(glx::FBConfig, in createContextAttribs() function in rx::DisplayGLX
/external/mesa3d/include/GL/internal/
Ddri_interface.h1032 __DRIcontext *(*createContextAttribs)(__DRIscreen *screen, member
1306 __DRIcreateContextAttribsFunc createContextAttribs; member
2109 __DRIcreateContextAttribsFunc createContextAttribs; member
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1583 dri2_dpy->image_driver->createContextAttribs(dri2_dpy->dri_screen, in dri2_create_context()
1595 dri2_dpy->dri2->createContextAttribs(dri2_dpy->dri_screen, in dri2_create_context()
1616 dri2_dpy->swrast->createContextAttribs(dri2_dpy->dri_screen, in dri2_create_context()
/external/mesa3d/src/glx/
Ddrisw_glx.c627 (*psc->swrast->createContextAttribs) (psc->driScreen, in drisw_create_context_attribs()
Ddri3_glx.c316 (*psc->image_driver->createContextAttribs) (psc->driScreen, in dri3_create_context_attribs()
Ddri2_glx.c325 (*psc->dri2->createContextAttribs) (psc->driScreen, in dri2_create_context_attribs()