H A D | esextcTextureCubeMapArraySubImage3D.cpp | 156 SubImage3DCopyParams copy_params; in iterate() local 157 copy_params.init(0, 0, 0, width, height, 1); in iterate() 159 configureDataBuffer(width, height, depth, copy_params, 0); in iterate() 160 configurePixelUnpackBuffer(copy_params); in iterate() 161 configure2DTexture(copy_params); in iterate() 162 testTexSubImage3D(width, height, depth, copy_params, test_passed); in iterate() 163 testCopyTexSubImage3D(width, height, depth, copy_params, test_passed); in iterate() 168 copy_params.init(width / 2, height / 2, 0, width / 2, height / 2, 1); in iterate() 170 configureDataBuffer(width, height, depth, copy_params, 0); in iterate() 171 configurePixelUnpackBuffer(copy_params); in iterate() 233 configureDataBuffer(glw::GLuint width, glw::GLuint height, glw::GLuint depth, const SubImage3DCopyParams& copy_params, glw::GLuint clear_value) configureDataBuffer() argument 282 configurePixelUnpackBuffer(const SubImage3DCopyParams& copy_params) configurePixelUnpackBuffer() argument 372 configure2DTexture(const SubImage3DCopyParams& copy_params) configure2DTexture() argument 395 texSubImage3D(const SubImage3DCopyParams& copy_params, const glw::GLuint* data_pointer) texSubImage3D() argument 410 copyTexSubImage3D(const SubImage3DCopyParams& copy_params) copyTexSubImage3D() argument 465 testTexSubImage3D(glw::GLuint width, glw::GLuint height, glw::GLuint depth, const SubImage3DCopyParams& copy_params, glw::GLboolean& test_passed) testTexSubImage3D() argument 527 testCopyTexSubImage3D(glw::GLuint width, glw::GLuint height, glw::GLuint depth, const SubImage3DCopyParams& copy_params, glw::GLboolean& test_passed) testCopyTexSubImage3D() argument [all...] |