Home
last modified time | relevance | path

Searched refs:m_to_pixel_data_cache (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcCullDistance.hpp241 std::vector<glw::GLfloat> m_to_pixel_data_cache; member in glcts::CullDistance::FunctionalTest
DglcCullDistance.cpp1257 , m_to_pixel_data_cache() in FunctionalTest()
3015 return m_to_pixel_data_cache[(m_to_width * y + x) * m_to_pixel_data_cache_color_components]; in readRedPixelValue()
3025 m_to_pixel_data_cache.clear(); in readTexturePixels()
3027 m_to_pixel_data_cache.resize(m_to_width * m_to_height * m_to_pixel_data_cache_color_components); in readTexturePixels()
3034 GL_RGBA, GL_FLOAT, &m_to_pixel_data_cache[0]); in readTexturePixels()