OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:supported_versions
(Results
1 - 10
of
10
) sorted by null
/external/mesa3d/src/compiler/glsl/
glsl_parser_extras.cpp
203
/*
supported_versions
should be large enough to support the known desktop
207
ARRAY_SIZE(this->
supported_versions
));
219
this->
supported_versions
[this->num_supported_versions].ver
221
this->
supported_versions
[this->num_supported_versions].gl_ver
223
this->
supported_versions
[this->num_supported_versions].es = false;
229
this->
supported_versions
[this->num_supported_versions].ver = 100;
230
this->
supported_versions
[this->num_supported_versions].gl_ver = 20;
231
this->
supported_versions
[this->num_supported_versions].es = true;
235
this->
supported_versions
[this->num_supported_versions].ver = 300;
236
this->
supported_versions
[this->num_supported_versions].gl_ver = 30
[
all
...]
glsl_parser_extras.h
343
}
supported_versions
[16];
member in struct:_mesa_glsl_parse_state
/external/boringssl/src/ssl/
tls13_client.cc
217
CBS key_share, pre_shared_key,
supported_versions
;
local
222
&
supported_versions
},
233
/*
supported_versions
is parsed in handshake_client to select the experimental
handshake_server.cc
474
CBS
supported_versions
, versions;
local
475
if (ssl_client_hello_get_extension(client_hello, &
supported_versions
,
477
if (!CBS_get_u8_length_prefixed(&
supported_versions
, &versions) ||
478
CBS_len(&
supported_versions
) != 0 ||
485
/* Convert the ClientHello version to an equivalent
supported_versions
[
all
...]
handshake_client.cc
825
/* The server version may also be in the
supported_versions
extension if
856
CBS
supported_versions
;
local
859
&
supported_versions
},
871
(!CBS_get_u16(&
supported_versions
, out) ||
872
CBS_len(&
supported_versions
) != 0)) {
[
all
...]
/external/boringssl/src/ssl/test/runner/
common.go
[
all
...]
handshake_messages.go
989
// Parse out the version from
supported_versions
if available.
[
all
...]
runner.go
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib/
libXext.a
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libXext.a
[
all
...]
Completed in 1106 milliseconds