HomeSort by relevance Sort by last modified time
    Searched refs:createContextAttribs (Results 1 - 8 of 8) sorted by null

  /external/skia/tools/viewer/sk_app/unix/
GLWindowContext_unix.cpp 61 CreateContextAttribsFn* createContextAttribs = (CreateContextAttribsFn*)glXGetProcAddressARB(
63 if (createContextAttribs && fFBConfig) {
76 fGLContext = createContextAttribs(fDisplay, *fFBConfig, nullptr, True, attribs);
  /external/skia/src/utils/win/
SkWGL.h 70 HGLRC createContextAttribs(HDC, HGLRC, const int *) const;
SkWGL_win.cpp 74 HGLRC SkWGLExtensions::createContextAttribs(HDC hDC,
273 GET_PROC(CreateContextAttribs, ARB);
354 glrc = extensions.createContextAttribs(dc, shareContext, glesAttribs);
379 glrc = extensions.createContextAttribs(dc, shareContext, coreProfileAttribs);
  /external/mesa3d/include/GL/internal/
dri_interface.h 708 * \sa __DRIdri2ExtensionRec::createContextAttribs
710 __DRIcontext *(*createContextAttribs)(__DRIscreen *screen,
833 * \name Reasons that __DRIdri2Extension::createContextAttribs might fail
897 * \sa __DRIswrastExtensionRec::createContextAttribs
899 __DRIcontext *(*createContextAttribs)(__DRIscreen *screen,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/internal/
dri_interface.h 708 * \sa __DRIdri2ExtensionRec::createContextAttribs
710 __DRIcontext *(*createContextAttribs)(__DRIscreen *screen,
815 * \name Reasons that __DRIdri2Extension::createContextAttribs might fail
879 * \sa __DRIswrastExtensionRec::createContextAttribs
881 __DRIcontext *(*createContextAttribs)(__DRIscreen *screen,
  /external/mesa3d/src/glx/
drisw_glx.c 486 (*psc->swrast->createContextAttribs) (psc->driScreen,
dri2_glx.c 299 (*psc->dri2->createContextAttribs) (psc->driScreen,
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 644 * dri2_egl_display::dri2::createContextAttribs.
827 dri2_dpy->dri2->createContextAttribs(dri2_dpy->dri_screen,
    [all...]

Completed in 617 milliseconds