Home
last modified time | relevance | path

Searched defs:dest (Results 1251 - 1275 of 1460) sorted by relevance

1...<<515253545556575859

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DBlit11.cpp171 void LoadDepth16(const float *source, uint8_t *dest) in LoadDepth16() argument
177 void LoadDepth24(const float *source, uint8_t *dest) in LoadDepth24() argument
183 void LoadStencilHelper(const float *source, uint8_t *dest) in LoadStencilHelper() argument
189 void LoadStencil8(const float *source, uint8_t *dest) in LoadStencil8() argument
197 void LoadDepth24Stencil8(const float *source, uint8_t *dest) in LoadDepth24Stencil8() argument
203 LoadDepth32F(const float *source, uint8_t *dest) LoadDepth32F() argument
208 LoadDepth32FStencil8(const float *source, uint8_t *dest) LoadDepth32FStencil8() argument
252 Depth32FStencil8ToDepth32F(const float *source, float *dest) Depth32FStencil8ToDepth32F() argument
257 Depth24Stencil8ToDepth32F(const uint32_t *source, float *dest) Depth24Stencil8ToDepth32F() argument
794 swizzleTexture(const gl::Context *context, const d3d11::SharedSRV &source, const d3d11::RenderTargetView &dest, const gl::Extents &size, const gl::SwizzleState &swizzleTarget) swizzleTexture() argument
912 copyTexture(const gl::Context *context, const d3d11::SharedSRV &source, const gl::Box &sourceArea, const gl::Extents &sourceSize, GLenum sourceFormat, const d3d11::RenderTargetView &dest, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor, GLenum destFormat, GLenum destTypeForDownsampling, GLenum filter, bool maskOffAlpha, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha) copyTexture() argument
1053 copyStencil(const gl::Context *context, const TextureHelper11 &source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, const TextureHelper11 &dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor) copyStencil() argument
1068 copyDepth(const gl::Context *context, const d3d11::SharedSRV &source, const gl::Box &sourceArea, const gl::Extents &sourceSize, const d3d11::DepthStencilView &dest, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor) copyDepth() argument
1141 copyDepthStencil(const gl::Context *context, const TextureHelper11 &source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, const TextureHelper11 &dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor) copyDepthStencil() argument
1156 copyDepthStencilImpl(const gl::Context *context, const TextureHelper11 &source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, const TextureHelper11 &dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor, bool stencilOnly) copyDepthStencilImpl() argument
1281 copyAndConvert(const gl::Context *context, const TextureHelper11 &source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, const TextureHelper11 &dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor, size_t readOffset, size_t writeOffset, size_t copySize, size_t srcPixelStride, size_t destPixelStride, BlitConvertFunction *convertFunction) copyAndConvert() argument
[all...]
H A DBuffer11.cpp1081 void Buffer11::onCopyStorage(BufferStorage *dest, BufferStorage *source) in onCopyStorage() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Drenderer_utils.cpp394 uint8_t *dest = in PackPixels() local
421 uint8_t *dest = PackPixels() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBlitter.cpp58 void Blitter::clear(const void *pixel, vk::Format format, vk::Image *dest, const vk::Format &viewFormat, const VkImageSubresourceRange &subresourceRange, const VkRect2D *renderArea) in clear() argument
161 fastClear(const void *clearValue, vk::Format clearFormat, vk::Image *dest, const vk::Format &viewFormat, const VkImageSubresourceRange &subresourceRange, const VkRect2D *renderArea) fastClear() argument
1681 Pointer<Byte> dest = *Pointer<Pointer<Byte>>(blit + OFFSET(BlitData, dest)); generate() local
1984 uint8_t *dest = (uint8_t *)dst->getOffsetPointer({ 0, 0, 0 }, VK_IMAGE_ASPECT_DEPTH_BIT, 0, 0); resolveDepth() local
2015 uint8_t *dest = reinterpret_cast<uint8_t *>(dst->getOffsetPointer({ 0, 0, 0 }, VK_IMAGE_ASPECT_STENCIL_BIT, 0, 0)); resolveStencil() local
2139 uint8_t *dest = reinterpret_cast<uint8_t *>(dst->getTexelPointer({ 0, 0, 0 }, dstSubresource)); fastResolve() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_lex.cpp2499 char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; in yy_get_next_buffer() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkImage.cpp1340 uint8_t *dest = static_cast<uint8_t *>(decompressedImage->getTexelPointer({ 0, 0, depth }, subresource)); in decodeETC2() local
1369 uint8_t *dest = static_cast<uint8_t *>(decompressedImage->getTexelPointer({ 0, 0, depth }, subresource)); in decodeBC() local
1404 uint8_t *dest = static_cast<uint8_t *>(decompressedImage->getTexelPointer({ 0, 0, depth }, subresource)); in decodeASTC() local
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng2-x.c1088 char *dest; in rpng2_x_load_bg_image() local
1387 char *dest; rpng2_x_display_row() local
1628 char *dest; rpng2_x_redisplay_image() local
1875 char *dest; rpng2_x_reload_bg_image() local
[all...]
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngcp.c2278 cppng(struct display *dp, const char *file, const char *gv dest) in cppng() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drematch.cpp279 RegexMatcher &RegexMatcher::appendReplacement(UnicodeString &dest, in appendReplacement() argument
302 RegexMatcher &RegexMatcher::appendReplacement(UText *dest, in appendReplacement() argument
492 appendTail(UnicodeString &dest) appendTail() argument
508 appendTail(UText *dest, UErrorCode &status) appendTail() argument
1156 group(UText *dest, int64_t &group_len, UErrorCode &status) const group() argument
1161 group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) const group() argument
1238 appendGroup(int32_t groupNum, UText *dest, UErrorCode &status) const appendGroup() argument
1384 getInput(UText *dest, UErrorCode &status) const getInput() argument
1710 replaceAll(UText *replacement, UText *dest, UErrorCode &status) replaceAll() argument
1767 replaceFirst(UText *replacement, UText *dest, UErrorCode &status) replaceFirst() argument
1978 utext_extract_replace(UText *src, UText *dest, int64_t start, int64_t limit, UErrorCode *status) utext_extract_replace() argument
2034 split(const UnicodeString &input, UnicodeString dest[], int32_t destCapacity, UErrorCode &status) split() argument
2069 split(UText *input, UText *dest[], int32_t destCapacity, UErrorCode &status) split() argument
2742 int64_t *dest = newFP; StateSave() local
[all...]
H A Drulebasedcollator.cpp64 FixedSortKeyByteSink(char *dest, int32_t destCapacity) in FixedSortKeyByteSink() argument
638 RuleBasedCollator::getReorderCodes(int32_t *dest, int32_t capacity, in getReorderCodes() argument
1308 getSortKey(const UnicodeString &s, uint8_t *dest, int32_t capacity) const getSortKey() argument
1314 getSortKey(const UChar *s, int32_t length, uint8_t *dest, int32_t capacity) const getSortKey() argument
1423 internalNextSortKeyPart(UCharIterator *iter, uint32_t state[2], uint8_t *dest, int32_t count, UErrorCode &errorCode) const internalNextSortKeyPart() argument
[all...]
H A Duregex.cpp477 uregex_getUText(URegularExpression *regexp2, UText *dest, UErrorCode *status) uregex_getUText() argument
666 uregex_group(URegularExpression *regexp2, int32_t groupNum, UChar *dest, int32_t destCapacity, UErrorCode *status) uregex_group() argument
736 uregex_groupUText(URegularExpression *regexp2, int32_t groupNum, UText *dest, int64_t *groupLength, UErrorCode *status) uregex_groupUText() argument
1201 uregex_replaceAllUText(URegularExpression *regexp2, UText *replacementText, UText *dest, UErrorCode *status) uregex_replaceAllUText() argument
1262 uregex_replaceFirstUText(URegularExpression *regexp2, UText *replacementText, UText *dest, UErrorCode *status) uregex_replaceFirstUText() argument
1375 UChar *dest = *destBuf; appendReplacement() local
1447 appendToBuf(U16_LEAD(escapedChar), &destIdx, dest, capacity); appendReplacement() local
1448 appendToBuf(U16_TRAIL(escapedChar), &destIdx, dest, capacity); appendReplacement() local
1603 uregex_appendReplacementUText(URegularExpression *regexp2, UText *replText, UText *dest, UErrorCode *status) uregex_appendReplacementUText() argument
1648 UChar *dest = *destBuf; appendTail() local
1756 uregex_appendTailUText(URegularExpression *regexp2, UText *dest, UErrorCode *status) uregex_appendTailUText() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dparse.cpp982 uint8_t *dest = buffer.allocateInsteadAndCopy(capacity); in addCollation() local
H A Dreslist.cpp1558 StringResource::writeUTF16v2(int32_t base, UnicodeString &dest) { in writeUTF16v2() argument
[all...]
/third_party/pulseaudio/src/modules/echo-cancel/
H A Dmodule-echo-cancel.c1452 static bool source_output_may_move_to_cb(pa_source_output *o, pa_source *dest) { in source_output_may_move_to_cb() argument
1466 static bool sink_input_may_move_to_cb(pa_sink_input *i, pa_sink *dest) { in sink_input_may_move_to_cb() argument
1479 static void source_output_moving_cb(pa_source_output *o, pa_source *dest) { in source_output_moving_cb() argument
1520 sink_input_moving_cb(pa_sink_input *i, pa_sink *dest) sink_input_moving_cb() argument
[all...]
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dzip.c311 local void zip64local_putValue_inmemory (void* dest, ZPOS64_T x, int nbByte) in zip64local_putValue_inmemory() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dnormalizer2impl.h142 ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest) : in ReorderingBuffer() argument
H A Ducnv.cpp1717 ucnv_fromUChars(UConverter *cnv, char *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) ucnv_fromUChars() argument
1773 ucnv_toUChars(UConverter *cnv, UChar *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) ucnv_toUChars() argument
[all...]
H A Dunames.cpp1504 u_getISOComment(UChar32 , char *dest, int32_t destCapacity, UErrorCode *pErrorCode) u_getISOComment() argument
H A Dunistr.cpp875 UnicodeString::extract(Char16Ptr dest, int32_t destCapacity, in extract() argument
1619 UnicodeString::copy(int32_t start, int32_t limit, int32_t dest) { in copy() argument
/third_party/toybox/toys/pending/
H A Ddhcp.c1061 char *dest, *pfx; in dhcpc_parseoptions() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc1681 SourceCodeInfo_Location* dest = source_code_info_->add_location(); in ParseExtensions() local
/third_party/python/Python/
H A Dfileutils.c130 _Py_mbstowcs(wchar_t *dest, const char *src, size_t n) in _Py_mbstowcs() argument
H A Dinitconfig.c1421 config_get_env_dup(PyConfig *config, wchar_t **dest, wchar_t *wname, char *name, const char *decode_err_msg) config_get_env_dup() argument
/third_party/python/Modules/
H A D_testbuffer.c514 cmp_structure(Py_buffer *dest, Py_buffer *src) in cmp_structure() argument
537 copy_buffer(Py_buffer *dest, Py_buffer *src) in copy_buffer() argument
850 Py_ssize_t *dest; seq_as_ssize_array() local
1868 Py_buffer *dest = &self->head->base; ndarray_ass_subscript() local
2160 Py_buffer dest; ndarray_tobytes() local
[all...]
/third_party/python/Objects/
H A Dlistobject.c472 PyObject **src, **dest; in list_slice() local
520 PyObject **src, **dest; in list_concat() local
893 PyObject **src, **dest; list_extend() local
1634 sortslice dest; merge_lo() local
1766 sortslice dest, basea, baseb; merge_hi() local
2892 PyObject **src, **dest; list_subscript() local
[all...]

Completed in 60 milliseconds

1...<<515253545556575859