Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cCullDistanceTests.hpp203 std::vector<glw::GLushort> m_to_pixel_data_cache; member in glcts::CullDistance::FunctionalTest
H A Dgl3cCullDistanceTests.cpp1093 , m_to_pixel_data_cache() in FunctionalTest()
2289 /* Read generated texture into m_to_pixel_data_cache */ in executeRenderTest()
2881 result = m_to_pixel_data_cache[(m_to_width * y + x) * m_to_pixel_data_cache_color_components]; in readRedPixelValue()
2886 /** Reads texture into m_to_pixel_data_cache.
2893 m_to_pixel_data_cache.clear(); in readTexturePixels()
2895 m_to_pixel_data_cache.resize(m_to_width * m_to_height * m_to_pixel_data_cache_color_components); in readTexturePixels()
2902 GL_RGBA, GL_UNSIGNED_SHORT, &m_to_pixel_data_cache[0]); in readTexturePixels()

Completed in 5 milliseconds