Lines Matching +full:look +full:- +full:up
49 * - If a request has one or more GLXContextTag values, then the dispatch stub
51 * request to. Otherwise, if a vendor library tries to look up the private
53 * - Following from the last point, if a request takes a GLXContextTag value,
69 * This version number contains a major number in the high-order 16 bits, and
70 * a minor version number in the low-order 16 bits.
156 * Client-generated XID's (contexts, drawables, etc) must be added to the
165 * Note that adding GLXFBConfig ID's appears to be unnecessary -- every GLX
179 * X window), then libglvnd will try to look it up as a drawable and return
182 * \param id The XID to look up.
194 * Looks up a context tag.
207 * Assigns a pointer to vendor-private data for a context tag.
222 * This function is safe to use in __GLXserverImports::makeCurrent to look
223 * up the old context private pointer.
263 * Note that this is called after freeing all of GLVND's per-screen data,
300 * The vendor can use \c __GLXserverExports::getContextTagPrivate to look
301 * up the private data pointer for \p oldContextTag.