Searched refs:glXCreatePixmap (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | glx_getproc.c | 78 { "glXCreatePixmap", (__GLXextFuncPtr) glXCreatePixmap },
|
H A D | glx_api.c | 1906 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, in glXCreatePixmap() function
|
/third_party/mesa3d/include/GL/ |
H A D | glx.h | 254 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
|
H A D | glxext.h | 134 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | FunctionsGLX.cpp | 241 GET_FNPTR_OR_ERROR(&mFnPtrs->createPixmapPtr, glXCreatePixmap); in initialize()
|
/third_party/mesa3d/src/glx/ |
H A D | glx_pbuffer.c | 951 glXCreatePixmap(Display * dpy, GLXFBConfig config, Pixmap pixmap, in glXCreatePixmap() function
|
H A D | glxcmds.c | 2568 GLX_FUNCTION(glXCreatePixmap),
|
/third_party/openGLES/api/GL/ |
H A 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/ |
H A 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/ |
H A D | glxext.h | 134 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
|
Completed in 21 milliseconds