Searched refs:inputSkipBytes (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Image11.cpp | 285 GLuint inputSkipBytes = 0; in loadData() local 288 applySkipImages, &inputSkipBytes)); in loadData() 304 static_cast<const uint8_t *>(input) + inputSkipBytes, inputRowPitch, in loadData()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | TextureVk.cpp | 469 GLuint inputSkipBytes = 0; in setSubImageImpl() local 473 index.usesTex3D(), &inputRowPitch, &inputDepthPitch, &inputSkipBytes)); in setSubImageImpl() 475 size_t offsetBytes = static_cast<size_t>(bufferOffset + offset + inputSkipBytes); in setSubImageImpl() 518 vkFormat, inputRowPitch, inputDepthPitch, inputSkipBytes)); in setSubImageImpl()
|
D | vk_helpers.cpp | 5414 const GLuint inputSkipBytes) in stageSubresourceUpdateImpl() argument 5522 const uint8_t *source = pixels + static_cast<ptrdiff_t>(inputSkipBytes); in stageSubresourceUpdateImpl() 5649 GLuint *inputSkipBytes) in CalculateBufferInfo() argument 5660 *inputSkipBytes = 0; in CalculateBufferInfo() 5675 inputSkipBytes)); in CalculateBufferInfo() 5803 GLuint inputSkipBytes = 0; in stageSubresourceUpdate() local 5805 &inputRowPitch, &inputDepthPitch, &inputSkipBytes)); in stageSubresourceUpdate() 5809 inputRowPitch, inputDepthPitch, inputSkipBytes)); in stageSubresourceUpdate()
|
D | vk_helpers.h | 1678 const GLuint inputSkipBytes); 1880 GLuint *inputSkipBytes);
|