Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTextureToYUVPlanes.cpp210 SkAutoSTMalloc<128 * 128, uint32_t> tempUV(uvSize.fWidth * uvSize.fHeight); in GrTextureToYUVPlanes() local
212 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()