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

  /external/deqp/framework/delibs/debase/
deDefs.h 162 typedef signed int deInt32;
  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 315 typedef WrappedType<deInt32> Int;
355 static Fixed create (deInt32 value) { Fixed v; v.m_value = value; return v; }
356 static Fixed fromFloat (float value) { Fixed v; v.m_value = (deInt32)(value * 32768.0f); return v; }
357 inline deInt32 getValue (void) const { return m_value; }
377 inline operator deInt32 (void) const { return m_value; }
381 deInt32 m_value;
glsDrawTest.cpp 433 typedef WrappedType<deInt32> Int;
471 static Fixed create (deInt32 value) { Fixed v; v.m_value = value; return v; }
472 inline deInt32 getValue (void) const { return m_value; }
491 inline operator deInt32 (void) const { return m_value; }
495 deInt32 m_value;
    [all...]

Completed in 311 milliseconds