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