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

  /external/deqp/framework/egl/
egluStrUtil.inl 247 static const tcu::Format::BitDesc s_desc[] =
249 tcu::Format::BitDesc(EGL_OPENGL_BIT, "EGL_OPENGL_BIT"),
250 tcu::Format::BitDesc(EGL_OPENGL_ES_BIT, "EGL_OPENGL_ES_BIT"),
251 tcu::Format::BitDesc(EGL_OPENGL_ES2_BIT, "EGL_OPENGL_ES2_BIT"),
252 tcu::Format::BitDesc(EGL_OPENGL_ES3_BIT_KHR, "EGL_OPENGL_ES3_BIT_KHR"),
253 tcu::Format::BitDesc(EGL_OPENVG_BIT, "EGL_OPENVG_BIT")
260 static const tcu::Format::BitDesc s_desc[] =
262 tcu::Format::BitDesc(EGL_PBUFFER_BIT, "EGL_PBUFFER_BIT"),
263 tcu::Format::BitDesc(EGL_PIXMAP_BIT, "EGL_PIXMAP_BIT"),
264 tcu::Format::BitDesc(EGL_WINDOW_BIT, "EGL_WINDOW_BIT")
    [all...]
  /external/deqp/framework/opengl/
gluStrUtil.inl     [all...]
  /external/deqp/framework/common/
tcuFormatUtil.hpp 74 class BitDesc
80 BitDesc (deUint64 bit_, const char* name_) : bit(bit_), name(name_) {}
83 #define TCU_BIT_DESC(BIT) tcu::Format::BitDesc(BIT, #BIT)
89 Bitfield (deUint64 value, const BitDesc* begin, const BitDesc* end)
99 for (const BitDesc* curDesc = m_begin; curDesc != m_end; curDesc++)
122 const BitDesc* m_begin;
123 const BitDesc* m_end;
262 inline Format::Bitfield<sizeof(T)*8> formatBitfield (T value, const Format::BitDesc (&desc)[Size])

Completed in 207 milliseconds