Home | History | Annotate | Download | only in main

Lines Matching full:gl_extensions

58    /** Offset (in bytes) of the corresponding member in struct gl_extensions. */
71 * Given a member \c x of struct gl_extensions, return offset of
74 #define o(x) offsetof(struct gl_extensions, x)
332 * gl_extensions and return that member's offset (in bytes). If the name is
336 * \return Offset of member in struct gl_extensions.
637 _mesa_problem(ctx, "Trying to enable/disable extension after glGetString(GL_EXTENSIONS): %s", name);
773 * Note: Sets gl_extensions.dummy_true to true.
823 * Construct the GL_EXTENSIONS string. Called the first time that
824 * glGetString(GL_EXTENSIONS) is called.