Searched defs:dstStride (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | readpix.c | 63 int stride, dstStride, j; in fast_read_depth_pixels() local 120 int dstStride, stride; in read_depth_pixels() local 235 int dstStride, stride, j, texelBytes; in fast_read_rgba_pixels_memcpy() local 330 int dstStride, stride, j; in slow_read_rgba_pixels() local 419 GLubyte *dst, int dstStride) in fast_read_depth_stencil_pixels() 463 uint32_t *dst, int dstStride) in fast_read_depth_stencil_pixels_separate() 524 GLubyte *dst, int dstStride) in slow_read_depth_stencil_pixels_separate() 608 int dstStride; in read_depth_stencil_pixels() local
|
D | format_pack.c | 2041 GLuint dstStride = _mesa_get_format_bytes(format); in _mesa_pack_float_rgba_row() local
|
/external/skia/src/opts/ |
D | SkMorphologyImageFilter_opts.h | 21 int radius, int width, int height, int srcStride, int dstStride) { in morph() 54 int radius, int width, int height, int srcStride, int dstStride) { in morph() 86 int radius, int width, int height, int srcStride, int dstStride) { in morph()
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | VideoRenderer.java | 124 int height, int srcStride, ByteBuffer dst, int dstStride); in nativeCopyPlane()
|
/external/skia/src/core/ |
D | SkBlitter_Sprite.cpp | 123 const int dstStride = fDst.rowBytesAsPixels(); in blitRect() local
|
/external/deqp/framework/opengl/ |
D | gluDrawUtil.cpp | 313 const int dstStride = dstVA.stride != 0 ? dstVA.stride : elementSize; in copyToLayout() local
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_tile.c | 611 const uint dstStride = w; in pipe_get_tile_z() local
|