Lines Matching full:will
123 * glXQueryRendererStringMESA will return \c NULL if the query_render_string
124 * vtable entry is \c NULL. It will also not segfault.
147 * glXQueryRendererStringMESA will not call the screen query_render_string
148 * function with an invalid GLX enum value, and it will return NULL.
192 * glXQueryRendererStringMESA will not call GetGLXScreenConfigs if the display
193 * pointer is \c NULL. It will also not segfault.
210 * glXQueryRendererStringMESA will return error if GetGLXScreenConfigs returns
211 * NULL. It will also not segfault.
230 * glXQueryRendererStringMESA will not call the screen query_render_string
231 * function if the renderer is invalid, and it will return NULL.
259 * glXQueryCurrentRendererStringMESA will return error if there is no context
260 * current. It will also not segfault.
274 * glXQueryCurrentRendererIntegerMESA will return \c NULL if the
275 * query_render_string vtable entry is \c NULL. It will also not segfault.
301 * glXQueryCurrentRendererIntegerMESA will not call the screen
302 * query_render_string function with an invalid GLX enum value, and it will
347 * glXQueryCurrentRendererIntegerMESA will not call GetGLXScreenConfigs if the
348 * display pointer is \c NULL. It will also not segfault.
368 * glXQueryCurrentRendererIntegerMESA will return error if GetGLXScreenConfigs
369 * returns NULL. It will also not segfault.
391 * glXQueryRendererIntegerMESA will not call the screen query_render_integer
392 * function if the renderer is invalid, and it will return NULL.
423 * glXQueryCurrentRendererIntegerMESA will return error if there is no context
424 * current. It will also not segfault.