Searched refs:uCompData (Results 1 – 1 of 1) sorted by relevance
857 GLubyte* uCompData = reinterpret_cast<GLubyte*>(&uData[i]); in ReadPixelsFloat() local861 fData[i * 4 + c] = float(uCompData[c]) / 255.0f; in ReadPixelsFloat()