Searched refs:gl_extensions (Results 1 - 12 of 12) sorted by relevance

/external/mesa3d/src/glsl/glcpp/
H A Dglcpp.h187 struct gl_extensions;
190 glcpp_parser_create (const struct gl_extensions *extensions, int api);
200 const struct gl_extensions *extensions, int api);
H A Dpp.c154 const struct gl_extensions *extensions, int api)
H A Dglcpp-parse.y32 #include "main/core.h" /* for struct gl_extensions */
1119 glcpp_parser_create (const struct gl_extensions *extensions, int api)
/external/mesa3d/src/glsl/
H A Dglsl_parser_extras.h211 const struct gl_extensions *extensions;
300 const struct gl_extensions *extensions, int api);
H A Dglsl_parser_extras.cpp225 * Flag in the gl_extensions struct indicating whether this
227 * &gl_extensions::dummy_true if supported by all drivers.
229 * Note: the type (GLboolean gl_extensions::*) is a "pointer to
239 const GLboolean gl_extensions::* supported_flag;
265 { "GL_" #NAME, VS, GS, FS, GL, ES, &gl_extensions::SUPPORTED_FLAG, \
/external/drm_hwcomposer/
H A Dglworker.cpp452 const char *gl_extensions; local
521 gl_extensions = (const char *)glGetString(GL_EXTENSIONS);
523 if (!HasExtension("GL_OES_EGL_image", gl_extensions))
526 if (!HasExtension("GL_OES_EGL_image_external", gl_extensions))
/external/mesa3d/src/mesa/state_tracker/
H A Dst_extensions.c266 * Given a member \c x of struct gl_extensions, return offset of
269 #define o(x) offsetof(struct gl_extensions, x)
/external/mesa3d/src/mesa/main/
H A Dmtypes.h2945 struct gl_extensions struct
3432 struct gl_extensions Extensions;
H A Dextensions.c58 /** 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.
773 * Note: Sets gl_extensions.dummy_true to true.
H A Dsamplerobj.c287 const struct gl_extensions * const e = &ctx->Extensions;
H A Dtexparam.c58 const struct gl_extensions * const e = & ctx->Extensions;
H A Dget.c211 offsetof(struct gl_extensions, f)
463 * gl_extensions" include a member with the name of the extension.

Completed in 175 milliseconds