Home
last modified time | relevance | path

Searched defs:version (Results 626 - 650 of 2116) sorted by relevance

1...<<21222324252627282930>>...85

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTranslatorGLSL.cpp236 int version = versionGLSL.getVersion(); in writeVersion() local
242 sink << "#version " << version << "\ in writeVersion() local
[all...]
H A DDirectiveHandler.cpp226 stream << version; in handleVersion() local
213 handleVersion(const angle::pp::SourceLocation &loc, int version, ShShaderSpec spec) handleVersion() argument
H A DSymbolTable.h133 SymbolRule(Spec spec, int version, Shader shaders, size_t extensionIndex, const TSymbol *symbol) SymbolRule() argument
146 SymbolRule(Spec spec, int version, Shader shaders, size_t extensionIndex, VarPointer resourceVar) SymbolRule() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLPlatformCL.cpp156 const cl_version version = ExtractCLVersion(info.versionStr); in createInfo() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFunctionsGL.cpp24 const std::string version = reinterpret_cast<const char *>(getStringFunction(GL_VERSION)); in GetGLVersion() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp39 uint32_t version; member
/third_party/skia/src/core/
H A DSkPicture.cpp88 uint32_t version; in StreamIsSKP() local
/third_party/skia/src/gpu/gl/
H A DGrGLExtensions.cpp80 GrGLVersion version = GrGLGetVersionFromString((const char*) verString); in init() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DDirectiveHandler.cpp170 stream << version; in handleVersion() local
159 handleVersion(const pp::SourceLocation& loc, int version) handleVersion() argument
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelShader.cpp70 unsigned short version = (unsigned short)(token[0] & 0x0000FFFF); in validate() local
H A DVertexShader.cpp91 unsigned short version = (unsigned short)(token[0] & 0x0000FFFF); in validate() local
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DWaylandSurfaceKHR.cpp26 static void wl_registry_handle_global(void *data, struct wl_registry *registry, unsigned int name, const char *interface, unsigned int version) in wl_registry_handle_global() argument
/third_party/openssl/crypto/x509/
H A Dx509cset.c19 int X509_CRL_set_version(X509_CRL *x, long version) in X509_CRL_set_version() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DEbdtTable.java38 version(0), headerLength(FontData.DataSize.Fixed.size()); enum constant
52 public int version() { in version() method in EbdtTable
62 private final int version = 0x00020000; // TODO(stuartg) need a constant/enum field in EbdtTable.Builder
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DHorizontalDeviceMetricsTable.java35 version(0), enum constant
57 public int version() { in version() method in HorizontalDeviceMetricsTable
H A DPostScriptTable.java46 version(0), enum constant
339 public int version() { in version() method in PostScriptTable
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
H A DPostScriptTableBuilder.java47 version(0), enum constant
/third_party/skia/third_party/externals/libwebp/examples/
H A Ddwebp.c227 const int version = WebPGetDecoderVersion(); in main() local
/third_party/skia/third_party/externals/icu/source/samples/date/
H A Ddate.c210 version() in version() function
[all...]
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dhttps_fileserver_example.c116 http_ahc(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **ptr) http_ahc() argument
H A Dmhd2spdy_http.c156 http_cb_request(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **ptr) http_cb_request() argument
H A Dspdy_response_with_callback.c78 standard_request_handler(void *cls, struct SPDY_Request * request, uint8_t priority, const char *method, const char *path, const char *version, const char *host, const char *scheme, struct SPDY_NameValue * headers, bool more) standard_request_handler() argument
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
H A Dtest_empty_response.c42 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **unused) ahc_echo() argument
H A Dtest_https_get_select.c43 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **unused) ahc_echo() argument
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_callback.c63 callback(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **con_cls) callback() argument

Completed in 12 milliseconds

1...<<21222324252627282930>>...85