Home
last modified time | relevance | path

Searched defs:source (Results 426 - 450 of 2079) sorted by relevance

1...<<11121314151617181920>>...84

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DShaderImpl.cpp44 TranslateTask(ShHandle handle, ShCompileOptions options, const std::string &source) in TranslateTask() argument
51 const char *source = mSource.c_str(); variable
82 compileImpl( const gl::Context *context, gl::ShCompilerInstance *compilerInstance, const std::string &source, ShCompileOptions compileOptions) compileImpl() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cES31CompatibilityTests.hpp96 const glw::GLchar* source; member
/third_party/skia/src/gpu/gl/builders/
H A DGrGLShaderStringBuilder.cpp70 const GrGLchar* source = glsl.c_str(); in GrGLCompileAndAttachShader() local
/third_party/skia/src/core/
H A DSkGlyphBuffer.cpp28 void SkDrawableGlyphBuffer::startSource(const SkZip<const SkGlyphID, const SkPoint>& source) { in startSource() argument
43 startBitmapDevice( const SkZip<const SkGlyphID, const SkPoint>& source, SkPoint origin, const SkMatrix& viewMatrix, const SkGlyphPositionRoundingSpec& roundingSpec) startBitmapDevice() argument
71 startGPUDevice( const SkZip<const SkGlyphID, const SkPoint>& source, const SkMatrix& drawMatrix, const SkGlyphPositionRoundingSpec& roundingSpec) startGPUDevice() argument
[all...]
H A DSkSpriteBlitter_RGB565.cpp65 SkSpriteBlitter* SkSpriteBlitter::ChooseL565(const SkPixmap& source, const SkPaint& paint, in ChooseL565() argument
154 SkSpriteBlitter* SkSpriteBlitter::ChooseLA8(const SkPixmap& source, const SkPaint& paint, in ChooseLA8() argument
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DFrameBufferAndroid.cpp67 void FrameBufferAndroid::blit(sw::Surface *source, const Rect *sourceRect, const Rect *destRect) in blit() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DFile.cpp40 FileBase::FileBase(ID id, std::string dir, std::string name, std::string source) in FileBase() argument
81 VirtualFile::VirtualFile(ID id, std::string name, std::string source) in VirtualFile() argument
118 std::shared_ptr<File> File::createVirtual(ID id, std::string name, std::string source) in createVirtual() argument
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm157 sub source { subroutine
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/lint/
H A Dlint_divergent_derivatives.cpp104 uint32_t source = div.GetDivergenceSource(id); PrintDivergenceFlow() local
120 uint32_t source = div.GetDivergenceSource(id); PrintDivergenceFlow() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/
H A Dlint_divergent_derivatives.cpp104 uint32_t source = div.GetDivergenceSource(id); PrintDivergenceFlow() local
120 uint32_t source = div.GetDivergenceSource(id); PrintDivergenceFlow() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddtrule.cpp55 DateTimeRule::DateTimeRule(const DateTimeRule& source) in DateTimeRule() argument
H A Dformat.cpp143 Format::parseObject(const UnicodeString& source, in parseObject() argument
H A Dtaiwncal.cpp45 TaiwanCalendar::TaiwanCalendar(const TaiwanCalendar& source) in TaiwanCalendar() argument
/third_party/skia/third_party/externals/icu/source/samples/numfmt/
H A Dutil.cpp53 UnicodeString escape(const UnicodeString &source) { in escape() argument
/third_party/skia/third_party/externals/oboe/samples/drumthumper/src/main/cpp/
H A DDrumPlayerJNI.cpp94 OneShotSampleSource* source = new OneShotSampleSource(sampleBuffer, pan); in Java_com_plausiblesoftware_drumthumper_DrumPlayer_loadWavAssetNative() local
/third_party/skia/src/sksl/lex/
H A DRegexParser.cpp12 RegexNode RegexParser::parse(std::string source) { in parse() argument
/third_party/skia/tests/
H A DSkGlyphBufferTest.cpp103 auto source = SkMakeZip(glyphIDs, positions); in DEF_TEST() local
158 auto source = SkMakeZip(glyphIDs, positions); DEF_TEST() local
[all...]
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
H A DDecoder.java20 private final ReadableByteChannel source; field in Decoder
32 public Decoder(ReadableByteChannel source, int inputBufferSize) in Decoder() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftglyph.c99 FT_BitmapGlyph source = (FT_BitmapGlyph)bitmap_source; in FT_CALLBACK_DEF() local
166 FT_Outline* source = &slot->outline; in FT_CALLBACK_DEF() local
206 FT_OutlineGlyph source = (FT_OutlineGlyph)outline_source; in FT_CALLBACK_DEF() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dhb-subset-test.h84 hb_subset_test_create_subset (hb_face_t *source, in hb_subset_test_create_subset() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DConvertUTF.h245 convertUTF8Sequence(const UTF8 **source, const UTF8 *sourceEnd, UTF32 *target, ConversionFlags flags) convertUTF8Sequence() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dnormlzr.h785 quickCheck(const UnicodeString& source, UNormalizationMode mode, UErrorCode &status) quickCheck() argument
792 isNormalized(const UnicodeString& source, UNormalizationMode mode, UErrorCode &status) isNormalized() argument
[all...]
H A Ducnv_err.h198 const UChar *source; /**< Pointer to the source source buffer. @stable ICU 2.0 */ member
214 const char *source; /**< Pointer to the source source buffer. @stable ICU 2.0 */ member
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DLabelTests.cpp583 const char* source = R"( in TEST_F() local
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DFieldMaskTree.java240 void merge(Message source, Message.Builder destination, FieldMaskUtil.MergeOptions options) { in merge() argument
253 merge( Node node, String path, Message source, Message.Builder destination, FieldMaskUtil.MergeOptions options) merge() argument
[all...]

Completed in 11 milliseconds

1...<<11121314151617181920>>...84