Searched refs:using (Results 2726 - 2750 of 2955) sorted by relevance
1...<<101102103104105106107108109110>>...119
/third_party/node/deps/v8/src/strings/ |
H A D | string-search.h | 34 // For needles using only characters in the same Unicode 256-code point page, 96 using SearchFunction = int (*)(StringSearch<PatternChar, SubjectChar>*, 281 // Loop extracted to separate function to allow using return to do in LinearSearch() 397 // Build shift table using suffixes. in PopulateBoyerMooreTable()
|
/third_party/libabigail/src/ |
H A D | abg-corpus-priv.h | 33 using regex::regex_t_sptr;
|
/third_party/libabigail/include/ |
H A D | abg-reporter.h | 23 using std::shared_ptr;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | formatutils.h | 544 using YuvPlaneArray = std::array<T, kMaxYuvPlaneCount>;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | RendererD3D.h | 137 // Warning: you should ensure binding really matches attrib.bindingIndex before using this 148 using AttribIndexArray = gl::AttribArray<int>;
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | BuildSPIRV.h | 234 using SpirvDecorations = angle::FixedVector<spv::Decoration, 2>; 465 // Capabilities the shader is using. Accumulated as the instructions are generated. The Shader 468 // Execution modes the shader is using. Most execution modes are automatically derived from
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | renderer11_utils.h | 37 using RTVArray = std::array<ID3D11RenderTargetView *, gl::IMPLEMENTATION_MAX_DRAW_BUFFERS>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldCOFFAArch64.h | 24 using namespace llvm::support::endian;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | UtilsVk.h | 275 using GenerateMipmapDestLevelViews =
|
/third_party/skia/src/gpu/ |
H A D | GrDrawOpAtlas.h | 31 * facilities for using GrDrawOpUploadToken to detect data hazards. Op's uploads are performed in 41 * it will try to upload to page 0 before page 1 or 2. To keep the atlas from continually using 44 * determined by using the GrDrawUploadToken system: After a flush each subarea of the page 416 * data using two tokens, a last use token and a last upload token. Once a Plot is "full" (i.e. 501 using INHERITED = SkRefCnt; 597 // On some systems texture coordinates are represented using half-precision floating point,
|
H A D | GrGpu.h | 116 * or render targets can be checked using GrCaps. 321 * Updates the pixels in a rectangle of a texture using a buffer. If the texture is MIP mapped, 432 * semaphore before using this texture. 597 * texture has been transferred to a context using adopt semantics this should not be called. 613 * Creates a GrBackendRenderTarget that can be wrapped using 886 using INHERITED = SkRefCnt;
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceDrawContext_v1.h | 148 * Draw the rect using a paint. 259 * 'viewMatrix', using the 'srcQuad' texture coordinates clamped to the optional 'subset'. If 260 * 'subset' is null, it's equivalent to using the fast src rect constraint. If 'subset' is 261 * provided, the strict src rect constraint is applied using 'subset'. 308 * Draw a roundrect using a paint. 577 using WillAddOpFn = void(GrOp*, uint32_t opsTaskID); 664 // Like drawFilledQuad but does not require using a GrPaint or FP for texturing.
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLCaps.h | 420 // After using glCheckFramebufferStatus() bind 0 to the color attachment and then rebind the 456 * Are we using sampler objects in favor of texture parameters? (This will only be true if 636 /** The external format and type are to be used when uploading/downloading data using 647 * fExternalReadFormat and fExternalType before using with glReadPixels. 780 using INHERITED = GrCaps;
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkGpu.h | 453 using INHERITED = GrGpu;
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_context.h | 88 using std::swap; in Shuffle()
|
H A D | fuzzer_util.h | 40 using ModuleSupplier = std::function<std::unique_ptr<opt::IRContext>()>; 87 // Updates OpPhi instructions in |bb_to| using |phi_ids| so that the new edge is 347 // Prefer using this function to opt::Function::RemoveParameter since 584 // (called using OpExtInst) have not been considered.
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_dependence.h | 395 using PartitionedSubscripts =
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_context.h | 88 using std::swap; in Shuffle()
|
H A D | fuzzer_util.h | 40 using ModuleSupplier = std::function<std::unique_ptr<opt::IRContext>()>; 87 // Updates OpPhi instructions in |bb_to| using |phi_ids| so that the new edge is 347 // Prefer using this function to opt::Function::RemoveParameter since 584 // (called using OpExtInst) have not been considered.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_dependence.h | 395 using PartitionedSubscripts =
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | angle_test_instantiate.h | 284 using ModifierFunc = std::function<ParamsT(const ParamsT &)>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCExpr.h | 31 using SectionAddrMap = DenseMap<const MCSection *, uint64_t>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
H A D | SampleProfReader.h | 676 using InlineCallStack = SmallVector<FunctionSamples *, 10>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | raw_ostream.h | 63 /// If a subclass installs an external buffer using SetBuffer then it can wait 123 /// Set the stream to be buffered, using the specified buffer size. 235 using uuid_t = uint8_t[16];
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | Endian.h | 81 using make_unsigned_t = typename std::make_unsigned<value_type>::type;
|
Completed in 31 milliseconds
1...<<101102103104105106107108109110>>...119