OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strideBytes
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.hpp
96
deUint8
strideBytes
; // Pixel stride (in bytes), usually plane elementSize
/frameworks/rs/
rsAllocation.cpp
801
uint32_t
strideBytes
= faceSize * 6 * t->getElementSizeBytes();
808
t->getDimX(), 1, sourcePtr +
strideBytes
* dI, copySize, 0);
[
all
...]
Completed in 383 milliseconds