Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySubImage3D.cpp239 m_copy_data_buffer.assign(copy_params.m_width * copy_params.m_height * copy_params.m_depth * m_n_components, in configureDataBuffer()
251 m_copy_data_buffer[index++] = in configureDataBuffer()
299 &m_copy_data_buffer[0], GL_STATIC_READ); in configurePixelUnpackBuffer()
387 GL_UNSIGNED_INT, &m_copy_data_buffer[0]); in configure2DTexture()
474 texSubImage3D(copy_params, &m_copy_data_buffer[0]); in testTexSubImage3D()
H A DesextcTextureCubeMapArraySubImage3D.hpp153 DataBufferVec m_copy_data_buffer; member in glcts::TextureCubeMapArraySubImage3D

Completed in 2 milliseconds