Lines Matching refs:pixels

220         uint8_t* pixels;  in allocateAndFillSourceBuffer()  local
222 reinterpret_cast<void**>(&pixels)); in allocateAndFillSourceBuffer()
224 uint8_t* dst = pixels + (buffer->getBuffer()->getStride() * j * 4); in allocateAndFillSourceBuffer()
281 uint8_t* pixels; in writeBufferToFile() local
283 reinterpret_cast<void**>(&pixels)); in writeBufferToFile()
295 const uint8_t* src = pixels + (mBuffer->getBuffer()->getStride() * j) * 4; in writeBufferToFile()
345 uint8_t* pixels; in expectBufferColor() local
347 reinterpret_cast<void**>(&pixels)); in expectBufferColor()
351 const uint8_t* src = pixels + in expectBufferColor()
647 uint8_t* pixels; in fillColor() local
649 reinterpret_cast<void**>(&pixels)); in fillColor()
652 uint8_t* iter = pixels + (buf->getBuffer()->getStride() * j) * 4; in fillColor()
1214 uint8_t* pixels; in fillRedBufferTextureTransform() local
1216 reinterpret_cast<void**>(&pixels)); in fillRedBufferTextureTransform()
1218 pixels[0] = 255; in fillRedBufferTextureTransform()
1219 pixels[1] = 0; in fillRedBufferTextureTransform()
1220 pixels[2] = 0; in fillRedBufferTextureTransform()
1221 pixels[3] = 255; in fillRedBufferTextureTransform()
1222 pixels[4] = 0; in fillRedBufferTextureTransform()
1223 pixels[5] = 255; in fillRedBufferTextureTransform()
1224 pixels[6] = 0; in fillRedBufferTextureTransform()
1225 pixels[7] = 255; in fillRedBufferTextureTransform()
1226 pixels[8] = 0; in fillRedBufferTextureTransform()
1227 pixels[9] = 0; in fillRedBufferTextureTransform()
1228 pixels[10] = 255; in fillRedBufferTextureTransform()
1229 pixels[11] = 255; in fillRedBufferTextureTransform()
1259 uint8_t* pixels; in fillRedBufferWithPremultiplyAlpha() local
1261 reinterpret_cast<void**>(&pixels)); in fillRedBufferWithPremultiplyAlpha()
1262 pixels[0] = 255; in fillRedBufferWithPremultiplyAlpha()
1263 pixels[1] = 0; in fillRedBufferWithPremultiplyAlpha()
1264 pixels[2] = 0; in fillRedBufferWithPremultiplyAlpha()
1265 pixels[3] = 255; in fillRedBufferWithPremultiplyAlpha()
1299 uint8_t* pixels; in fillRedBufferWithoutPremultiplyAlpha() local
1301 reinterpret_cast<void**>(&pixels)); in fillRedBufferWithoutPremultiplyAlpha()
1302 pixels[0] = 255; in fillRedBufferWithoutPremultiplyAlpha()
1303 pixels[1] = 0; in fillRedBufferWithoutPremultiplyAlpha()
1304 pixels[2] = 0; in fillRedBufferWithoutPremultiplyAlpha()
1305 pixels[3] = 255; in fillRedBufferWithoutPremultiplyAlpha()
1423 uint8_t* pixels; in tonemap() local
1425 reinterpret_cast<void**>(&pixels)); in tonemap()
1429 uint8_t* dest = pixels + (buf->getBuffer()->getStride() * j * 4); in tonemap()
2510 uint8_t* pixels; in TEST_P() local
2512 reinterpret_cast<void**>(&pixels)); in TEST_P()
2513 pixels[0] = 0; in TEST_P()
2514 pixels[1] = 255; in TEST_P()
2515 pixels[2] = 0; in TEST_P()
2516 pixels[3] = 255; in TEST_P()
2890 uint8_t* pixels; in TEST_P() local
2892 reinterpret_cast<void**>(&pixels)); in TEST_P()
2893 pixels[0] = 0; in TEST_P()
2894 pixels[1] = 255; in TEST_P()
2895 pixels[2] = 0; in TEST_P()
2896 pixels[3] = 0; in TEST_P()
2969 uint8_t* pixels; in TEST_P() local
2971 reinterpret_cast<void**>(&pixels)); in TEST_P()
2974 pixels[0] = 0; in TEST_P()
2975 pixels[1] = 255; in TEST_P()
3029 uint8_t* pixels; in TEST_P() local
3031 reinterpret_cast<void**>(&pixels)); in TEST_P()
3032 pixels[0] = 0; in TEST_P()
3033 pixels[1] = 255; in TEST_P()
3094 uint8_t* pixels; in TEST_P() local
3096 reinterpret_cast<void**>(&pixels)); in TEST_P()
3097 pixels[0] = 0; in TEST_P()
3098 pixels[1] = 255; in TEST_P()