HomeSort by relevance Sort by last modified time
    Searched refs:fixed_data (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/common/
common_param_traits_unittest.cc 102 const char* fixed_data; local
105 msg.ReadData(&iter, &fixed_data, &fixed_data_size);
106 bad_msg.WriteData(fixed_data, fixed_data_size);
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 201 const GLfixed* fixed_data = (const GLfixed *)dataIn; local
204 reinterpret_cast<GLfloat*>(&static_cast<unsigned char*>(dataOut)[i])[j] = X2F(fixed_data[j]);
214 const GLfixed* fixed_data = (GLfixed *)(dataIn + index*strideIn); local
218 float_data[j] = X2F(fixed_data[j]);

Completed in 148 milliseconds