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

  /external/deqp/framework/common/
tcuTestLog.hpp 374 , m_unit (unit)
384 std::string m_unit; member in class:tcu::LogValueInfo
395 , m_unit (unit)
406 std::string m_unit; member in class:tcu::LogNumber
523 log.writeValueInfo(m_name, m_description, m_unit, m_tag);
529 log.writeFloat(m_name.c_str(), m_desc.c_str(), m_unit.c_str(), m_tag, m_value);
535 log.writeInteger(m_name.c_str(), m_desc.c_str(), m_unit.c_str(), m_tag, m_value);
  /hardware/ti/omap4-aah/hwc/
hwc.c 679 const float m_unit[2][3] = { { 1., 0., 0. }, { 0., 1., 0. } }; variable
759 memcpy(ext->m, m_unit, sizeof(m_unit));
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 490 const float m_unit[2][3] = { { 1., 0., 0. }, { 0., 1., 0. } }; variable
570 memcpy(ext->m, m_unit, sizeof(m_unit));
    [all...]

Completed in 378 milliseconds