Lines Matching refs:m_subW

1368 		, m_subW			(subW)  in TexSubImage2DParamsCase()
1397 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; in createTexture()
1406 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, 1, rowPitch, 0, &data[0] + m… in createTexture()
1413 …glTexSubImage2D(GL_TEXTURE_2D, 0, m_subX, m_subY, m_subW, m_subH, transferFmt.format, transferFmt.… in createTexture()
1419 int m_subW; member in deqp::gles3::Functional::TexSubImage2DParamsCase
1633 , m_subW (subW) in TexSubImage2DAlignCase()
1646 , m_subW (subW) in TexSubImage2DAlignCase()
1672 int rowPitch = deAlign32(m_texFormat.getPixelSize()*m_subW, m_alignment); in createTexture()
1674 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, 1, rowPitch, 0, &data[0]), 4… in createTexture()
1677 glTexSubImage2D(GL_TEXTURE_2D, 0, m_subX, m_subY, m_subW, m_subH, m_format, m_dataType, &data[0]); in createTexture()
1685 int m_subW; member in deqp::gles3::Functional::TexSubImage2DAlignCase
1701 , m_subW (subW) in TexSubImageCubeAlignCase()
1714 , m_subW (subW) in TexSubImageCubeAlignCase()
1741 int rowPitch = deAlign32(m_texFormat.getPixelSize()*m_subW, m_alignment); in createTexture()
1743 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, 1, rowPitch, 0, &data[0]), 4… in createTexture()
1747 …glTexSubImage2D(s_cubeMapFaces[face], 0, m_subX, m_subY, m_subW, m_subH, m_format, m_dataType, &da… in createTexture()
1755 int m_subW; member in deqp::gles3::Functional::TexSubImageCubeAlignCase
1788 , m_subW (subW) in TexSubImage3DParamsCase()
1826 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; in createTexture()
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()
1852 int m_subW; member in deqp::gles3::Functional::TexSubImage3DParamsCase
2624 , m_subW (subW) in TexSubImage2DBufferCase()
2655 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; in createTexture()
2664 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, 1, rowPitch, 0, &data[0] + m… in createTexture()
2675 …glTexSubImage2D(GL_TEXTURE_2D, 0, m_subX, m_subY, m_subW, m_subH, transferFmt.format, transferFmt.… in createTexture()
2681 int m_subW; member in deqp::gles3::Functional::TexSubImage2DBufferCase
2712 , m_subW (subW) in TexSubImageCubeBufferCase()
2754 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; in createTexture()
2763 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, 1, rowPitch, 0, &data[0] + m… in createTexture()
2776 …glTexSubImage2D(s_cubeMapFaces[face], 0, m_subX, m_subY, m_subW, m_subH, transferFmt.format, trans… in createTexture()
2782 int m_subW; member in deqp::gles3::Functional::TexSubImageCubeBufferCase
2820 , m_subW (subW) in TexSubImage2DArrayBufferCase()
2860 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; in createTexture()
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()
2890 int m_subW; member in deqp::gles3::Functional::TexSubImage2DArrayBufferCase
2931 , m_subW (subW) in TexSubImage3DBufferCase()
2971 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; in createTexture()
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()
3001 int m_subW; member in deqp::gles3::Functional::TexSubImage3DBufferCase