Home
last modified time | relevance | path

Searched refs:this (Results 1901 - 1925 of 4949) sorted by relevance

1...<<71727374757677787980>>...198

/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dsampler_descriptor.h4 // you may not use this file except in compliance with the License.
45 SamplerDescriptor* AsSamplerDescriptor() override { return this; }
H A Dtransfer_buffer.h4 // you may not use this file except in compliance with the License.
37 TransferBuffer* AsTransferBuffer() override { return this; }
/third_party/skia/src/gpu/vk/
H A DGrVkCommandPool.h4 * Use of this source code is governed by a BSD-style license that can be
39 // marks that we are finished with this command pool; it is not legal to continue creating or
49 (intptr_t)fCommandPool, this->getRefCnt());
/third_party/skia/src/gpu/
H A DGrWindowRectsState.h4 * Use of this source code is governed by a BSD-style license that can be
47 bool operator!=(const GrWindowRectsState& that) const { return !(*this == that); } in operator !=()
/third_party/skia/src/core/
H A DSkYUVAInfoLocation.h4 * Use of this source code is governed by a BSD-style license that can be
27 bool operator!=(const YUVALocation& that) const { return !(*this == that); } in operator !=()
/third_party/skia/src/gpu/dawn/
H A DGrDawnRenderTarget.h4 * Use of this source code is governed by a BSD-style license that can be
26 SkASSERT(useMSAASurface == (this->numSamples() > 1));
H A DGrDawnRingBuffer.h4 * Use of this source code is governed by a BSD-style license that can be
30 return *this; in operator =()
/third_party/skia/src/gpu/mock/
H A DGrMockRenderTask.h4 * Use of this source code is governed by a BSD-style license that can be
17 this->setFlag(kDisowned_Flag); in GrMockRenderTask()
/third_party/skia/third_party/externals/spirv-tools/source/
H A Ddiagnostic.h4 // you may not use this file except in compliance with the License.
53 return *this; in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Ddiagnostic.h4 // you may not use this file except in compliance with the License.
53 return *this; in operator <<()
/third_party/skia/third_party/externals/oboe/src/common/
H A DAudioSourceCaller.h5 * you may not use this file except in compliance with the License.
39 , mBlockReader(*this) { in AudioSourceCaller()
/third_party/skia/src/pathops/
H A DSkPathOpsLine.h4 * Use of this source code is governed by a BSD-style license that can be
21 return *this; in set()
/third_party/skia/src/sksl/ir/
H A DSkSLConstructorScalarCast.h4 * Use of this source code is governed by a BSD-style license that can be
47 return std::make_unique<ConstructorScalarCast>(fLine, this->type(), argument()->clone());
51 // If this were a compile-time constant, we would have created a literal instead.
H A DSkSLConstructorMatrixResize.h4 * Use of this source code is governed by a BSD-style license that can be
39 return std::make_unique<ConstructorMatrixResize>(fLine, this->type(),
H A DSkSLConstructorDiagonalMatrix.h4 * Use of this source code is governed by a BSD-style license that can be
39 return std::make_unique<ConstructorDiagonalMatrix>(fLine, this->type(),
H A DSkSLExternalFunction.h4 * Use of this source code is governed by a BSD-style license that can be
40 return String("external<") + this->name() + ">";
/third_party/skia/third_party/externals/dawn/src/common/
H A DLog.h4 // you may not use this file except in compliance with the License.
27 // cases where logging is necessary and when this file was first introduced we needed to replace all
30 // Regular logging is done using the [Debug|Info|Warning|Error]Log() function this way:
38 // additionally outputs the file, line and function name. Use it this way:
40 // // Pepper this throughout code to get a log of the execution
71 return *this; in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DRegex.h34 /// Compile for newline-sensitive matching. With this flag '[^' bracket
41 /// assumed. Pass this flag to turn on basic regular expressions (BRE)
53 return *this; in operator =()
63 /// matches it contains. The number filled in by match will include this
69 /// \param Matches - If given, on a successful match this will be filled in
89 /// \brief If this function returns true, ^Str$ is an extended regular
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dtest_helper.h4 // you may not use this file except in compliance with the License.
45 program = std::make_unique<Program>(std::move(*this)); in Build()
/third_party/skia/tools/gpu/
H A DTestContext.h5 * Use of this source code is governed by a BSD-style license that can be
41 if (!this->fenceSyncSupport()) { in getMaxGpuFrameLag()
52 * Like makeCurrent() but this returns an object that will restore the previous current
53 * context in its destructor. Useful to undo the effect making this current before returning to
58 * executes. If the concept of a current context doesn't make sense for this context type then
100 * of this type to be made current again when it is called. It should additionally be the
101 * case that if "this" is already current when this is called, then "this" is destroyed (thereby
/third_party/skia/tools/gpu/vk/
H A DVkTestHelper.h4 * Use of this source code is governed by a BSD-style license that can be
29 this->cleanup(); in ~VkTestHelper()
/third_party/spirv-tools/source/
H A Ddiagnostic.h4 // you may not use this file except in compliance with the License.
53 return *this; in operator <<()
/third_party/skia/third_party/externals/icu/source/common/
H A Dcharstrmap.h40 return *this;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DEnumeratedArray.h39 IndexType, Size> &>(*this)[Index]); in operator []()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBank.h46 /// Get the identifier of this register bank.
49 /// Get a user friendly name of this register bank.
53 /// Get the maximal size in bits that fits in this register bank.
56 /// Check whether this instance is ready to be used.
59 /// Check if this register bank is valid. In other words,
67 /// Check whether this register bank covers \p RC.
68 /// In other words, check if this register bank fully covers
73 /// Check whether \p OtherRB is the same as this.
76 return !this->operator==(OtherRB); in operator !=()
87 /// this registe
[all...]

Completed in 12 milliseconds

1...<<71727374757677787980>>...198