Searched refs:m_reference_color_storage (Results 1 – 2 of 2) sorted by relevance
4258 , m_reference_color_storage(DE_NULL) in TextureViewTestViewSampling()4296 if (m_reference_color_storage != DE_NULL) in deinit()4298 delete m_reference_color_storage; in deinit()4300 m_reference_color_storage = DE_NULL; in deinit()4759 DE_ASSERT(m_reference_color_storage != DE_NULL); in getReferenceColor()4760 if (m_reference_color_storage != DE_NULL) in getReferenceColor()4783 DE_ASSERT(n_face < m_reference_color_storage->n_faces); in getReferenceColor()4784 DE_ASSERT(n_layer < m_reference_color_storage->n_layers); in getReferenceColor()4785 DE_ASSERT(n_mipmap < m_reference_color_storage->n_mipmaps); in getReferenceColor()4786 DE_ASSERT(n_sample < m_reference_color_storage->n_samples); in getReferenceColor()[all …]
636 _reference_color_storage* m_reference_color_storage; member in gl4cts::TextureViewTestViewSampling