Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderImageLoadStoreTests.cpp6798 struct TextureDimensions struct in gl4cts::__anonf7c7fa4f0111::ImageLoadStoreDataAlignmentTest
6800 GLuint m_width;
6801 GLuint m_height;
6803 TextureDimensions(GLuint width, GLuint height) : m_width(width), m_height(height) in TextureDimensions() argument