Searched defs:src (Results 276 - 300 of 3432) sorted by relevance

<<11121314151617181920>>

/external/skqp/src/gpu/effects/
H A DGrBlurredEdgeFragmentProcessor.cpp57 const GrBlurredEdgeFragmentProcessor& src)
58 : INHERITED(kGrBlurredEdgeFragmentProcessor_ClassID, src.optimizationFlags())
59 , fMode(src.fMode) {}
56 GrBlurredEdgeFragmentProcessor( const GrBlurredEdgeFragmentProcessor& src) argument
H A DGrConfigConversionEffect.cpp58 GrConfigConversionEffect::GrConfigConversionEffect(const GrConfigConversionEffect& src) argument
59 : INHERITED(kGrConfigConversionEffect_ClassID, src.optimizationFlags())
60 , fPmConversion(src.fPmConversion) {}
H A DGrDitherEffect.cpp65 GrDitherEffect::GrDitherEffect(const GrDitherEffect& src) argument
66 : INHERITED(kGrDitherEffect_ClassID, src.optimizationFlags()), fRangeType(src.fRangeType) {}
H A DGrLumaColorFilterEffect.cpp46 GrLumaColorFilterEffect::GrLumaColorFilterEffect(const GrLumaColorFilterEffect& src) argument
47 : INHERITED(kGrLumaColorFilterEffect_ClassID, src.optimizationFlags()) {}
H A DGrPremulInputFragmentProcessor.cpp48 const GrPremulInputFragmentProcessor& src)
49 : INHERITED(kGrPremulInputFragmentProcessor_ClassID, src.optimizationFlags()) {}
47 GrPremulInputFragmentProcessor( const GrPremulInputFragmentProcessor& src) argument
H A DGrUnpremulInputFragmentProcessor.cpp49 const GrUnpremulInputFragmentProcessor& src)
50 : INHERITED(kGrUnpremulInputFragmentProcessor_ClassID, src.optimizationFlags()) {}
48 GrUnpremulInputFragmentProcessor( const GrUnpremulInputFragmentProcessor& src) argument
/external/skqp/src/gpu/ops/
H A DGrCopySurfaceOp.cpp11 // returns true if the read/written rect intersects the src/dst and false if not.
13 const GrSurfaceProxy* src,
21 // clip the left edge to src and dst bounds, adjusting dstPoint if necessary
31 // clip the top edge to src and dst bounds, adjusting dstPoint if necessary
41 // clip the right edge to the src and dst bounds.
42 if (clippedSrcRect->fRight > src->width()) {
43 clippedSrcRect->fRight = src->width();
49 // clip the bottom edge to the src and dst bounds.
50 if (clippedSrcRect->fBottom > src->height()) {
51 clippedSrcRect->fBottom = src
12 clip_src_rect_and_dst_point(const GrSurfaceProxy* dst, const GrSurfaceProxy* src, const SkIRect& srcRect, const SkIPoint& dstPoint, SkIRect* clippedSrcRect, SkIPoint* clippedDstPoint) argument
[all...]
H A DGrCopySurfaceOp.h18 static std::unique_ptr<GrOp> Make(GrSurfaceProxy* dst, GrSurfaceProxy* src,
40 GrCopySurfaceOp(GrSurfaceProxy* dst, GrSurfaceProxy* src, argument
43 , fSrc(src)
/external/skqp/src/images/
H A DSkImageEncoder.cpp31 bool SkEncodeImage(SkWStream* dst, const SkPixmap& src, argument
35 return SkEncodeImageWithCG(dst, src, format);
37 return SkEncodeImageWithWIC(dst, src, format, quality);
44 return SkJpegEncoder::Encode(dst, src, opts);
49 return SkPngEncoder::Encode(dst, src, opts);
56 return SkWebpEncoder::Encode(dst, src, opts);
83 sk_sp<SkData> SkEncodePixmap(const SkPixmap& src, SkEncodedImageFormat format, int quality) { argument
85 return SkEncodeImage(&stream, src, format, quality) ? stream.detachAsData() : nullptr;
88 sk_sp<SkData> SkEncodeBitmap(const SkBitmap& src, SkEncodedImageFormat format, int quality) { argument
90 return src
[all...]
/external/skqp/tests/
H A DColorPrivTest.cpp29 const SkPMColor src = 0xAB998877, dst = 0x66334455; local
31 ASSERT(SkFourByteInterp256(src, dst, scale) == SkFastFourByteInterp256(src, dst, scale));
37 const SkPMColor slow = SkFourByteInterp(src, dst, scale);
38 const SkPMColor fast = SkFastFourByteInterp(src, dst, scale);
H A DSkSLFPTest.cpp14 static void test(skiatest::Reporter* r, const char* src, const GrShaderCaps& caps, argument
22 SkSL::String(src),
25 SkDebugf("Unexpected error compiling %s\n%s", src, compiler.errorText().c_str());
31 SkDebugf("Unexpected error compiling %s\n%s", src, compiler.errorText().c_str());
38 SkDebugf("HEADER MISMATCH:\nsource:\n%s\n\nexpected:\n'%s'\n\nreceived:\n'%s'", src,
47 SkDebugf("Unexpected error compiling %s\n%s", src, compiler.errorText().c_str());
54 SkDebugf("CPP MISMATCH:\nsource:\n%s\n\nexpected:\n'%s'\n\nreceived:\n'%s'", src,
86 " GrTest(const GrTest& src);\n"
142 "GrTest::GrTest(const GrTest& src)\n"
143 ": INHERITED(kGrTest_ClassID, src
[all...]
H A DSkSLGLSLTest.cpp21 static void test(skiatest::Reporter* r, const char* src, const SkSL::Program::Settings& settings, argument
26 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(kind, SkSL::String(src),
29 SkDebugf("Unexpected error compiling %s\n%s", src, compiler.errorText().c_str());
37 SkDebugf("GLSL MISMATCH:\nsource:\n%s\n\nexpected:\n'%s'\n\nreceived:\n'%s'", src,
44 static void test(skiatest::Reporter* r, const char* src, const GrShaderCaps& caps, argument
49 test(r, src, settings, expected, &inputs, kind);
/external/syslinux/gpxe/src/arch/i386/include/
H A Drealmode.h72 * @v src Source
77 void *src, size_t n ) {
78 copy_to_user ( real_to_user ( dest_seg, dest_off ), 0, src, n ); local
76 copy_to_real( unsigned int dest_seg, unsigned int dest_off, void *src, size_t n ) argument
/external/syslinux/gpxe/src/crypto/
H A Daes_wrap.c30 * @v src Data to encrypt
34 * The algorithm is implemented such that @a src and @a dest may point
37 int aes_wrap ( const void *kek, const void *src, void *dest, int nblk ) argument
52 memmove ( dest + 8, src, nblk * 8 );
76 * @v src Data to decrypt
81 * The algorithm is implemented such that @a src and @a dest may point
84 int aes_unwrap ( const void *kek, const void *src, void *dest, int nblk ) argument
97 memcpy ( A, src, 8 );
98 memmove ( dest, src + 8, nblk * 8 );
H A Dcbc.c35 * @v src Input data
39 static void cbc_xor ( const void *src, void *dst, size_t len ) { argument
40 const uint32_t *srcl = src;
55 * @v src Data to encrypt
61 void cbc_encrypt ( void *ctx, const void *src, void *dst, size_t len, argument
68 cbc_xor ( src, cbc_ctx, blocksize );
72 src += blocksize;
81 * @v src Data to decrypt
87 void cbc_decrypt ( void *ctx, const void *src, void *dst, size_t len, argument
94 cipher_decrypt ( raw_cipher, ctx, src, ds
[all...]
H A Dcrypto_null.c34 static void digest_null_update ( void *ctx __unused, const void *src __unused,
64 static void cipher_null_encrypt ( void *ctx __unused, const void *src, argument
66 memcpy ( dst, src, len );
69 static void cipher_null_decrypt ( void *ctx __unused, const void *src, argument
71 memcpy ( dst, src, len );
/external/syslinux/gpxe/src/include/gpxe/
H A Dipoib.h50 uint8_t src; member in struct:ipoib_hdr::__anon25102::__anon25103
/external/syslinux/gpxe/src/include/
H A Dstrings.h56 bcopy ( const void *src, void *dest, size_t n ) { argument
57 memmove ( dest, src, n );
/external/tensorflow/tensorflow/contrib/mpi_collectives/kernels/
H A Dring.cu.cc81 void CopyTensorData<GPUDevice>(void* dst, void* src, size_t size) { argument
83 cudaMemcpyAsync(dst, src, size, cudaMemcpyDeviceToDevice, stream);
101 void AccumulateTensorData<GPUDevice, type>(type * dst, type * src, \
104 elemwise_accum<type><<<32, 256, 0, stream>>>(dst, src, size); \
/external/tensorflow/tensorflow/core/common_runtime/sycl/
H A Dsycl_util.h30 inline void const* GetBase(const Tensor* src) { return DMAHelper::base(src); } argument
/external/tensorflow/tensorflow/core/kernels/
H A Dconcat_lib_cpu.cc28 inline void Copy(T* dst, const T* src, int input_index, size_t n) { argument
30 memcpy(dst, src, n * sizeof(T));
33 *dst++ = *src++;
40 inline void Copy(ResourceHandle* dst, const ResourceHandle* src, argument
43 *dst++ = *src++;
H A Dops_testutil.cc54 auto src = output->tensor_data(); local
57 src.data(), src.size());
/external/tensorflow/tensorflow/core/lib/gtl/
H A Dcleanup.h64 Cleanup(Cleanup&& src) // NOLINT argument
65 : released_(src.is_released()), f_(src.release()) {}
68 // The source will be released as if src.release() were called.
71 Cleanup(Cleanup<G>&& src) // NOLINT argument
72 : released_(src.is_released()), f_(src.release()) {}
77 Cleanup& operator=(Cleanup&& src) { // NOLINT argument
79 released_ = src.released_;
80 f_ = src
[all...]
/external/valgrind/memcheck/tests/s390x/
H A Dcu21.c39 do_cu21(uint8_t *dst, uint64_t dst_len, uint16_t *src, uint64_t src_len) argument
42 register uint16_t *source asm("4") = src;
/external/vboot_reference/firmware/lib/
H A Dstateful_util.c47 const void *StatefulMemcpy_r(MemcpyState *state, const void *src, uint64_t len) argument
55 Memcpy(state->remaining_buf, src, len);
58 return src;

Completed in 498 milliseconds

<<11121314151617181920>>