Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/deimage/
DdeImage.c29 static int deImageFormat_getBytesPerPixel (deImageFormat format) in deImageFormat_getBytesPerPixel() function
38 int offset = ((y*image->width) + x) * deImageFormat_getBytesPerPixel(image->format); in getPixelAddress()
47 int bpp = deImageFormat_getBytesPerPixel(format); in deImage_create()
105 memcpy(converted->pixels, image->pixels, width * height * deImageFormat_getBytesPerPixel(format)); in deImage_convertFormat()