Searched refs:inputSkipBytes (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Image11.cpp | 286 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/ |
D | TextureVk.cpp | 628 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()
|
D | vk_helpers.cpp | 7257 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()
|
D | vk_helpers.h | 2172 const GLuint inputSkipBytes); 2416 GLuint *inputSkipBytes);
|