Home
last modified time | relevance | path

Searched refs:SubImage3DCopyParams (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySubImage3D.hpp79 struct SubImage3DCopyParams struct
81 SubImage3DCopyParams(void) : m_xoffset(0), m_yoffset(0), m_zoffset(0), m_width(0), m_height(0), m_depth(0) in SubImage3DCopyParams() function
130 const SubImage3DCopyParams& copy_params, glw::GLuint clear_value);
131 void configurePixelUnpackBuffer(const SubImage3DCopyParams& copy_params);
135 void configure2DTexture(const SubImage3DCopyParams& copy_params);
138 const SubImage3DCopyParams& copy_params, glw::GLboolean& test_passed);
140 const SubImage3DCopyParams& copy_params, glw::GLboolean& test_passed);
142 void texSubImage3D(const SubImage3DCopyParams& copy_params, const glw::GLuint* data_pointer);
143 void copyTexSubImage3D(const SubImage3DCopyParams& copy_params);
H A DesextcTextureCubeMapArraySubImage3D.cpp156 SubImage3DCopyParams copy_params; in iterate()
234 const SubImage3DCopyParams& copy_params, in configureDataBuffer()
282 void TextureCubeMapArraySubImage3D::configurePixelUnpackBuffer(const SubImage3DCopyParams& copy_params) in configurePixelUnpackBuffer()
372 void TextureCubeMapArraySubImage3D::configure2DTexture(const SubImage3DCopyParams& copy_params) in configure2DTexture()
395 void TextureCubeMapArraySubImage3D::texSubImage3D(const SubImage3DCopyParams& copy_params, in texSubImage3D()
410 void TextureCubeMapArraySubImage3D::copyTexSubImage3D(const SubImage3DCopyParams& copy_params) in copyTexSubImage3D()
466 const SubImage3DCopyParams& copy_params, in testTexSubImage3D()
528 const SubImage3DCopyParams& copy_params, in testCopyTexSubImage3D()

Completed in 2 milliseconds