Home
last modified time | relevance | path

Searched refs:this (Results 951 - 975 of 2715) sorted by relevance

1...<<31323334353637383940>>...109

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgramLinkedResources.h3 // Use of this source code is governed by a BSD-style license that can be
109 // important that this class does not persist longer than the duration of Program::link.
207 this->name = name; in UnusedUniform()
208 this->isSampler = isSampler; in UnusedUniform()
209 this->isImage = isImage; in UnusedUniform()
210 this->isAtomicCounter = isAtomicCounter; in UnusedUniform()
211 this->isFragmentInOut = isFragmentInOut; in UnusedUniform()
/third_party/skia/src/gpu/
H A DGrUserStencilSettings.h4 * Use of this source code is governed by a BSD-style license that can be
117 // Unfortunately, this is the only way to pass template arguments to a constructor.
191 return this->flags(hasStencilClip) & kDisabled_StencilFlag; in isDisabled()
194 return this->flags(hasStencilClip) & kTestAlwaysPasses_StencilFlag; in testAlwaysPasses()
197 return !(this->flags(hasStencilClip) & kSingleSided_StencilFlag); in isTwoSided()
200 return !(this->flags(hasStencilClip) & kNoWrapOps_StencilFlag); in usesWrapOp()
210 bool isUnused() const { return this == &kUnused; } in isUnused()
H A DGrResourceProvider.h4 * Use of this source code is governed by a BSD-style license that can be
45 * Finds a resource in the cache, based on the specified key. Prior to calling this, the caller
52 return sk_sp<T>(static_cast<T*>(this->findResourceByUniqueKey(key).release())); in findByUniqueKey()
232 if (auto buffer = this->findByUniqueKey<const GrGpuBuffer>(key)) { in findOrCreatePatternedIndexBuffer()
235 return this->createPatternedIndexBuffer(pattern, patternSize, reps, vertCount, &key); in findOrCreatePatternedIndexBuffer()
247 fNonAAQuadIndexBuffer = this->createNonAAQuadIndexBuffer(); in refNonAAQuadIndexBuffer()
265 fAAQuadIndexBuffer = this->createAAQuadIndexBuffer(); in refAAQuadIndexBuffer()
316 * association is removed and replaced by this resource.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h152 if (auto EC = Mapper(*this, X)) in mapVectorN()
161 if (auto EC = Mapper(*this, X)) in mapVectorN()
169 if (auto EC = Mapper(*this, Item)) in mapVectorN()
184 if (auto EC = Mapper(*this, Item)) in mapVectorTail()
191 if (auto EC = Mapper(*this, Field)) in mapVectorTail()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h37 /// is relative to the compile/type unit. Prior to this class the DWARFUnit and
40 /// relative offset. This class helps to ensure that this doesn't happen and
56 /// Get the abbreviation declaration for this DIE.
93 /// Get the parent of this DIE object.
95 /// \returns a valid DWARFDie instance if this object has a parent or an
99 /// Get the sibling of this DIE object.
101 /// \returns a valid DWARFDie instance if this object has a sibling or an
105 /// Get the previous sibling of this DIE object.
107 /// \returns a valid DWARFDie instance if this object has a sibling or an
111 /// Get the first child of this DI
[all...]
/third_party/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.h4 // of this software and/or associated documentation files (the "Materials"),
10 // The above copyright notice and this permission notice shall be included in
213 // For BitEnum, the index of the bit position represented by this mask.
228 // Returns true if this enum is valid, in isolation.
256 return (*this)[value].name.c_str(); in getName()
279 alias(this) { } in InstructionValue()
282 *this = v; in InstructionValue()
283 alias = this; in InstructionValue()
290 bool isAlias() const { return alias != this; } in isAlias()
298 const InstructionValue* alias; // correct only after discovering the aliases; otherwise points to this
[all...]
/third_party/vixl/src/
H A Dcpu-features.h8 // this list of conditions and the following disclaimer.
10 // this list of conditions and the following disclaimer in the documentation
13 // used to endorse or promote products derived from this software without
230 // about unavailable features. The Simulator uses this feature when
286 // this class supports.
313 // The presence of these features was assumed by version of VIXL before this
314 // API was added, so using this set by default ensures API compatibility.
332 // Combine another CPUFeatures object into this one. Features that already
333 // exist in this set are left unchanged.
336 // Combine a specific feature into this se
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPassManager.h68 /// Analysis passes should have a static data member of this type and derive
90 /// definition for this template in order to get the correct behavior on
127 /// analyses are still valid after the transformation. For most passes this is
137 /// Finally, this class can represent an "abandoned" analysis, which is
180 // Clear this ID from the explicit not-preserved set if present. in preserve()
196 // If we're not already in the saturated 'all' state, add this set. in preserveSet()
222 /// Intersect this set with another in place.
224 /// This is a mutating operation on this preserved set, removing all
230 *this = Arg; in intersect()
244 /// Intersect this se
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSTLExtras.h81 // delete on something. It is used like this:
124 inline value_type operator*() const { // All this work to do this in operator *()
130 return *this; in operator ++()
134 return *this; in operator --()
137 mapped_iterator __tmp = *this; in operator ++()
142 mapped_iterator __tmp = *this; in operator --()
151 return *this; in operator +=()
158 return *this; in operator -=()
160 reference operator[](difference_type n) const { return *(*this in operator -=()
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmap_field.h10 // notice, this list of conditions and the following disclaimer.
12 // copyright notice, this list of conditions and the following disclaimer
17 // this software without specific prior written permission.
80 return *this; in operator =()
150 // We could define a total order that handles this case, but in operator <()
179 // To be consistent with operator<, we don't allow this either. in operator ==()
275 // reflection implentation only. Users should never use this directly.
291 // Map's api prior to calling this function is guarantted to be
304 // Insures operations after won't get executed before calling this.
318 // sizeof(*this)
[all...]
/third_party/openGLES/xml/
H A Dreadme.tex53 change at this point.
95 we haven't tested this ourselves. Feedback would be helpful. If you're using
105 or excluded. Based on this information, the generator script extracts
176 Zero or more of each of the following tags, normally in this order
216 \item \attr{requires} - another type name this type requires to complete
218 \item \attr{name} - name of this type (if not defined in the tag body).
220 specializes this definition of the named type, so that the same
233 \item \tag{name} - contains the name of this type (if not defined in the
246 If the {\tt GLint64} type is required by a command, this will result in
291 to identify this kin
[all...]
/third_party/backends/backend/
H A Dhp-device.h16 along with this program. If not, see <https://www.gnu.org/licenses/>.
19 additional uses of the libraries contained in this release of SANE.
22 to produce an executable, this does not by itself cause the
33 those changes may be distributed with this exception intact.
36 whether to permit this exception to apply to your modifications.
37 If you do not wish that, delete this exception notice.
75 const SANE_Device * sanei_hp_device_sanedevice (HpDevice this);
88 hp_bool_t sanei_hp_device_compat (HpDevice this,
/third_party/node/deps/v8/src/base/
H A Dbits-iterator.h2 // Use of this source code is governed by a BSD-style license that can be
30 bits_ &= ~(T{1} << **this); in operator ++()
31 return *this; in operator ++()
/third_party/node/deps/v8/src/objects/
H A Djs-collection-inl.h2 // Use of this source code is governed by a BSD-style license that can be
50 OrderedHashMap table = OrderedHashMap::cast(this->table()); in CurrentValue()
51 int index = Smi::ToInt(this->index()); in CurrentValue()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dwin32-thiscall_nightly.rs30 pub fn Foo_test(this: *mut Foo); in Foo_test()
35 this: *mut Foo, in Foo_test2()
H A Dref_argument_array.rs12 this: *mut nsID,
46 this: *mut ::std::os::raw::c_void, in nsID_ToProvidedString()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A DtcuANGLEPlatform.h8 * you may not use this file except in compliance with the License.
48 return static_cast<const glu::Platform &>(*this);
52 return static_cast<const eglu::Platform &>(*this);
/third_party/skia/src/core/
H A DSkDeferredDisplayListPriv.h4 * Use of this source code is governed by a BSD-style license that can be
48 // No taking addresses of this type.
54 friend class SkDeferredDisplayList; // to construct/copy this type.
58 return SkDeferredDisplayListPriv(this); in priv()
62 return SkDeferredDisplayListPriv(const_cast<SkDeferredDisplayList*>(this)); in priv()
/third_party/skia/src/codec/
H A DSkScalingCodec.h4 * Use of this source code is governed by a BSD-style license that can be
20 SkISize dim = this->dimensions();
29 SkISize dim = this->dimensions();
/third_party/skia/src/sksl/ir/
H A DSkSLConstructorStruct.h4 * Use of this source code is governed by a BSD-style license that can be
39 return std::make_unique<ConstructorStruct>(fLine, this->type(), this->cloneArguments());
H A DSkSLConstructorArray.h4 * Use of this source code is governed by a BSD-style license that can be
39 return std::make_unique<ConstructorArray>(fLine, this->type(), this->cloneArguments());
H A DSkSLExpressionStatement.h4 * Use of this source code is governed by a BSD-style license that can be
41 return std::make_unique<ExpressionStatement>(this->expression()->clone());
45 return this->expression()->description() + ";";
/third_party/skia/src/sksl/transform/
H A DSkSLProgramWriter.h4 * Use of this source code is governed by a BSD-style license that can be
39 return this->visitExpression(*e);
42 return this->visitStatement(*s);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DLineIterator.h30 /// Note that this iterator requires the buffer to be nul terminated.
60 return *this; in operator ++()
63 line_iterator tmp(*this); in operator ++()
/third_party/skia/tools/gpu/
H A DGpuTimer.h4 * Use of this source code is governed by a BSD-style license that can be
32 * Returns whether this timer can detect disjoint GPU operations while timing. If false, a query
42 fActiveTimer = this->onQueueTimerStart(); in queueStart()
52 this->onQueueTimerStop(fActiveTimer); in queueStop()

Completed in 12 milliseconds

1...<<31323334353637383940>>...109