Home
last modified time | relevance | path

Searched refs:createContextAttribs (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/tools/sk_app/unix/
H A 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()
/third_party/skia/src/utils/win/
H A DSkWGL_win.cpp75 HGLRC SkWGLExtensions::createContextAttribs(HDC hDC, in createContextAttribs() function in SkWGLExtensions
374 glrc = extensions.createContextAttribs(dc, shareContext, glesAttribs); in create_gl_context()
399 glrc = extensions.createContextAttribs(dc, shareContext, coreProfileAttribs); in create_gl_context()
H A DSkWGL.h70 HGLRC createContextAttribs(HDC, HGLRC, const int *) const;
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_util.c979 .createContextAttribs = driCreateContextAttribs,
993 .createContextAttribs = driCreateContextAttribs,
1005 .createContextAttribs = driCreateContextAttribs,
1199 .createContextAttribs = driCreateContextAttribs,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DDisplayGLX.h114 egl::Error createContextAttribs(glx::FBConfig,
H A 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
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDisplayWGL.h106 HGLRC createContextAttribs(const gl::Version &version,
H A 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
/third_party/mesa3d/include/GL/internal/
H A Ddri_interface.h889 * \sa __DRIdri2ExtensionRec::createContextAttribs
891 __DRIcontext *(*createContextAttribs)(__DRIscreen *screen, member
1096 * \name Reasons that __DRIdri2Extension::createContextAttribs might fail
1157 * \sa __DRIswrastExtensionRec::createContextAttribs
1159 __DRIcreateContextAttribsFunc createContextAttribs; member
1770 * \c __DRIdri2ExtensionRec::createContextAttribs.
1801 * \c __DRIdri2ExtensionRec::createContextAttribs.
2051 __DRIcreateContextAttribsFunc createContextAttribs; member
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c1342 * dri2_egl_display::dri2::createContextAttribs.
1596 dri2_dpy->image_driver->createContextAttribs(dri2_dpy->dri_screen, in dri2_create_context()
1608 dri2_dpy->dri2->createContextAttribs(dri2_dpy->dri_screen, in dri2_create_context()
1629 dri2_dpy->swrast->createContextAttribs(dri2_dpy->dri_screen, in dri2_create_context()
/third_party/mesa3d/src/glx/
H A Ddri2_glx.c244 (*psc->dri2->createContextAttribs) (psc->driScreen, in dri2_create_context_attribs()
H A Ddri3_glx.c319 (*psc->image_driver->createContextAttribs) (psc->driScreen, in dri3_create_context_attribs()
H A Ddrisw_glx.c641 (*psc->swrast->createContextAttribs) (psc->driScreen, in drisw_create_context_attribs()

Completed in 20 milliseconds