Lines Matching refs:m_subW

1367 		, m_subW			(subW)  in TexSubImage2DParamsCase()
1396 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; in createTexture()
1405 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, 1, rowPitch, 0, &data[0] + m… in createTexture()
1412 …glTexSubImage2D(GL_TEXTURE_2D, 0, m_subX, m_subY, m_subW, m_subH, transferFmt.format, transferFmt.… in createTexture()
1418 int m_subW; member in deqp::gles3::Functional::TexSubImage2DParamsCase
1632 , m_subW (subW) in TexSubImage2DAlignCase()
1645 , m_subW (subW) in TexSubImage2DAlignCase()
1671 int rowPitch = deAlign32(m_texFormat.getPixelSize()*m_subW, m_alignment); in createTexture()
1673 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, 1, rowPitch, 0, &data[0]), 4… in createTexture()
1676 glTexSubImage2D(GL_TEXTURE_2D, 0, m_subX, m_subY, m_subW, m_subH, m_format, m_dataType, &data[0]); in createTexture()
1684 int m_subW; member in deqp::gles3::Functional::TexSubImage2DAlignCase
1700 , m_subW (subW) in TexSubImageCubeAlignCase()
1713 , m_subW (subW) in TexSubImageCubeAlignCase()
1740 int rowPitch = deAlign32(m_texFormat.getPixelSize()*m_subW, m_alignment); in createTexture()
1742 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, 1, rowPitch, 0, &data[0]), 4… in createTexture()
1746 …glTexSubImage2D(s_cubeMapFaces[face], 0, m_subX, m_subY, m_subW, m_subH, m_format, m_dataType, &da… in createTexture()
1754 int m_subW; member in deqp::gles3::Functional::TexSubImageCubeAlignCase
1787 , m_subW (subW) in TexSubImage3DParamsCase()
1825 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; in createTexture()
1835 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, m_subD, rowPitch, slicePitch… in createTexture()
1844 …glTexSubImage3D(GL_TEXTURE_3D, 0, m_subX, m_subY, m_subZ, m_subW, m_subH, m_subD, transferFmt.form… in createTexture()
1851 int m_subW; member in deqp::gles3::Functional::TexSubImage3DParamsCase
2623 , m_subW (subW) in TexSubImage2DBufferCase()
2654 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; in createTexture()
2663 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, 1, rowPitch, 0, &data[0] + m… in createTexture()
2674 …glTexSubImage2D(GL_TEXTURE_2D, 0, m_subX, m_subY, m_subW, m_subH, transferFmt.format, transferFmt.… in createTexture()
2680 int m_subW; member in deqp::gles3::Functional::TexSubImage2DBufferCase
2711 , m_subW (subW) in TexSubImageCubeBufferCase()
2753 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; in createTexture()
2762 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, 1, rowPitch, 0, &data[0] + m… in createTexture()
2775 …glTexSubImage2D(s_cubeMapFaces[face], 0, m_subX, m_subY, m_subW, m_subH, transferFmt.format, trans… in createTexture()
2781 int m_subW; member in deqp::gles3::Functional::TexSubImageCubeBufferCase
2819 , m_subW (subW) in TexSubImage2DArrayBufferCase()
2859 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; in createTexture()
2869 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, m_subD, rowPitch, slicePitch… in createTexture()
2882 …glTexSubImage3D(GL_TEXTURE_2D_ARRAY, 0, m_subX, m_subY, m_subZ, m_subW, m_subH, m_subD, transferFm… in createTexture()
2889 int m_subW; member in deqp::gles3::Functional::TexSubImage2DArrayBufferCase
2930 , m_subW (subW) in TexSubImage3DBufferCase()
2970 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; in createTexture()
2980 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, m_subD, rowPitch, slicePitch… in createTexture()
2993 …glTexSubImage3D(GL_TEXTURE_3D, 0, m_subX, m_subY, m_subZ, m_subW, m_subH, m_subD, transferFmt.form… in createTexture()
3000 int m_subW; member in deqp::gles3::Functional::TexSubImage3DBufferCase