Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dreadpix.c225 int dstStride, stride, j, texelBytes, bytesPerRow; in readpixels_memcpy() local
276 int stride, dstStride, j; in read_uint_depth_pixels() local
324 int dstStride, stride; in read_depth_pixels() local
639 GLubyte *dst, int dstStride) in fast_read_depth_stencil_pixels()
683 uint32_t *dst, int dstStride) in fast_read_depth_stencil_pixels_separate()
744 GLubyte *dst, int dstStride) in slow_read_depth_stencil_pixels_separate()
828 int dstStride; in read_depth_stencil_pixels() local
Dtexgetimage.c327 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/skia/src/core/
DSkConvertPixels.cpp205 static void convert_with_pipeline(const SkImageInfo& dstInfo, void* dstRow, int dstStride, in convert_with_pipeline()
227 int dstStride = (int)(dstRB / dstInfo.bytesPerPixel()); in SkConvertPixels() local
DSkMatrixPriv.h134 static void MapPointsWithStride(const SkMatrix& mx, SkPoint dst[], size_t dstStride, in MapPointsWithStride()
DSkMaskBlurFilter.cpp111 uint8_t* dst, int dstStride, uint8_t* dstEnd) const { in blur()
597 uint8_t* dst, size_t dstStride, int dstW, int dstH) { in blur_x_rect()
615 uint8_t* dst, size_t dstStride, int dstW, int dstH) { in direct_blur_x()
DSkMatrix.cpp1035 size_t dstStride, const SkPoint3 src[], in MapHomogeneousPointsWithStride()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_async_copy2D.cpp98 ExplicitType vecType, int vecSize, int srcStride, int dstStride, in test_copy2D()
378 unsigned int size, typeIndex, srcStride, dstStride; in test_copy2D_all_types() local
/external/skqp/src/core/
DSkMatrixPriv.h133 static void MapPointsWithStride(const SkMatrix& mx, SkPoint dst[], size_t dstStride, in MapPointsWithStride()
DSkMaskBlurFilter.cpp110 uint8_t* dst, int dstStride, uint8_t* dstEnd) const { in blur()
594 uint8_t* dst, size_t dstStride, int dstW, int dstH) { in blur_x_rect()
612 uint8_t* dst, size_t dstStride, int dstW, int dstH) { in direct_blur_x()
DSkMatrix.cpp1043 size_t dstStride, const SkPoint3 src[], in MapHomogeneousPointsWithStride()
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DYuvHelperTest.java64 final int dstStride = TEST_WIDTH; in testCopyPlane() local
/external/skqp/src/effects/imagefilters/
DSkMorphologyImageFilter.cpp534 int radius, int width, int height, int srcStride, int dstStride) { in morph()
567 int radius, int width, int height, int srcStride, int dstStride) { in morph()
599 int radius, int width, int height, int srcStride, int dstStride) { in morph()
/external/webrtc/sdk/android/api/org/webrtc/
DYuvHelper.java101 ByteBuffer src, int srcStride, ByteBuffer dst, int dstStride, int width, int height) { in copyPlane()
135 ByteBuffer src, int srcStride, ByteBuffer dst, int dstStride, int width, int height); in nativeCopyPlane()
/external/v4l2_codec2/common/
DFormatConverter.cpp38 void copyPlaneByPixel(const uint8_t* src, int srcStride, int srcColInc, uint8_t* dst, int dstStride, in copyPlaneByPixel()
/external/webrtc/sdk/android/tests/src/org/webrtc/
DAndroidVideoDecoderTest.java136 ByteBuffer src, int srcStride, ByteBuffer dst, int dstStride, int width, int height) { in copyPlane()
/external/angle/src/libANGLE/renderer/metal/
Dmtl_render_utils.h179 uint32_t dstStride = 0; member
/external/deqp/framework/opengl/
DgluDrawUtil.cpp313 const int dstStride = dstVA.stride != 0 ? dstVA.stride : elementSize; in copyToLayout() local
/external/skia/src/effects/imagefilters/
DSkMorphologyImageFilter.cpp517 int radius, int width, int height, int srcStride, int dstStride) { in morph()
/external/exoplayer/tree/extensions/vp9/src/main/jni/
Dvpx_jni.cc97 const int dstStride = img->stride[VPX_PLANE_Y]; in convert_16_to_8_neon() local
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c2245 int dstStride, srcStride; in st_GetTexSubImage() local