Home
last modified time | relevance | path

Searched defs:dstStride (Results 1 – 15 of 15) sorted by relevance

/external/skqp/src/opts/
DSkMorphologyImageFilter_opts.h21 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/skia/src/opts/
DSkMorphologyImageFilter_opts.h21 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/mesa3d/src/mesa/main/
Dreadpix.c223 int dstStride, stride, j, texelBytes; in readpixels_memcpy() local
269 int stride, dstStride, j; in read_uint_depth_pixels() local
317 int dstStride, stride; in read_depth_pixels() local
632 GLubyte *dst, int dstStride) in fast_read_depth_stencil_pixels()
676 uint32_t *dst, int dstStride) in fast_read_depth_stencil_pixels_separate()
737 GLubyte *dst, int dstStride) in slow_read_depth_stencil_pixels_separate()
821 int dstStride; in read_depth_stencil_pixels() local
Dtexgetimage.c320 int srcStride, dstStride; in get_tex_rgba_compressed() local
/external/aac/libSACenc/src/
Dsacenc_vectorfunctions.h469 inline void FDKmemcpy_flex(T *const dst, const INT dstStride, in FDKmemcpy_flex()
/external/skqp/src/core/
DSkMaskBlurFilter.cpp28 uint8_t* dst, int dstStride, uint8_t* dstEnd) const { in blur4Transpose()
161 uint8_t* dst, int dstStride, uint8_t* dstEnd) const override { in blur()
620 uint8_t* dst, size_t dstStride, int dstW, int dstH) { in blur_x_rect()
794 uint8_t* dst, size_t dstStride) { in blur_column()
833 uint8_t *dst, size_t dstStride) { in blur_y_rect()
936 dstStride = dst->fRowBytes; in small_blur() local
DSkMatrixPriv.h133 static void MapPointsWithStride(const SkMatrix& mx, SkPoint dst[], size_t dstStride, in MapPointsWithStride()
DSkMatrix.cpp1041 size_t dstStride, const SkPoint3 src[], in MapHomogeneousPointsWithStride()
/external/skia/src/core/
DSkMaskBlurFilter.cpp28 uint8_t* dst, int dstStride, uint8_t* dstEnd) const { in blur4Transpose()
161 uint8_t* dst, int dstStride, uint8_t* dstEnd) const override { in blur()
620 uint8_t* dst, size_t dstStride, int dstW, int dstH) { in blur_x_rect()
794 uint8_t* dst, size_t dstStride) { in blur_column()
833 uint8_t *dst, size_t dstStride) { in blur_y_rect()
936 dstStride = dst->fRowBytes; in small_blur() local
DSkMatrixPriv.h133 static void MapPointsWithStride(const SkMatrix& mx, SkPoint dst[], size_t dstStride, in MapPointsWithStride()
DSkMatrix.cpp1042 size_t dstStride, const SkPoint3 src[], in MapHomogeneousPointsWithStride()
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DVideoRenderer.java124 int height, int srcStride, ByteBuffer dst, int dstStride); in nativeCopyPlane()
/external/deqp/framework/opengl/
DgluDrawUtil.cpp313 const int dstStride = dstVA.stride != 0 ? dstVA.stride : elementSize; in copyToLayout() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_tile.c594 const uint dstStride = w; in pipe_get_tile_z() local
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c2054 int dstStride, srcStride; in st_GetTexSubImage() local