Lines Matching refs:pixel
235 * \brief Get access to subregion of pixel buffer
261 * \brief Get access to subregion of pixel buffer
287 * \brief Get access to subregion of pixel buffer
301 * \brief Get access to subregion of pixel buffer
665 inline void fillRow (const PixelBufferAccess& dst, int y, int z, int pixelSize, const deUint8* pixel)
675 memcpy(&val, pixel, sizeof(val));
683 memcpy(&val, pixel, sizeof(val));
692 dstPtr[i*pixelSize+j] = pixel[j];
710 } pixel;
711 DE_STATIC_ASSERT(sizeof(pixel) == CLEAR_OPTIMIZE_MAX_PIXEL_SIZE);
712 PixelBufferAccess(access.getFormat(), 1, 1, 1, 0, 0, &pixel.u8[0]).setPixel(color, 0, 0);
716 fillRow(access, y, z, pixelSize, &pixel.u8[0]);
741 } pixel;
742 DE_STATIC_ASSERT(sizeof(pixel) == CLEAR_OPTIMIZE_MAX_PIXEL_SIZE);
743 PixelBufferAccess(access.getFormat(), 1, 1, 1, 0, 0, &pixel.u8[0]).setPixel(color, 0, 0);
747 fillRow(access, y, z, pixelSize, &pixel.u8[0]);
1136 // \note Samples every 4/8th pixel.