Lines Matching refs:m_subD
1790 , m_subD (subD) in TexSubImage3DParamsCase()
1836 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, m_subD, rowPitch, slicePitch… in createTexture()
1845 …glTexSubImage3D(GL_TEXTURE_3D, 0, m_subX, m_subY, m_subZ, m_subW, m_subH, m_subD, transferFmt.form… in createTexture()
1854 int m_subD; member in deqp::gles3::Functional::TexSubImage3DParamsCase
2822 , m_subD (subD) in TexSubImage2DArrayBufferCase()
2870 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, m_subD, rowPitch, slicePitch… in createTexture()
2883 …glTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, m_subX, m_subY, m_subZ, m_subW, m_subH, m_subD, transferFm… in createTexture()
2892 int m_subD; member in deqp::gles3::Functional::TexSubImage2DArrayBufferCase
2933 , m_subD (subD) in TexSubImage3DBufferCase()
2981 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, m_subD, rowPitch, slicePitch… in createTexture()
2994 …glTexSubImage3D(GL_TEXTURE_3D, 0, m_subX, m_subY, m_subZ, m_subW, m_subH, m_subD, transferFmt.form… in createTexture()
3003 int m_subD; member in deqp::gles3::Functional::TexSubImage3DBufferCase