| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | AbstractMessage.java | 419 public BuilderType mergeFrom(final CodedInputStream input) throws IOException { in mergeFrom() argument 562 public BuilderType mergeFrom(final InputStream input) throws IOException { in mergeFrom() argument 424 mergeFrom( final CodedInputStream input, final ExtensionRegistryLite extensionRegistry) mergeFrom() argument 567 mergeFrom( final InputStream input, final ExtensionRegistryLite extensionRegistry) mergeFrom() argument 573 mergeDelimitedFrom(final InputStream input) mergeDelimitedFrom() argument 578 mergeDelimitedFrom( final InputStream input, final ExtensionRegistryLite extensionRegistry) mergeDelimitedFrom() argument [all...] |
| H A D | AbstractMessageLite.java | 172 public BuilderType mergeFrom(final CodedInputStream input) throws IOException { in mergeFrom() argument 178 mergeFrom( final CodedInputStream input, final ExtensionRegistryLite extensionRegistry) mergeFrom() argument 258 mergeFrom(final InputStream input) mergeFrom() argument 266 mergeFrom( final InputStream input, final ExtensionRegistryLite extensionRegistry) mergeFrom() argument 328 mergeDelimitedFrom( final InputStream input, final ExtensionRegistryLite extensionRegistry) mergeDelimitedFrom() argument 341 mergeDelimitedFrom(final InputStream input) mergeDelimitedFrom() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
| H A D | IndexDataManager.cpp | 28 void ConvertIndexArray(const void *input, in ConvertIndexArray() argument 56 ConvertIndices(gl::DrawElementsType sourceType, gl::DrawElementsType destinationType, const void *input, GLsizei count, void *output, bool usePrimitiveRestartFixedIndex) ConvertIndices() argument
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | matrix_utils_unittest.cpp | 708 const auto &input = rotationGoldenInputs[i]; in TEST() local 1228 const auto &input in TEST() local 1652 const auto &input = orthoGoldenInputs[i]; TEST() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLSymbols.cpp | 67 StringRef ScalarTraits<TypeName>::input(StringRef S, void *V, TypeName &T) { in input() function in ScalarTraits
|
| H A D | CodeViewYAMLTypes.cpp | 148 StringRef ScalarTraits<GUID>::input(StringRef Scalar, void *Ctx, GUID &S) { in input() function in ScalarTraits 176 StringRef ScalarTraits<TypeIndex>::input(StringRef Scalar, void *Ctx, in input() function in ScalarTraits 188 StringRef ScalarTraits<APSInt>::input(StringRef Scalar, void *Ctx, APSInt &S) { in input() function in ScalarTraits
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cShaderAtomicCounterOpsTests.hpp | 102 glw::GLuint iterate(glw::GLuint input, glw::GLuint param, glw::GLuint compare) const in iterate() argument 118 glw::GLuint iterate(glw::GLuint input, glw::GLuint param, glw::GLuint compare) const in iterate() argument 134 glw::GLuint iterate(glw::GLuint input, glw::GLuint param, glw::GLuint compare) const in iterate() argument 150 glw::GLuint iterate(glw::GLuint input, glw::GLuint param, glw::GLuint compare) const in iterate() argument 166 glw::GLuint iterate(glw::GLuint input, gl argument 182 iterate(glw::GLuint input, glw::GLuint param, glw::GLuint compare) const iterate() argument 198 iterate(glw::GLuint input, glw::GLuint param, glw::GLuint compare) const iterate() argument 214 iterate(glw::GLuint input, glw::GLuint param, glw::GLuint compare) const iterate() argument 231 iterate(glw::GLuint input, glw::GLuint param, glw::GLuint compare) const iterate() argument [all...] |
| /third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
| H A D | command_parser_test.cc | 2868 const char* input; member
|
| H A D | parser.cc | 48 Result Parser::Parse(const std::string& input) { in Parse() argument
|
| /third_party/skia/third_party/externals/spirv-tools/test/ |
| H A D | ext_inst.debuginfo_test.cpp | 50 const std::string input = in TEST_P() local 63 EXPECT_THAT(EncodeAndDecodeSuccessfully(input), input) << input; in TEST_P() local 406 const std::string input = prefix + "FlagIsPublic\n"; in TEST_F() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/test/opt/ |
| H A D | def_use_test.cpp | 1402 const std::string input = "%1 = OpTypeBool"; in TEST() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/ |
| H A D | common.h | 140 static inline Short bytesToShort(constant uchar *input, uint offset) in bytesToShort() argument 149 static inline Int bytesToInt(constant uchar *input, uint offset) in bytesToInt() argument 190 static inline T getShiftedData(T input) in getShiftedData() argument 199 shiftData(T input) shiftData() argument 208 normalizedToFloat(T input) normalizedToFloat() argument 219 normalizedToFloat(T input) normalizedToFloat() argument 225 normalizedToFloat(short input) normalizedToFloat() argument 232 normalizedToFloat(int input) normalizedToFloat() argument 239 normalizedToFloat(uint input) normalizedToFloat() argument 246 floatToNormalized(float input) floatToNormalized() argument 256 floatToNormalized(float input) floatToNormalized() argument [all...] |
| /third_party/skia/src/gpu/glsl/ |
| H A D | GrGLSLShaderBuilder.cpp | 150 const char* input = fProgramBuilder->inputSamplerVariable(samplerHandle); in appendInputLoad() local
|
| /third_party/skia/src/core/ |
| H A D | SkGlyphBuffer.h | 178 SkZip<SkGlyphVariant, SkPoint> input() { in input() function in SkSourceGlyphBuffer::SkDrawableGlyphBuffer
|
| /third_party/skia/src/effects/imagefilters/ |
| H A D | SkMagnifierImageFilter.cpp | 30 SkMagnifierImageFilter(const SkRect& srcRect, SkScalar inset, sk_sp<SkImageFilter> input, in SkMagnifierImageFilter() argument 55 Magnifier( const SkRect& srcRect, SkScalar inset, sk_sp<SkImageFilter> input, const CropRect& cropRect) Magnifier() argument 95 make_magnifier_fp( std::unique_ptr<GrFragmentProcessor> input, SkIRect bounds, SkRect srcRect, float xInvZoom, float yInvZoom, float xInvInset, float yInvInset) make_magnifier_fp() argument [all...] |
| H A D | SkDropShadowImageFilter.cpp | 20 SkDropShadowImageFilter(SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, SkColor color, bool shadowOnly, sk_sp<SkImageFilter> input, const SkRect* cropRect) SkDropShadowImageFilter() argument 31 Make(SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, SkColor color, bool shadowOnly, sk_sp<SkImageFilter> input, const SkRect* cropRect) Make() argument 59 DropShadow( SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, SkColor color, sk_sp<SkImageFilter> input, const CropRect& cropRect) DropShadow() argument 66 DropShadowOnly( SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, SkColor color, sk_sp<SkImageFilter> input, const CropRect& cropRect) DropShadowOnly() argument [all...] |
| H A D | SkAlphaThresholdImageFilter.cpp | 35 SkAlphaThresholdImageFilter(const SkRegion& region, SkScalar innerThreshold, SkScalar outerThreshold, sk_sp<SkImageFilter> input, const SkRect* cropRect = nullptr) SkAlphaThresholdImageFilter() argument 68 AlphaThreshold( const SkRegion& region, SkScalar innerMin, SkScalar outerMax, sk_sp<SkImageFilter> input, const CropRect& cropRect) AlphaThreshold() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| H A D | Context.cpp | 197 sw::Stream &input = stream[desc.location]; in Inputs() local
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | IndexDataManager.cpp | 49 void copyIndices(GLenum type, const void *input, GLsizei count, void *output) in copyIndices() argument 72 void copyIndices(GLenum mode, GLenum type, const std::vector<GLsizei>& restartIndices, const void *input, GLsizei count, void* output) in copyIndices() argument
|
| H A D | VertexDataManager.cpp | 80 const char *input = nullptr; in writeAttributeData() local
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
| H A D | ComputeTests.cpp | 127 test( const std::string &shader, std::function<uint32_t(uint32_t idx)> input, std::function<uint32_t(uint32_t idx)> expected) test() argument
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
| H A D | Rule.java | 26 private final RuleSegment input; field in Rule 31 Rule(RuleSegment backtrack, RuleSegment input, RuleSegment lookAhead, RuleSegment subst) { in Rule() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
| H A D | ext_inst.debuginfo_test.cpp | 50 const std::string input = in TEST_P() local 63 EXPECT_THAT(EncodeAndDecodeSuccessfully(input), input) << input; in TEST_P() local 406 const std::string input = prefix + "FlagIsPublic\n"; in TEST_F() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| H A D | def_use_test.cpp | 1402 const std::string input = "%1 = OpTypeBool"; in TEST() local
|
| /third_party/skia/third_party/externals/libpng/contrib/libtests/ |
| H A D | timepng.c | 63 FILE *input; member
|