Searched refs:kExtensions (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/gpu/glsl/
H A DGrGLSLShaderBuilder.h211 SkString& extensions() { return fShaderStrings[kExtensions]; }
226 kExtensions, enumerator in enum:GrGLSLShaderBuilder::__anon20783
/external/skqp/src/gpu/glsl/
H A DGrGLSLShaderBuilder.h213 SkString& extensions() { return fShaderStrings[kExtensions]; }
228 kExtensions, enumerator in enum:GrGLSLShaderBuilder::__anon21449
/external/boringssl/src/ssl/
H A Dt1_lib.cc2653 // kExtensions contains all the supported extensions.
2654 static const struct tls_extension kExtensions[] = { member in namespace:bssl
2830 #define kNumExtensions (sizeof(kExtensions) / sizeof(struct tls_extension))
2843 if (kExtensions[i].value == value) {
2845 return &kExtensions[i];
2870 if (kExtensions[i].init != NULL) {
2871 kExtensions[i].init(hs);
2888 if (!kExtensions[i].add_clienthello(hs, &extensions)) {
2890 ERR_add_error_dataf("extension %u", (unsigned)kExtensions[i].value);
2981 if (!kExtensions[
[all...]
/external/skia/tools/gpu/gl/debug/
H A DDebugGLTestContext.cpp666 while (kExtensions[i++]);
750 return (const GrGLubyte*) kExtensions[i];
934 static const char* kExtensions[]; member in class:__anon21033::DebugInterface
957 while (kExtensions[i]) {
961 gExtString.append(kExtensions[i]);
1192 const char* DebugInterface::kExtensions[] = { member in class:__anon21033::DebugInterface
/external/skqp/tools/gpu/gl/debug/
H A DDebugGLTestContext.cpp660 while (kExtensions[i++]);
744 return (const GrGLubyte*) kExtensions[i];
928 static const char* kExtensions[]; member in class:__anon21704::DebugInterface
951 while (kExtensions[i]) {
955 gExtString.append(kExtensions[i]);
1186 const char* DebugInterface::kExtensions[] = { member in class:__anon21704::DebugInterface
/external/v8/src/
H A Dbootstrapper.cc316 v->Synchronize(VisitorSynchronization::kExtensions);
H A Dobjects.h11474 V(kExtensions, "Extensions", "(Extensions)")

Completed in 335 milliseconds