HomeSort by relevance Sort by last modified time
    Searched refs:gl_version (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/compiler/glsl/
glsl_parser_extras.cpp 83 this->gl_version = 20;
417 this->gl_version = this->supported_versions[i].gl_ver;
562 gl_api api, uint8_t gl_version) const;
704 const _mesa_glsl_parse_state *state, gl_api api, uint8_t gl_version) const
706 return this->available_pred(state->ctx, api, gl_version);
743 uint8_t gl_version = state->ctx->Extensions.Version;
769 if (gl_version != 0xff)
770 gl_version = state->gl_version;
783 if (extension->compatible_with_state(state, api, gl_version)) {
    [all...]
glsl_parser_extras.h 349 unsigned gl_version; member in struct:_mesa_glsl_parse_state

Completed in 123 milliseconds