Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp507 , m_subZ (subZ) in TexSubImageCubeArrayBufferCase()
571 glTexSubImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, 0, m_subX, m_subY, m_subZ, m_subW, m_subH, m_subD, transferFmt.format, transferFmt.dataType, (const void*)(deIntptr)m_offset); in createTexture()
577 int m_subZ; member in deqp::gles31::Functional::TexSubImageCubeArrayBufferCase
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp1786 , m_subZ (subZ) in TexSubImage3DParamsCase()
1844 glTexSubImage3D(GL_TEXTURE_3D, 0, m_subX, m_subY, m_subZ, m_subW, m_subH, m_subD, transferFmt.format, transferFmt.dataType, &data[0]); in createTexture()
1850 int m_subZ; member in deqp::gles3::Functional::TexSubImage3DParamsCase
2818 , m_subZ (subZ) in TexSubImage2DArrayBufferCase()
2882 glTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, m_subX, m_subY, m_subZ, m_subW, m_subH, m_subD, transferFmt.format, transferFmt.dataType, (const void*)(deIntptr)m_offset); in createTexture()
2888 int m_subZ; member in deqp::gles3::Functional::TexSubImage2DArrayBufferCase
3046 , m_subZ (subZ) in TexSubImage3DBufferCase()
3110 glTexSubImage3D(GL_TEXTURE_3D, 0, m_subX, m_subY, m_subZ, m_subW, m_subH, m_subD, transferFmt.format, transferFmt.dataType, (const void*)(deIntptr)m_offset); in createTexture()
3116 int m_subZ; member in deqp::gles3::Functional::TexSubImage3DBufferCase

Completed in 14 milliseconds