Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cTextureViewTests.hpp804 unsigned char *getStaticColorTextureData(unsigned int width, unsigned int height) const;
H A Dgl4cTextureViewTests.cpp8118 … unsigned char *static_color_data_ptr = getStaticColorTextureData(region_width, region_height); in checkAPICallCoherency()
8703 unsigned char *TextureViewTestCoherency::getStaticColorTextureData(unsigned int width, unsigned int… in getStaticColorTextureData() function in gl4cts::TextureViewTestCoherency
9240 …unsigned char *static_texture_data_ptr = getStaticColorTextureData(m_static_texture_width, m_stati… in initTextureContents()