Searched refs:glXCreatePixmap (Results 1 – 17 of 17) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_getproc.c | 78 { "glXCreatePixmap", (__GLXextFuncPtr) glXCreatePixmap },
|
D | glx_api.c | 1906 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, in glXCreatePixmap() function
|
/third_party/mesa3d/src/glx/apple/ |
D | RELEASE_NOTES | 37 glXCreatePixmap.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | GLX_EXT_texture_from_pixmap.txt | 258 glXCreatePixmap, and by the <attribute> parameter of glXQueryDrawable: 264 Accepted as a value in the <attrib_list> parameter of glXCreatePixmap 278 Accepted as a value in the <attrib_list> parameter of glXCreatePixmap 390 Modify paragraph 3 of the description of glXCreatePixmap: 427 Modify paragraph 5 of the description of glXCreatePixmap: 656 glxpixmap = glXCreatePixmap (display, fbconfigs[i], pixmap, pixmapAttribs);
|
D | GLX_EXT_no_config_context.txt | 96 address space and the restrictions discussed under glXCreatePixmap). A
|
/third_party/openGLES/extensions/EXT/ |
D | GLX_EXT_texture_from_pixmap.txt | 258 glXCreatePixmap, and by the <attribute> parameter of glXQueryDrawable: 264 Accepted as a value in the <attrib_list> parameter of glXCreatePixmap 278 Accepted as a value in the <attrib_list> parameter of glXCreatePixmap 390 Modify paragraph 3 of the description of glXCreatePixmap: 427 Modify paragraph 5 of the description of glXCreatePixmap: 656 glxpixmap = glXCreatePixmap (display, fbconfigs[i], pixmap, pixmapAttribs);
|
D | GLX_EXT_no_config_context.txt | 100 address space and the restrictions discussed under glXCreatePixmap). A
|
/third_party/mesa3d/include/GL/ |
D | glx.h | 254 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
|
D | glxext.h | 134 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 424 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList) in glXCreatePixmap() function 1091 { "glXCreatePixmap", (__GLXextFuncPtr) glXCreatePixmap },
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | FunctionsGLX.cpp | 241 GET_FNPTR_OR_ERROR(&mFnPtrs->createPixmapPtr, glXCreatePixmap); in initialize()
|
/third_party/mesa3d/src/glx/ |
D | glx_pbuffer.c | 900 glXCreatePixmap(Display * dpy, GLXFBConfig config, Pixmap pixmap, in glXCreatePixmap() function
|
D | glxcmds.c | 2566 GLX_FUNCTION(glXCreatePixmap),
|
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/GL/ |
D | glxew.h | 301 #define glXCreatePixmap GLXEW_GET_FUN(__glewXCreatePixmap) macro
|
/third_party/openGLES/api/GL/ |
D | glxext.h | 115 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
D | glxext.h | 134 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
D | glxext.h | 134 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
|