Searched refs:m_to_pixel_data_cache (Results 1 – 2 of 2) sorted by relevance
1101 , m_to_pixel_data_cache() in FunctionalTest()2890 result = m_to_pixel_data_cache[(m_to_width * y + x) * m_to_pixel_data_cache_color_components]; in readRedPixelValue()2902 m_to_pixel_data_cache.clear(); in readTexturePixels()2904 m_to_pixel_data_cache.resize(m_to_width * m_to_height * m_to_pixel_data_cache_color_components); in readTexturePixels()2911 GL_RGBA, GL_UNSIGNED_SHORT, &m_to_pixel_data_cache[0]); in readTexturePixels()
203 std::vector<glw::GLushort> m_to_pixel_data_cache; member in glcts::CullDistance::FunctionalTest