Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySubImage3D.cpp156 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...]
H A DesextcTextureCubeMapArraySubImage3D.hpp130 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);

Completed in 3 milliseconds