Searched refs:gl_version (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dno_s3tc.c49 float gl_version; local in function:main
64 gl_version = strtod( (const char *) glGetString( GL_VERSION ), NULL );
66 && (gl_version < 1.3) ) {
H A Dtexcmp.c384 float gl_version; local in function:main
402 gl_version = atof( (const char *) glGetString( GL_VERSION ) );
403 if ( (gl_version < 1.3)
/xsrc/external/mit/libepoxy/dist/test/
H A Dgl_version.c46 test_version(const char *gl_string, int gl_version, argument
55 if (epoxy_version != gl_version) {
58 "%d instead of %d\n", gl_string, epoxy_version, gl_version);
H A Dglx_public_api_core.c66 int gl_version, epoxy_version; local in function:test_gl_version
71 gl_version = major * 10 + minor;
73 if (gl_version < 32) {
76 gl_version);
81 if (epoxy_version != gl_version) {
84 epoxy_version, gl_version);
H A DMakefile.am60 gl_version$(EXEEXT) \
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor.c370 glamor_check_instruction_count(int gl_version) argument
378 if (gl_version < 30) {
620 int gl_version; local in function:glamor_init
683 gl_version = epoxy_gl_version();
687 gl_version >= 31 && !epoxy_has_gl_extension("GL_ARB_compatibility");
738 if (gl_version < 21) {
749 if (!glamor_check_instruction_count(gl_version))
760 if (gl_version < 20) {
819 glamor_priv->can_copyplane = (gl_version >= 30);
846 (glamor_priv->is_gles && gl_version >
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dglsl_parser_extras.cpp92 this->gl_version = 20;
402 this->gl_version = this->supported_versions[i].gl_ver;
622 gl_api api, uint8_t gl_version) const;
791 const _mesa_glsl_parse_state *state, gl_api api, uint8_t gl_version) const
793 return this->available_pred(state->ctx, api, gl_version);
830 uint8_t gl_version = state->ctx->Extensions.Version; local in function:_mesa_glsl_process_extension
856 if (gl_version != 0xff)
857 gl_version = state->gl_version;
870 if (extension->compatible_with_state(state, api, gl_version)) {
2037 unsigned gl_version = state->ctx->Extensions.Version; local in function:add_builtin_defines
[all...]
H A Dglsl_parser_extras.h396 unsigned gl_version; member in struct:_mesa_glsl_parse_state
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dglsl_parser_extras.cpp86 this->gl_version = 20;
446 this->gl_version = this->supported_versions[i].gl_ver;
593 gl_api api, uint8_t gl_version) const;
753 const _mesa_glsl_parse_state *state, gl_api api, uint8_t gl_version) const
755 return this->available_pred(state->ctx, api, gl_version);
792 uint8_t gl_version = state->ctx->Extensions.Version; local in function:_mesa_glsl_process_extension
818 if (gl_version != 0xff)
819 gl_version = state->gl_version;
832 if (extension->compatible_with_state(state, api, gl_version)) {
1988 unsigned gl_version = state->ctx->Extensions.Version; local in function:add_builtin_defines
[all...]
H A Dglsl_parser_extras.h388 unsigned gl_version; member in struct:_mesa_glsl_parse_state
/xsrc/external/mit/MesaLib/dist/bin/
H A Dgen_release_notes.py57 Mesa ${this_version} implements the OpenGL ${gl_version} API, but the version reported by
60 Some drivers don't support all the features required in OpenGL ${gl_version}. OpenGL
61 ${gl_version} is **only** available if requested at context creation.
324 gl_version=CURRENT_GL_VERSION,

Completed in 15 milliseconds