Searched refs:tempUV (Results 1 – 1 of 1) sorted by relevance
210 SkAutoSTMalloc<128 * 128, uint32_t> tempUV(uvSize.fWidth * uvSize.fHeight); in GrTextureToYUVPlanes() local212 kRGBA_8888_GrPixelConfig, tempUV.get(), 0)) { in GrTextureToYUVPlanes()224 uint32_t u = GrColorUnpackR(tempUV.get()[j * uvSize.fWidth + i]); in GrTextureToYUVPlanes()225 uint32_t v = GrColorUnpackG(tempUV.get()[j * uvSize.fWidth + i]); in GrTextureToYUVPlanes()