Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp6783 struct TextureDimensions struct in gl4cts::__anon069eff9a0111::ImageLoadStoreDataAlignmentTest
6785 GLuint m_width;
6786 GLuint m_height;
6788 TextureDimensions(GLuint width, GLuint height) : m_width(width), m_height(height) in TextureDimensions() argument