Home
last modified time | relevance | path

Searched defs:strideInBytes (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java155 int strideInBytes, in setAttributeValues()
300 int strideInBytes, in setShaderAttributeVertexFrame()
/aosp12/hardware/interfaces/graphics/mapper/2.0/vts/functional/
H A DVtsHalGraphicsMapperV2_0TargetTest.cpp289 size_t strideInBytes = stride * 4; in TEST_P() local
/aosp12/hardware/interfaces/graphics/mapper/3.0/vts/functional/
H A DVtsHalGraphicsMapperV3_0TargetTest.cpp296 size_t strideInBytes = stride * 4; in TEST_P() local
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp274 void fillRGBA8888(uint8_t* data, uint32_t height, size_t strideInBytes, size_t widthInBytes, in fillRGBA8888()
283 size_t strideInBytes, size_t widthInBytes, uint32_t seed = 0) { in verifyRGBA8888()