| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | no_s3tc.c | 49 float gl_version; local in function:main 64 gl_version = strtod( (const char *) glGetString( GL_VERSION ), NULL ); 66 && (gl_version < 1.3) ) {
|
| H A D | texcmp.c | 384 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 D | gl_version.c | 46 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 D | glx_public_api_core.c | 66 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 D | Makefile.am | 60 gl_version$(EXEEXT) \
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor.c | 370 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 D | glsl_parser_extras.cpp | 92 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 D | glsl_parser_extras.h | 396 unsigned gl_version; member in struct:_mesa_glsl_parse_state
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | glsl_parser_extras.cpp | 86 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 D | glsl_parser_extras.h | 388 unsigned gl_version; member in struct:_mesa_glsl_parse_state
|
| /xsrc/external/mit/MesaLib/dist/bin/ |
| H A D | gen_release_notes.py | 57 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,
|