Searched defs:typed (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/compiler/
H A DVersionGLSL.cpp112 TIntermTyped* typed = sequence.front()->getAsTyped(); local
113 if (typed && typed->isMatrix()) {
H A DParseHelper.cpp551 TIntermTyped *typed = node ? node->getAsTyped() : 0; local
552 if (typed == 0) {
556 if (op != EOpConstructStruct && IsSampler(typed->getBasicType())) {
560 if (typed->getBasicType() == EbtVoid) {
1050 // Returns 0 for an error or the constructed node (aggregate or typed) for no error.
/external/chromium_org/chrome/browser/history/
H A Dtyped_url_syncable_service_unittest.cc116 // Create a new row object and add a typed visit to the |visits| vector.
119 // in visits does not match |last_visit|, then a typed visit for this
193 // Add a typed visit for time |last_visit|.
198 // Add a non-typed visit for time |last_visit|.
271 int typed = i < num_typed_urls ? 1 : 0; local
275 urls[i], "pie", typed, i + 3, false, &visit_vectors->back()));
290 // Create a local typed URL (simulate a typed visit) that is not already
311 // Get typed url specifics.
342 // Update the URL row, adding another typed visi
[all...]

Completed in 187 milliseconds