Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySubImage3D.hpp79 struct SubImage3DCopyParams struct
81SubImage3DCopyParams(void) : m_xoffset(0), m_yoffset(0), m_zoffset(0), m_width(0), m_height(0), m_… in SubImage3DCopyParams() function
86 …glw::GLuint xoffset, const glw::GLuint yoffset, const glw::GLuint zoffset, const glw::GLuint width, in init()
97 glw::GLuint m_xoffset;
98 glw::GLuint m_yoffset;
99 glw::GLuint m_zoffset;
100 glw::GLuint m_width;
101 glw::GLuint m_height;
102 glw::GLuint m_depth;