Searched refs:m_static_color_float (Results 1 – 2 of 2) sorted by relevance
842 float m_static_color_float[4 /* rgba */]; member in gl4cts::TextureViewTestCoherency
8041 m_static_color_float[0] = float(m_static_color_byte[0]) / 255.0f; in TextureViewTestCoherency()8042 m_static_color_float[1] = float(m_static_color_byte[1]) / 255.0f; in TextureViewTestCoherency()8043 m_static_color_float[2] = float(m_static_color_byte[2]) / 255.0f; in TextureViewTestCoherency()8044 m_static_color_float[3] = float(m_static_color_byte[3]) / 255.0f; in TextureViewTestCoherency()8155 DE_STATIC_ASSERT(sizeof(m_static_color_float) == sizeof(float) * 4); in checkAPICallCoherency()8158 m_static_color_float); in checkAPICallCoherency()