Home
last modified time | relevance | path

Searched refs:inputSkipBytes (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DImage11.cpp286 GLuint inputSkipBytes = 0; in loadData() local
289 applySkipImages, &inputSkipBytes)); in loadData()
305 static_cast<const uint8_t *>(input) + inputSkipBytes, inputRowPitch, in loadData()
/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp628 GLuint inputSkipBytes = 0; in setSubImageImpl() local
632 index.usesTex3D(), &inputRowPitch, &inputDepthPitch, &inputSkipBytes)); in setSubImageImpl()
634 size_t offsetBytes = static_cast<size_t>(bufferOffset + offset + inputSkipBytes); in setSubImageImpl()
680 getRequiredImageAccess(), inputRowPitch, inputDepthPitch, inputSkipBytes)); in setSubImageImpl()
Dvk_helpers.cpp7257 const GLuint inputSkipBytes) in stageSubresourceUpdateImpl() argument
7380 const uint8_t *source = pixels + static_cast<ptrdiff_t>(inputSkipBytes); in stageSubresourceUpdateImpl()
7601 GLuint *inputSkipBytes) in CalculateBufferInfo() argument
7612 *inputSkipBytes = 0; in CalculateBufferInfo()
7627 inputSkipBytes)); in CalculateBufferInfo()
7867 GLuint inputSkipBytes = 0; in stageSubresourceUpdate() local
7869 &inputRowPitch, &inputDepthPitch, &inputSkipBytes)); in stageSubresourceUpdate()
7873 inputDepthPitch, inputSkipBytes)); in stageSubresourceUpdate()
Dvk_helpers.h2172 const GLuint inputSkipBytes);
2416 GLuint *inputSkipBytes);