Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/cpu/arm/
DGraphicsContext3DNEON.h39 unsigned componentsPerRow = pixelsPerRow * 4; in unpackOneRowOfRGBA16LittleToRGBA8() local
40 unsigned tailComponents = componentsPerRow % 16; in unpackOneRowOfRGBA16LittleToRGBA8()
41 unsigned componentsSize = componentsPerRow - tailComponents; in unpackOneRowOfRGBA16LittleToRGBA8()
56 unsigned componentsPerRow = pixelsPerRow * 3; in unpackOneRowOfRGB16LittleToRGBA8() local
57 unsigned tailComponents = componentsPerRow % 24; in unpackOneRowOfRGB16LittleToRGBA8()
58 unsigned componentsSize = componentsPerRow - tailComponents; in unpackOneRowOfRGB16LittleToRGBA8()
77 unsigned componentsPerRow = pixelsPerRow * 4; in unpackOneRowOfARGB16LittleToRGBA8() local
78 unsigned tailComponents = componentsPerRow % 32; in unpackOneRowOfARGB16LittleToRGBA8()
79 unsigned componentsSize = componentsPerRow - tailComponents; in unpackOneRowOfARGB16LittleToRGBA8()
98 unsigned componentsPerRow = pixelsPerRow * 4; in unpackOneRowOfBGRA16LittleToRGBA8() local
[all …]