HomeSort by: relevance | last modified time | path
    Searched refs:gl_version (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/libepoxy/dist/test/
gl_version.c 35 case GL_VERSION:
46 test_version(const char *gl_string, int gl_version,
55 if (epoxy_version != gl_version) {
57 "glGetString(GL_VERSION) = \"%s\" returned epoxy_gl_version() "
58 "%d instead of %d\n", gl_string, epoxy_version, gl_version);
glx_public_api_core.c 66 int gl_version, epoxy_version; local
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);
  /xsrc/external/mit/mesa-demos/dist/src/tests/
no_s3tc.c 49 float gl_version; local
64 gl_version = strtod( (const char *) glGetString( GL_VERSION ), NULL );
66 && (gl_version < 1.3) ) {
texcmp.c 384 float gl_version; local
402 gl_version = atof( (const char *) glGetString( GL_VERSION ) );
403 if ( (gl_version < 1.3)
  /xsrc/external/mit/MesaLib/dist/bin/
gen_release_notes.py 57 Mesa ${this_version} implements the OpenGL ${gl_version} API, but the version reported by
58 glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
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,
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
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;
856 if (gl_version != 0xff)
857 gl_version = state->gl_version;
870 if (extension->compatible_with_state(state, api, gl_version)) {
    [all...]
glsl_parser_extras.h 396 unsigned gl_version; member in struct:_mesa_glsl_parse_state
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
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;
818 if (gl_version != 0xff)
819 gl_version = state->gl_version;
832 if (extension->compatible_with_state(state, api, gl_version)) {
    [all...]
glsl_parser_extras.h 388 unsigned gl_version; member in struct:_mesa_glsl_parse_state
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor.c 618 int gl_version; local
681 gl_version = epoxy_gl_version();
685 gl_version >= 31 && !epoxy_has_gl_extension("GL_ARB_compatibility");
725 if (gl_version < 21) {
745 if (gl_version < 20) {
811 glamor_priv->can_copyplane = (gl_version >= 30);
838 (glamor_priv->is_gles && gl_version >= 30));

Completed in 17 milliseconds