Home
last modified time | relevance | path

Searched defs:target (Results 1926 - 1950 of 4126) sorted by relevance

1...<<71727374757677787980>>...166

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DRenderPipeline.cpp670 const ColorTargetState* target = in RenderPipelineBase() local
/third_party/skia/third_party/externals/freetype/src/sdf/
H A Dftbsdf.c1227 const FT_Bitmap* target = NULL; bsdf_raster_render() local
[all...]
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl.cc416 auto* target = call->Target(); in EmitCall() local
/third_party/skia/tools/flags/
H A DCommandLineFlags.cpp61 static bool string_is_in(const char* target, const char* set[], size_t len) { in string_is_in() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_ext.cpp237 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, uint32_t value, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteToU() argument
279 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, int32_t firstLength, const char **src, const char *srcLimit, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) ucnv_extInitialMatchToU() argument
672 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, uint32_t value, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteFromU() argument
750 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, UChar32 cp, const UChar **src, const UChar *srcLimit, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) ucnv_extInitialMatchFromU() argument
[all...]
H A Ducnvbocu.cpp396 uint8_t *target; in _Bocu1FromUnicodeWithOffsets() local
657 uint8_t *target; _Bocu1FromUnicode() local
960 UChar *target; _Bocu1ToUnicodeWithOffsets() local
1183 UChar *target; _Bocu1ToUnicode() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddynamic_message.cc690 const DynamicMessage::TypeInfo** target = &prototypes_->map_[type]; in GetPrototypeNoLock() local
H A Dextension_set_unittest.cc520 uint8* target = reinterpret_cast<uint8*>(::google::protobuf::string_as_array(&data)); in TEST() local
564 uint8* target = reinterpret_cast<uint8*>(::google::protobuf::string_as_array(&data)); in TEST() local
H A Dapi.pb.cc386 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
790 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
1125 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
[all...]
H A Dunknown_field_set_unittest.cc203 uint8* target = reinterpret_cast<uint8*>(::google::protobuf::string_as_array(&fast_buffer)); in TEST_F() local
H A Dwire_format_unittest.cc501 uint8* target = reinterpret_cast<uint8*>(::google::protobuf::string_as_array(&flat_data)); in TEST() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageReflection.java724 mergeFieldFrom( CodedInputStream input, UnknownFieldSet.Builder unknownFields, ExtensionRegistryLite extensionRegistry, Descriptors.Descriptor type, MergeTarget target, int tag) mergeFieldFrom() argument
874 mergeMessageSetExtensionFromCodedStream( CodedInputStream input, UnknownFieldSet.Builder unknownFields, ExtensionRegistryLite extensionRegistry, Descriptors.Descriptor type, MergeTarget target) mergeMessageSetExtensionFromCodedStream() argument
958 mergeMessageSetExtensionFromBytes( ByteString rawBytes, ExtensionRegistry.ExtensionInfo extension, ExtensionRegistryLite extensionRegistry, MergeTarget target) mergeMessageSetExtensionFromBytes() argument
981 eagerlyMergeMessageSetExtension( CodedInputStream input, ExtensionRegistry.ExtensionInfo extension, ExtensionRegistryLite extensionRegistry, MergeTarget target) eagerlyMergeMessageSetExtension() argument
[all...]
H A DCodedInputStreamReader.java286 public void readDoubleList(List<Double> target) throws IOException { in readDoubleList() argument
344 public void readFloatList(List<Float> target) throws IOException { in readFloatList() argument
402 readUInt64List(List<Long> target) readUInt64List() argument
460 readInt64List(List<Long> target) readInt64List() argument
518 readInt32List(List<Integer> target) readInt32List() argument
576 readFixed64List(List<Long> target) readFixed64List() argument
634 readFixed32List(List<Integer> target) readFixed32List() argument
692 readBoolList(List<Boolean> target) readBoolList() argument
750 readStringList(List<String> target) readStringList() argument
755 readStringListRequireUtf8(List<String> target) readStringListRequireUtf8() argument
759 readStringListInternal(List<String> target, boolean requireUtf8) readStringListInternal() argument
795 readMessageList( List<T> target, Class<T> targetType, ExtensionRegistryLite extensionRegistry) readMessageList() argument
803 readMessageList( List<T> target, Schema<T> schema, ExtensionRegistryLite extensionRegistry) readMessageList() argument
825 readGroupList( List<T> target, Class<T> targetType, ExtensionRegistryLite extensionRegistry) readGroupList() argument
833 readGroupList( List<T> target, Schema<T> schema, ExtensionRegistryLite extensionRegistry) readGroupList() argument
855 readBytesList(List<ByteString> target) readBytesList() argument
875 readUInt32List(List<Integer> target) readUInt32List() argument
933 readEnumList(List<Integer> target) readEnumList() argument
991 readSFixed32List(List<Integer> target) readSFixed32List() argument
1049 readSFixed64List(List<Long> target) readSFixed64List() argument
1107 readSInt32List(List<Integer> target) readSInt32List() argument
1165 readSInt64List(List<Long> target) readSInt64List() argument
1231 readMap( Map<K, V> target, MapEntryLite.Metadata<K, V> metadata, ExtensionRegistryLite extensionRegistry) readMap() argument
[all...]
/third_party/python/Modules/expat/
H A Dxmltok_impl.c279 const char *target = ptr; in scanPi() local
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_lookup_test.cc662 int VersionCmp(time_zone tz, const std::string& target) { in VersionCmp() argument
/third_party/skia/experimental/graphite/src/
H A DDevice.cpp54 auto target = sk_sp<TextureProxy>(new TextureProxy(ii.dimensions(), textureInfo)); in Make() local
141 auto target = fDC->target(); in onDevClipBounds() local
/third_party/selinux/libsepol/src/
H A Dconditional.c62 static int bool_present(unsigned int target, unsigned int bools[], in bool_present() argument
/third_party/spirv-tools/test/opt/
H A Dlocal_ssa_elim_test.cpp4291 float4 target; in TEST_F() member
/third_party/spirv-tools/test/val/
H A Dval_cfg_test.cpp1078 f >> target; GetReachableMergeAndContinue() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboCompletenessTests.cpp313 const GLenum target = GL_COLOR_ATTACHMENT0; in build() local
431 const GLenum target = s_targets[i]; in build() local
H A Des3fFboStateQueryTests.cpp46 void checkAttachmentComponentSizeAtLeast (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, int r, int g, int b, int a, int d, int s) in checkAttachmentComponentSizeAtLeast() argument
83 void checkAttachmentComponentSizeExactly (tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, int r, int g, int b, int a, int d, int s) in checkAttachmentComponentSizeExactly() argument
144 void checkAttachmentParam(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, GLenum pname, GLenum reference) in checkAttachmentParam() argument
153 void checkColorAttachmentParam(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum pname, GLenum reference) in checkColorAttachmentParam() argument
1003 GLenum target; init() member
[all...]
H A Des3fBooleanStateQueryTests.cpp505 InitialBooleanTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum target, bool reference) in InitialBooleanTestCase() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fIntegerStateQueryTests.cpp79 MaxSamplesCase::MaxSamplesCase (Context& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType) in MaxSamplesCase() argument
189 MinimumValueCase::MinimumValueCase (Context& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType) in MinimumValueCase() argument
198 MinimumValueCase::MinimumValueCase (Context& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType, glu::ApiType minVersion) in MinimumValueCase() argument
244 AlignmentCase(Context& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType) AlignmentCase() argument
253 AlignmentCase(Context& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifierType, glu::ApiType minVersion) AlignmentCase() argument
404 FramebufferMinimumValueCase(Context& context, const char* name, const char* desc, glw::GLenum target, int minValue, glw::GLenum tiedTo, QueryType verifierType) FramebufferMinimumValueCase() argument
497 CombinedUniformComponentsCase(Context& context, const char* name, const char* desc, glw::GLenum target, QueryType verifierType) CombinedUniformComponentsCase() argument
505 CombinedUniformComponentsCase(Context& context, const char* name, const char* desc, glw::GLenum target, QueryType verifierType, glu::ApiType minVersion) CombinedUniformComponentsCase() argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderLibraryCase.cpp635 BeforeDrawValidator::BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType targetType) in BeforeDrawValidator() argument
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBufferTestUtil.cpp137 const char* getBufferTargetName (deUint32 target) in getBufferTargetName() argument

Completed in 38 milliseconds

1...<<71727374757677787980>>...166