Home
last modified time | relevance | path

Searched refs:m_subW (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fTextureSpecificationTests.cpp1367 , 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()
[all …]
/external/deqp/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp1165 , m_subW (subW) in TexSubImage2DAlignCase()
1189 int rowPitch = getRowPitch(fmt, m_subW, m_alignment); in createTexture()
1191 …tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, m_subW, m_subH, 1, rowPitch, 0, &data[0]), 4, Vec4(1… in createTexture()
1194 glTexSubImage2D(GL_TEXTURE_2D, 0, m_subX, m_subY, m_subW, m_subH, m_format, m_dataType, &data[0]); in createTexture()
1201 int m_subW; member in deqp::gles2::Functional::TexSubImage2DAlignCase
1216 , m_subW (subW) in TexSubImageCubeAlignCase()
1243 int rowPitch = getRowPitch(fmt, m_subW, m_alignment); in createTexture()
1245 …tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, m_subW, m_subH, 1, rowPitch, 0, &data[0]), 4, Vec4(1… in createTexture()
1249 …glTexSubImage2D(s_cubeMapFaces[face], 0, m_subX, m_subY, m_subW, m_subH, m_format, m_dataType, &da… in createTexture()
1256 int m_subW; member in deqp::gles2::Functional::TexSubImageCubeAlignCase
/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp504 , m_subW (subW) in TexSubImageCubeArrayBufferCase()
544 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; in createTexture()
554 …tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, m_subD, rowPitch, slicePitch… in createTexture()
567 …glTexSubImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, 0, m_subX, m_subY, m_subZ, m_subW, m_subH, m_subD, tran… in createTexture()
574 int m_subW; member in deqp::gles31::Functional::TexSubImageCubeArrayBufferCase