Home
last modified time | relevance | path

Searched defs:TextureDimensions (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp6784 struct TextureDimensions struct in gl4cts::__anon57be67590111::ImageLoadStoreDataAlignmentTest
6786 GLuint m_width;
6787 GLuint m_height;
6789 TextureDimensions(GLuint width, GLuint height) : m_width(width), m_height(height) in TextureDimensions() function