Home
last modified time | relevance | path

Searched refs:glXCreatePixmap (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_getproc.c78 { "glXCreatePixmap", (__GLXextFuncPtr) glXCreatePixmap },
Dglx_api.c1916 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, in glXCreatePixmap() function
/external/mesa3d/src/glx/apple/
DRELEASE_NOTES37 glXCreatePixmap.
/external/mesa3d/include/GL/
Dglx.h254 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
Dglxext.h134 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c424 glXCreatePixmap(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList) in glXCreatePixmap() function
1091 { "glXCreatePixmap", (__GLXextFuncPtr) glXCreatePixmap },
/external/angle/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp241 GET_FNPTR_OR_ERROR(&mFnPtrs->createPixmapPtr, glXCreatePixmap); in initialize()
/external/mesa3d/src/glx/
Dglx_pbuffer.c938 glXCreatePixmap(Display * dpy, GLXFBConfig config, Pixmap pixmap, in glXCreatePixmap() function
Dglxcmds.c2483 GLX_FUNCTION(glXCreatePixmap),
/external/swiftshader/include/GL/
Dglxext.h134 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglxew.h301 #define glXCreatePixmap GLXEW_GET_FUN(__glewXCreatePixmap) macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19998 …r = ((glXCreatePixmap = (PFNGLXCREATEPIXMAPPROC)glewGetProcAddress((const GLubyte*)"glXCreatePixma… in _glewInit_GLX_VERSION_1_3()