Lines Matching refs:xshape
878 _glfw.x11.xshape.handle = _glfwPlatformLoadModule("libXext-6.so");
880 _glfw.x11.xshape.handle = _glfwPlatformLoadModule("libXext.so");
882 _glfw.x11.xshape.handle = _glfwPlatformLoadModule("libXext.so.6");
884 if (_glfw.x11.xshape.handle)
886 _glfw.x11.xshape.QueryExtension = (PFN_XShapeQueryExtension)
887 _glfwPlatformGetModuleSymbol(_glfw.x11.xshape.handle, "XShapeQueryExtension");
888 _glfw.x11.xshape.ShapeCombineRegion = (PFN_XShapeCombineRegion)
889 _glfwPlatformGetModuleSymbol(_glfw.x11.xshape.handle, "XShapeCombineRegion");
890 _glfw.x11.xshape.QueryVersion = (PFN_XShapeQueryVersion)
891 _glfwPlatformGetModuleSymbol(_glfw.x11.xshape.handle, "XShapeQueryVersion");
892 _glfw.x11.xshape.ShapeCombineMask = (PFN_XShapeCombineMask)
893 _glfwPlatformGetModuleSymbol(_glfw.x11.xshape.handle, "XShapeCombineMask");
896 &_glfw.x11.xshape.errorBase,
897 &_glfw.x11.xshape.eventBase))
900 &_glfw.x11.xshape.major,
901 &_glfw.x11.xshape.minor))
903 _glfw.x11.xshape.available = GLFW_TRUE;