Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp6783 struct TextureDimensions struct in gl4cts::__anonb14d91fe0111::ImageLoadStoreDataAlignmentTest
6785 GLuint m_width;
6786 GLuint m_height;
6788 TextureDimensions(GLuint width, GLuint height) : m_width(width), m_height(height) in TextureDimensions() argument