Searched refs:tmpPixels (Results 1 – 1 of 1) sorted by relevance
410 uint8_t* tmpPixels = new uint8_t[width * height * 4]; in readPixels() local411 s_gles2.glReadPixels(x, y, width, height, GL_RGBA, p_type, tmpPixels); in readPixels()412 convertRgbaToRgbPixels(pixels, tmpPixels, width, height); in readPixels()456 std::vector<uint8_t> tmpPixels; in readPixelsScaled() local459 tmpPixels.resize(width * height * 4); in readPixelsScaled()461 readPixelsDst = tmpPixels.data(); in readPixelsScaled()473 uint8_t* src = tmpPixels.data(); in readPixelsScaled()