Searched refs:createContextAttribs (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 72 HGLRC SkWGLExtensions::createContextAttribs(HDC hDC, in createContextAttribs() function in SkWGLExtensions 344 glrc = extensions.createContextAttribs(dc, NULL, glesAttribs); in create_gl_context() 369 glrc = extensions.createContextAttribs(dc, NULL, coreProfileAttribs); in create_gl_context()
|
D | SkWGL.h | 76 HGLRC createContextAttribs(HDC, HGLRC, const int *) const;
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/ |
D | LwjglOffscreenBuffer.java | 82 pbuffer = new Pbuffer(width, height, pixelFormat, null, null, createContextAttribs()); in initInThread()
|
D | LwjglContext.java | 94 protected ContextAttribs createContextAttribs(){ in createContextAttribs() method in LwjglContext
|
D | LwjglDisplay.java | 133 ContextAttribs attr = createContextAttribs(); in createContext()
|
/external/mesa3d/include/GL/internal/ |
D | dri_interface.h | 710 __DRIcontext *(*createContextAttribs)(__DRIscreen *screen, member 899 __DRIcontext *(*createContextAttribs)(__DRIscreen *screen, member
|
/external/mesa3d/src/glx/ |
D | drisw_glx.c | 486 (*psc->swrast->createContextAttribs) (psc->driScreen, in drisw_create_context_attribs()
|
D | dri2_glx.c | 299 (*psc->dri2->createContextAttribs) (psc->driScreen, in dri2_create_context_attribs()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 827 dri2_dpy->dri2->createContextAttribs(dri2_dpy->dri_screen, in dri2_create_context()
|