Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp1016 const GLfixed* fixed_data = (const GLfixed *)dataIn; in convertFixedDirectLoop() local
1019 … reinterpret_cast<GLfloat*>(&static_cast<unsigned char*>(dataOut)[i])[j] = X2F(fixed_data[j]); in convertFixedDirectLoop()
1029 const GLfixed* fixed_data = (GLfixed *)(dataIn + index*strideIn); in convertFixedIndirectLoop() local
1033 float_data[j] = X2F(fixed_data[j]); in convertFixedIndirectLoop()