Searched defs:deInt32 (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/delibs/debase/
H A DdeDefs.h162 typedef signed int deInt32; typedef
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.hpp315 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;
H A DglsDrawTest.cpp433 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;
1032 tcu::IVec4 attr = m_defaultAttrib.get<deInt32>();
1545 case DrawTestSpec::INPUTTYPE_FIXED: return createBasicArray<deInt32, GLValue::Fixed> (seed, elementCount, componentCount, offset, stride);
1546 case DrawTestSpec::INPUTTYPE_INT: return createBasicArray<deInt32, GLValue::Int> (seed, elementCount, componentCount, offset, stride);
2383 (int)sizeof(deInt32), // INPUTTYPE_FIXED,
2392 (int)sizeof(deInt32), // INPUTTYPE_IN
[all...]

Completed in 134 milliseconds