Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl3cCullDistanceTests.cpp1101 , 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()
H A Dgl3cCullDistanceTests.hpp203 std::vector<glw::GLushort> m_to_pixel_data_cache; member in glcts::CullDistance::FunctionalTest