Searched defs:dstStride (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/opts/
H A DSkMorphologyImageFilter_opts.h19 int radius, int width, int height, int srcStride, int dstStride) {
21 const int dstStrideX = direction == MorphDirection::kX ? 1 : dstStride;
23 const int dstStrideY = direction == MorphDirection::kX ? dstStride : 1;
52 int radius, int width, int height, int srcStride, int dstStride) {
54 const int dstStrideX = direction == MorphDirection::kX ? 1 : dstStride;
56 const int dstStrideY = direction == MorphDirection::kX ? dstStride : 1;
84 int radius, int width, int height, int srcStride, int dstStride) {
86 const int dstStrideX = direction == MorphDirection::kX ? 1 : dstStride;
88 const int dstStrideY = direction == MorphDirection::kX ? dstStride : 1;
18 morph(const SkPMColor* src, SkPMColor* dst, int radius, int width, int height, int srcStride, int dstStride) argument
51 morph(const SkPMColor* src, SkPMColor* dst, int radius, int width, int height, int srcStride, int dstStride) argument
83 morph(const SkPMColor* src, SkPMColor* dst, int radius, int width, int height, int srcStride, int dstStride) argument
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
H A DVideoRenderer.java124 int height, int srcStride, ByteBuffer dst, int dstStride);
123 nativeCopyPlane(ByteBuffer src, int width, int height, int srcStride, ByteBuffer dst, int dstStride) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_tile.c611 const uint dstStride = w; local
633 pDest += dstStride;
648 pDest += dstStride;
663 pDest += dstStride;
677 pDest += dstStride;
699 pDest += dstStride;
721 pDest += dstStride;
/external/mesa3d/src/mesa/main/
H A Dreadpix.c63 int stride, dstStride, j; local
86 dstStride = _mesa_image_row_stride(packing, width, GL_DEPTH_COMPONENT, type);
99 dst += dstStride;
120 int dstStride, stride; local
135 dstStride = _mesa_image_row_stride(packing, width, GL_DEPTH_COMPONENT, type);
154 dst += dstStride;
235 int dstStride, stride, j, texelBytes; local
265 dstStride = _mesa_image_row_stride(packing, width, format, type);
289 dst += dstStride;
300 dst += dstStride;
330 int dstStride, stride, j; local
416 fast_read_depth_stencil_pixels(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLubyte *dst, int dstStride) argument
460 fast_read_depth_stencil_pixels_separate(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, uint32_t *dst, int dstStride) argument
519 slow_read_depth_stencil_pixels_separate(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum type, const struct gl_pixelstore_attrib *packing, GLubyte *dst, int dstStride) argument
608 int dstStride; local
[all...]
H A Dformat_pack.c2041 GLuint dstStride = _mesa_get_format_bytes(format); local
2051 dstPtr += dstStride;
/external/deqp/framework/opengl/
H A DgluDrawUtil.cpp313 const int dstStride = dstVA.stride != 0 ? dstVA.stride : elementSize; local
317 deMemcpy((deUint8*)dstBasePtr + (deUintptr)dstVA.pointer + ndx*dstStride, (const deUint8*)srcPtr.data + ndx*srcStride, elementSize);

Completed in 137 milliseconds