Searched refs:sourceDepthPitch (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/image_util/ |
D | generatemip.inc | 34 const uint8_t *sourceData, size_t sourceRowPitch, size_t sourceDepthPitch, 44 const T *src0 = GetPixel<T>(sourceData, 0, y * 2, 0, sourceRowPitch, sourceDepthPitch); 45 const T *src1 = GetPixel<T>(sourceData, 0, y * 2 + 1, 0, sourceRowPitch, sourceDepthPitch); 54 const uint8_t *sourceData, size_t sourceRowPitch, size_t sourceDepthPitch, 64 const T *src0 = GetPixel<T>(sourceData, x * 2, 0, 0, sourceRowPitch, sourceDepthPitch); 65 const T *src1 = GetPixel<T>(sourceData, x * 2 + 1, 0, 0, sourceRowPitch, sourceDepthPitch); 74 const uint8_t *sourceData, size_t sourceRowPitch, size_t sourceDepthPitch, 84 const T *src0 = GetPixel<T>(sourceData, 0, 0, z * 2, sourceRowPitch, sourceDepthPitch); 85 const T *src1 = GetPixel<T>(sourceData, 0, 0, z * 2 + 1, sourceRowPitch, sourceDepthPitch); 94 … const uint8_t *sourceData, size_t sourceRowPitch, size_t sourceDepthPitch, [all …]
|
D | generatemip.h | 25 size_t sourceDepthPitch,
|
/external/angle/src/libANGLE/renderer/ |
D | renderer_utils.h | 51 size_t sourceDepthPitch, 141 size_t sourceDepthPitch,
|
D | renderer_utils.cpp | 353 size_t sourceDepthPitch, in CopyImageCHROMIUM() argument 412 sourceData + y * sourceRowPitch + x * sourcePixelBytes + z * sourceDepthPitch; in CopyImageCHROMIUM()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | TextureVk.cpp | 1086 GLuint sourceDepthPitch = sourceRowPitch * baseLevelExtents.height; in generateMipmapsWithCPU() local 1087 size_t baseLevelAllocationSize = sourceDepthPitch * baseLevelExtents.depth; in generateMipmapsWithCPU() 1099 baseLevelExtents.depth, sourceRowPitch, sourceDepthPitch, imageData + bufferOffset)); in generateMipmapsWithCPU() 1745 const size_t sourceDepthPitch, in generateMipmapLevelsWithCPU() argument 1753 size_t previousLevelDepthPitch = sourceDepthPitch; in generateMipmapLevelsWithCPU()
|
D | TextureVk.h | 302 const size_t sourceDepthPitch,
|