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