Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureViewTests.hpp804 unsigned char* getStaticColorTextureData(unsigned int width, unsigned int height) const;
Dgl4cTextureViewTests.cpp8107 unsigned char* static_color_data_ptr = getStaticColorTextureData(region_width, region_height); in checkAPICallCoherency()
8694 unsigned char* TextureViewTestCoherency::getStaticColorTextureData(unsigned int width, unsigned int… in getStaticColorTextureData() function in gl4cts::TextureViewTestCoherency
9230 …unsigned char* static_texture_data_ptr = getStaticColorTextureData(m_static_texture_width, m_stati… in initTextureContents()