Home
last modified time | relevance | path

Searched refs:final (Results 376 - 400 of 1903) sorted by relevance

1...<<11121314151617181920>>...77

/third_party/skia/src/core/
H A DSkMallocPixelRef.cpp47 struct PixelRef final : public SkPixelRef { in MakeAllocate() struct
67 struct PixelRef final : public SkPixelRef { in MakeWithData() struct
/third_party/skia/src/sksl/analysis/
H A DSkSLProgramVisitor.h73 // ProgramVisitors shouldn't need access to unique_ptrs, and marking these as final should help
75 bool visitExpressionPtr(const std::unique_ptr<Expression>& e) final {
78 bool visitStatementPtr(const std::unique_ptr<Statement>& s) final {
/third_party/skia/src/shaders/gradients/
H A DSkTwoPointConicalGradient.h13 class SkTwoPointConicalGradient final : public SkGradientShaderBase { class
73 skvm::Coord coord, skvm::I32* mask) const final; member in final
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
H A DTextureMTL.h37 class Texture final : public TextureBase { class
79 class TextureView final : public TextureViewBase { class
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/
H A DClientBase.h52 WireResult GetId({{as_cType(type.name)}} object, ObjectId* out) const final {
60 WireResult GetOptionalId({{as_cType(type.name)}} object, ObjectId* out) const final {
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DSwapChainD3D12.h28 class OldSwapChain final : public OldSwapChainBase { class
41 class SwapChain final : public NewSwapChainBase { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.h49 class DebugChecksumsSubsectionRef final : public DebugSubsectionRef { class
75 class DebugChecksumsSubsection final : public DebugSubsection { class
H A DDebugCrossImpSubsection.h47 class DebugCrossModuleImportsSubsectionRef final : public DebugSubsectionRef { class
69 class DebugCrossModuleImportsSubsection final : public DebugSubsection { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DLambdaResolver.h41 JITSymbol findSymbolInLogicalDylib(const std::string &Name) final {
45 JITSymbol findSymbol(const std::string &Name) final {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
H A DProfileCommon.h67 class InstrProfSummaryBuilder final : public ProfileSummaryBuilder { class
81 class SampleProfileSummaryBuilder final : public ProfileSummaryBuilder { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DMD5.h91 void final(MD5Result &Result);
115 Hash.final(Result); in MD5Hash()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.h29 class GCNMaxOccupancySchedStrategy final : public GenericScheduler { class
65 class GCNScheduleDAGMILive final : public ScheduleDAGMILive { class
/third_party/python/Lib/encodings/
H A Dcharmap.py29 def encode(self, input, final=False):
37 def decode(self, input, final=False):
/third_party/skia/gm/verifiers/
H A Dgmverifier.h143 VerifierResult verifyWithGold(const SkIRect&, const SkBitmap&, const SkBitmap&) final {
156 VerifierResult verify(const SkIRect&, const SkBitmap&) final {
/third_party/skia/modules/skottie/src/
H A DTransform.h27 class TransformAdapter2D final : public DiscardableAdapterBase<TransformAdapter2D, class
89 void onSync() final; member in skottie::internal::TransformAdapter3D
/third_party/skia/include/gpu/
H A DGrContextThreadSafeProxy.h34 class SK_API GrContextThreadSafeProxy final : public SkNVRefCnt<GrContextThreadSafeProxy> { class
156 class SK_API GrContextThreadSafeProxy final : public SkNVRefCnt<GrContextThreadSafeProxy> {}; class
/third_party/node/deps/v8/src/handles/
H A Dhandles.h91 class Handle final : public HandleBase { class
320 class V8_EXPORT_PRIVATE V8_NODISCARD CanonicalHandleScopeForOptimization final class
342 class V8_NODISCARD SealHandleScope final { class
358 struct HandleScopeData final { struct
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.h26 class ShaderInfo final : angle::NonCopyable class
50 struct ProgramTransformOptions final struct
63 class ProgramInfo final : angle::NonCopyable class
91 struct DefaultUniformBlock final : private angle::NonCopyable struct
/third_party/skia/src/gpu/ops/
H A DPathStencilCoverOp.cpp50 const char* name() const final { return "tessellate_BoundingBoxShader"; }
52 void addToKey(const GrShaderCaps&, GrProcessorKeyBuilder*) const final {}
53 std::unique_ptr<ProgramImpl> makeProgramImpl(const GrShaderCaps&) const final; member in __anon18852::BoundingBoxShader
70 void onEmitCode(EmitArgs& args, GrGPArgs* gpArgs) final { in makeProgramImpl()
/third_party/skia/tests/
H A DGrPipelineDynamicStateTest.cpp69 void addToKey(const GrShaderCaps&, GrProcessorKeyBuilder*) const final {}
71 std::unique_ptr<ProgramImpl> makeProgramImpl(const GrShaderCaps&) const final; member
97 const GrGeometryProcessor&) final {}
99 void onEmitCode(EmitArgs& args, GrGPArgs* gpArgs) final {
/third_party/skia/gm/
H A Dclockwise.cpp73 const char* name() const final { return "ClockwiseTestProcessor"; }
75 void addToKey(const GrShaderCaps&, GrProcessorKeyBuilder* b) const final {
79 std::unique_ptr<ProgramImpl> makeProgramImpl(const GrShaderCaps&) const final; member
183 GrLoadOp colorLoadOp) final {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstants.h83 class ConstantInt final : public ConstantData { class
263 class ConstantFP final : public ConstantData { class
340 class ConstantAggregateZero final : public ConstantData { class
413 class ConstantArray final : public ConstantAggregate { class
445 class ConstantStruct final : public ConstantAggregate { class
499 class ConstantVector final : public ConstantAggregate { class
539 class ConstantPointerNull final : public ConstantData { class
690 class ConstantDataArray final : public ConstantDataSequential { class
762 class ConstantDataVector final : public ConstantDataSequential { class
818 class ConstantTokenNone final class
840 class BlockAddress final : public Constant { global() class
1286 class UndefValue final : public ConstantData { global() class
[all...]
/third_party/node/test/parallel/
H A Dtest-crypto-authenticated-stream.js32 const ciphertext = Buffer.concat([c.update(expected), c.final()]);
37 const actual = Buffer.concat([d.update(ciphertext), d.final()]);
98 const actual = Buffer.concat([d.update(ciphertext), d.final()]);
H A Dtest-stream-construct.js174 final: common.mustNotCall(),
209 final: common.mustCall((cb) => {
229 final: common.mustCall((cb) => {
/third_party/node/deps/v8/src/compiler/
H A Djs-create-lowering.h33 class V8_EXPORT_PRIVATE JSCreateLowering final class
43 ~JSCreateLowering() final = default; member in v8::internal::compiler::final
47 Reduction Reduce(Node* node) final; member in v8::internal::compiler::final

Completed in 13 milliseconds

1...<<11121314151617181920>>...77