Searched defs:dstPitch (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | UtilsVk.h | 426 int32_t dstPitch = 0; member
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Blitter.cpp | 2222 void Blitter::copy(const vk::Image *src, uint8_t *dst, unsigned int dstPitch) in copy() argument
|
H A D | ETC_Decoder.cpp | 670 bool ETC_Decoder::Decode(const unsigned char *src, unsigned char *dst, int w, int h, int dstPitch, int dstBpp, InputType inputType) in Decode() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | ETC_Decoder.cpp | 677 bool ETC_Decoder::Decode(const unsigned char* src, unsigned char *dst, int w, int h, int dstW, int dstH, int dstPitch, int dstBpp, InputType inputType) in Decode() argument
|
H A D | Surface.cpp | 3452 int dstPitch = dst->getInternalPitchB(); in copyCubeEdge() local
|
Completed in 15 milliseconds