HomeSort by relevance Sort by last modified time
    Searched full:float_data (Results 1 - 1 of 1) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 233 GLfloat* float_data = reinterpret_cast<GLfloat*>(static_cast<unsigned char*>(dataOut) + index*strideOut); local
236 float_data[j] = X2F(fixed_data[j]);

Completed in 113 milliseconds