Lines Matching refs:pixels
241 uint8_t* pixels; in writeBufferToFile() local
243 reinterpret_cast<void**>(&pixels)); in writeBufferToFile()
255 const uint8_t* src = pixels + (mBuffer->getBuffer()->getStride() * j) * 4; in writeBufferToFile()
298 uint8_t* pixels; in expectBufferColor() local
300 reinterpret_cast<void**>(&pixels)); in expectBufferColor()
304 const uint8_t* src = pixels + in expectBufferColor()
606 uint8_t* pixels; in fillColor() local
608 reinterpret_cast<void**>(&pixels)); in fillColor()
611 uint8_t* iter = pixels + (buf->getBuffer()->getStride() * j) * 4; in fillColor()
1085 uint8_t* pixels; in fillRedBufferTextureTransform() local
1087 reinterpret_cast<void**>(&pixels)); in fillRedBufferTextureTransform()
1089 pixels[0] = 255; in fillRedBufferTextureTransform()
1090 pixels[1] = 0; in fillRedBufferTextureTransform()
1091 pixels[2] = 0; in fillRedBufferTextureTransform()
1092 pixels[3] = 255; in fillRedBufferTextureTransform()
1093 pixels[4] = 0; in fillRedBufferTextureTransform()
1094 pixels[5] = 255; in fillRedBufferTextureTransform()
1095 pixels[6] = 0; in fillRedBufferTextureTransform()
1096 pixels[7] = 255; in fillRedBufferTextureTransform()
1097 pixels[8] = 0; in fillRedBufferTextureTransform()
1098 pixels[9] = 0; in fillRedBufferTextureTransform()
1099 pixels[10] = 255; in fillRedBufferTextureTransform()
1100 pixels[11] = 255; in fillRedBufferTextureTransform()
1134 uint8_t* pixels; in fillRedBufferWithPremultiplyAlpha() local
1136 reinterpret_cast<void**>(&pixels)); in fillRedBufferWithPremultiplyAlpha()
1137 pixels[0] = 255; in fillRedBufferWithPremultiplyAlpha()
1138 pixels[1] = 0; in fillRedBufferWithPremultiplyAlpha()
1139 pixels[2] = 0; in fillRedBufferWithPremultiplyAlpha()
1140 pixels[3] = 255; in fillRedBufferWithPremultiplyAlpha()
1173 uint8_t* pixels; in fillRedBufferWithoutPremultiplyAlpha() local
1175 reinterpret_cast<void**>(&pixels)); in fillRedBufferWithoutPremultiplyAlpha()
1176 pixels[0] = 255; in fillRedBufferWithoutPremultiplyAlpha()
1177 pixels[1] = 0; in fillRedBufferWithoutPremultiplyAlpha()
1178 pixels[2] = 0; in fillRedBufferWithoutPremultiplyAlpha()
1179 pixels[3] = 255; in fillRedBufferWithoutPremultiplyAlpha()
1951 uint8_t* pixels; in TEST_P() local
1953 reinterpret_cast<void**>(&pixels)); in TEST_P()
1954 pixels[0] = 0; in TEST_P()
1955 pixels[1] = 255; in TEST_P()
1956 pixels[2] = 0; in TEST_P()
1957 pixels[3] = 255; in TEST_P()
1994 uint8_t* pixels; in TEST_P() local
1996 reinterpret_cast<void**>(&pixels)); in TEST_P()
1997 pixels[0] = 0; in TEST_P()
1998 pixels[1] = 255; in TEST_P()
1999 pixels[2] = 0; in TEST_P()
2000 pixels[3] = 0; in TEST_P()