Home
last modified time | relevance | path

Searched refs:GLXFBConfig (Results 1 – 25 of 35) sorted by relevance

12

/external/mesa3d/src/glx/tests/
Dcreate_context_unittest.cpp168 glXCreateContextAttribsARB(NULL, (GLXFBConfig) &this->fbc, 0, in TEST_F()
190 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F()
204 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F()
212 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F()
220 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F()
229 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F()
234 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, share, in TEST_F()
243 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F()
251 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F()
261 glXCreateContextAttribsARB(this->dpy, (GLXFBConfig) &this->fbc, 0, in TEST_F()
[all …]
/external/mesa3d/include/GL/
Dglx.h164 typedef struct __GLXFBConfigRec *GLXFBConfig; typedef
237 extern GLXFBConfig *glXChooseFBConfig( Display *dpy, int screen,
240 extern int glXGetFBConfigAttrib( Display *dpy, GLXFBConfig config,
243 extern GLXFBConfig *glXGetFBConfigs( Display *dpy, int screen,
247 GLXFBConfig config );
249 extern GLXWindow glXCreateWindow( Display *dpy, GLXFBConfig config,
254 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
259 extern GLXPbuffer glXCreatePbuffer( Display *dpy, GLXFBConfig config,
267 extern GLXContext glXCreateNewContext( Display *dpy, GLXFBConfig config,
286 typedef GLXFBConfig * (* PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
[all …]
Dglxext.h51 typedef struct __GLXFBConfigRec *GLXFBConfig; typedef
110 typedef GLXFBConfig *( *PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
111 typedef GLXFBConfig *( *PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list…
112 typedef int ( *PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *…
113 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
114 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const i…
116 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons…
118 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib…
121 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_typ…
128 GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements);
[all …]
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h90 GLXFBConfig *(*ChooseFBConfig)(Display *dpy, int screen, const int *attribList, int *nitems);
91 …GLXContext (*CreateNewContext)(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareL…
92 GLXPbuffer (*CreatePbuffer)(Display *dpy, GLXFBConfig config, const int *attribList);
93 … GLXPixmap (*CreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList);
94 GLXWindow (*CreateWindow)(Display *dpy, GLXFBConfig config, Window win, const int *attribList);
99 int (*GetFBConfigAttrib)(Display *dpy, GLXFBConfig config, int attribute, int *value);
100 GLXFBConfig *(*GetFBConfigs)(Display *dpy, int screen, int *nelements);
102 XVisualInfo *(*GetVisualFromFBConfig)(Display *dpy, GLXFBConfig config);
185 GLXContext (*CreateContextAttribs)(Display *dpy, GLXFBConfig config,
Dglxapi.c390 GLXFBConfig PUBLIC *
402 glXCreateNewContext(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool di… in glXCreateNewContext()
413 glXCreatePbuffer(Display *dpy, GLXFBConfig config, const int *attribList) in glXCreatePbuffer()
424 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList) in glXCreatePixmap()
435 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, const int *attribList) in glXCreateWindow()
487 glXGetFBConfigAttrib(Display *dpy, GLXFBConfig config, int attribute, int *value) in glXGetFBConfigAttrib()
497 GLXFBConfig PUBLIC *
519 glXGetVisualFromFBConfig(Display *dpy, GLXFBConfig config) in glXGetVisualFromFBConfig()
1242 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config, in glXCreateContextAttribsARB()
Dfakeglx.c1873 Fake_glXGetFBConfigAttrib( Display *dpy, GLXFBConfig config, in Fake_glXGetFBConfigAttrib()
1887 static GLXFBConfig *
1908 return (GLXFBConfig *) results; in Fake_glXGetFBConfigs()
1914 static GLXFBConfig *
1930 GLXFBConfig *config = malloc(sizeof(XMesaVisual)); in Fake_glXChooseFBConfig()
1936 config[0] = (GLXFBConfig) xmvis; in Fake_glXChooseFBConfig()
1937 return (GLXFBConfig *) config; in Fake_glXChooseFBConfig()
1947 Fake_glXGetVisualFromFBConfig( Display *dpy, GLXFBConfig config ) in Fake_glXGetVisualFromFBConfig()
1964 Fake_glXCreateWindow( Display *dpy, GLXFBConfig config, Window win, in Fake_glXCreateWindow()
1995 Fake_glXCreatePixmap( Display *dpy, GLXFBConfig config, Pixmap pixmap, in Fake_glXCreatePixmap()
[all …]
/external/angle/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp360 GLXFBConfig *configs = mFnPtrs->getFBConfigsPtr(mXDisplay, mXScreen, nElements); in getFBConfigs()
365 GLXFBConfig *configs = mFnPtrs->chooseFBConfigPtr(mXDisplay, mXScreen, attribList, nElements); in chooseFBConfig()
370 GLXFBConfig cfg = reinterpret_cast<GLXFBConfig>(config); in getFBConfigAttrib()
375 GLXFBConfig cfg = reinterpret_cast<GLXFBConfig>(config); in getVisualFromFBConfig()
382 GLXFBConfig cfg = reinterpret_cast<GLXFBConfig>(config); in createWindow()
391 GLXFBConfig cfg = reinterpret_cast<GLXFBConfig>(config); in createPbuffer()
407 GLXFBConfig cfg = reinterpret_cast<GLXFBConfig>(config); in createPixmap()
422 GLXFBConfig cfg = reinterpret_cast<GLXFBConfig>(config); in createContextAttribsARB()
/external/mesa3d/src/glx/
Dglxglvnddispatchfuncs.h11 static inline int AddFBConfigMapping(Display *dpy, GLXFBConfig config, in AddFBConfigMapping()
17 static inline int AddFBConfigsMapping(Display *dpy, const GLXFBConfig *ret, in AddFBConfigsMapping()
59 static inline __GLXvendorInfo *GetDispatchFromFBConfig(Display *dpy, GLXFBConfig config) in GetDispatchFromFBConfig()
Dcreate_context.c37 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config, in glXCreateContextAttribsARB()
/external/swiftshader/include/GL/
Dglxext.h51 typedef struct __GLXFBConfigRec *GLXFBConfig; typedef
110 typedef GLXFBConfig *( *PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
111 typedef GLXFBConfig *( *PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list…
112 typedef int ( *PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *…
113 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
114 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const i…
116 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons…
118 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib…
121 typedef GLXContext ( *PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_typ…
128 GLXFBConfig *glXGetFBConfigs (Display *dpy, int screen, int *nelements);
[all …]
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp61 static GLXContext CreateBestContext(bool isES, Display* display, GLXFBConfig bestFbc,
144 GLXFBConfig *fbc = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), in GLXGLTestContext()
177 GLXFBConfig bestFbc = fbc[best_fbc]; in GLXGLTestContext()
305 GLXContext GLXGLTestContext::CreateBestContext(bool isES, Display* display, GLXFBConfig bestFbc, in CreateBestContext()
/external/skqp/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp61 static GLXContext CreateBestContext(bool isES, Display* display, GLXFBConfig bestFbc,
144 GLXFBConfig *fbc = glXChooseFBConfig(fDisplay, DefaultScreen(fDisplay), in GLXGLTestContext()
177 GLXFBConfig bestFbc = fbc[best_fbc]; in GLXGLTestContext()
298 GLXContext GLXGLTestContext::CreateBestContext(bool isES, Display* display, GLXFBConfig bestFbc, in CreateBestContext()
/external/libepoxy/test/
Dglx_common.c105 GLXFBConfig
109 GLXFBConfig ret = None, *configs; in get_fbconfig_for_visinfo()
Dglx_common.h32 GLXFBConfig
Dglx_gles2.c70 GLXFBConfig config; in main()
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglxew.h260 typedef struct __GLXFBConfigRec *GLXFBConfig; typedef
280 typedef GLXFBConfig* ( * PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_lis…
281 typedef GLXContext ( * PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_ty…
282 typedef GLXPbuffer ( * PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attri…
283 typedef GLXPixmap ( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, con…
284 typedef GLXWindow ( * PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const …
289 typedef int ( * PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int …
290 typedef GLXFBConfig* ( * PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
292 typedef XVisualInfo* ( * PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
406 typedef GLXContext ( * PFNGLXCREATECONTEXTATTRIBSARBPROC) (Display* dpy, GLXFBConfig config, GLXCon…
[all …]
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_api.c1787 glXGetFBConfigAttrib(Display *dpy, GLXFBConfig config, in glXGetFBConfigAttrib()
1801 PUBLIC GLXFBConfig *
1824 return (GLXFBConfig *) results; in glXGetFBConfigs()
1830 PUBLIC GLXFBConfig *
1846 GLXFBConfig *config = malloc(sizeof(XMesaVisual)); in glXChooseFBConfig()
1852 config[0] = (GLXFBConfig) xmvis; in glXChooseFBConfig()
1853 return (GLXFBConfig *) config; in glXChooseFBConfig()
1863 glXGetVisualFromFBConfig( Display *dpy, GLXFBConfig config ) in glXGetVisualFromFBConfig()
1885 glXCreateWindow(Display *dpy, GLXFBConfig config, Window win, in glXCreateWindow()
1916 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, in glXCreatePixmap()
[all …]
/external/skqp/tools/sk_app/unix/
DGLWindowContext_unix.cpp44 GLXFBConfig* fFBConfig;
63 using CreateContextAttribsFn = GLXContext(Display*, GLXFBConfig, GLXContext, Bool, const int*);
DWindowContextFactory_unix.h26 GLXFBConfig* fFBConfig;
DWindow_unix.h83 GLXFBConfig* fFBConfig;
/external/skia/tools/sk_app/unix/
DGLWindowContext_unix.cpp44 GLXFBConfig* fFBConfig;
63 using CreateContextAttribsFn = GLXContext(Display*, GLXFBConfig, GLXContext, Bool, const int*);
DWindowContextFactory_unix.h33 GLXFBConfig* fFBConfig;
DWindow_unix.h90 GLXFBConfig* fFBConfig;
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp123 GlxVisual (GlxDisplay& display, GLXFBConfig fbConfig);
137 const GLXFBConfig m_fbConfig;
302 GlxVisual::GlxVisual (GlxDisplay& display, GLXFBConfig fbConfig) in GlxVisual()
626 GLXFBConfig maxConfig = DE_NULL; in chooseVisual()
629 GLXFBConfig* const fbConfigs = glXGetFBConfigs(dpy, DefaultScreen(dpy), &numElems); in chooseVisual()
/external/virglrenderer/src/
Dvrend_winsys_glx.c36 GLXFBConfig* fbConfigs;

12