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.cpp6784 struct TextureDimensions struct in gl4cts::__anona6d2bf590111::ImageLoadStoreDataAlignmentTest
6786 GLuint m_width;
6787 GLuint m_height;
6789 TextureDimensions(GLuint width, GLuint height) : m_width(width), m_height(height) in TextureDimensions() argument