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

/external/deqp/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp1368 , m_subW (subW)
1397 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW;
1406 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, 1, rowPitch, 0, &data[0] + m_skipRows*rowPitch + m_skipPixels*pixelSize), 4, colorA, colorB);
1413 glTexSubImage2D(GL_TEXTURE_2D, 0, m_subX, m_subY, m_subW, m_subH, transferFmt.format, transferFmt.dataType, &data[0]);
1419 int m_subW; member in class:deqp::gles3::Functional::TexSubImage2DParamsCase
1633 , m_subW (subW)
1646 , m_subW (subW)
1672 int rowPitch = deAlign32(m_texFormat.getPixelSize()*m_subW, m_alignment);
1674 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, 1, rowPitch, 0, &data[0]), 4, Vec4(1.0f, 0.0f, 0.0f, 1.0f), Vec4(0.0f, 1.0f, 0.0f, 1.0f));
1677 glTexSubImage2D(GL_TEXTURE_2D, 0, m_subX, m_subY, m_subW, m_sub
1685 int m_subW; member in class:deqp::gles3::Functional::TexSubImage2DAlignCase
1755 int m_subW; member in class:deqp::gles3::Functional::TexSubImageCubeAlignCase
1852 int m_subW; member in class:deqp::gles3::Functional::TexSubImage3DParamsCase
2681 int m_subW; member in class:deqp::gles3::Functional::TexSubImage2DBufferCase
2782 int m_subW; member in class:deqp::gles3::Functional::TexSubImageCubeBufferCase
2890 int m_subW; member in class:deqp::gles3::Functional::TexSubImage2DArrayBufferCase
3001 int m_subW; member in class:deqp::gles3::Functional::TexSubImage3DBufferCase
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp1165 , m_subW (subW)
1189 int rowPitch = getRowPitch(fmt, m_subW, m_alignment);
1191 tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, m_subW, m_subH, 1, rowPitch, 0, &data[0]), 4, Vec4(1.0f, 0.0f, 0.0f, 1.0f), Vec4(0.0f, 1.0f, 0.0f, 1.0f));
1194 glTexSubImage2D(GL_TEXTURE_2D, 0, m_subX, m_subY, m_subW, m_subH, m_format, m_dataType, &data[0]);
1201 int m_subW; member in class:deqp::gles2::Functional::TexSubImage2DAlignCase
1216 , m_subW (subW)
1243 int rowPitch = getRowPitch(fmt, m_subW, m_alignment);
1245 tcu::fillWithGrid(tcu::PixelBufferAccess(fmt, m_subW, m_subH, 1, rowPitch, 0, &data[0]), 4, Vec4(1.0f, 0.0f, 0.0f, 1.0f), Vec4(0.0f, 1.0f, 0.0f, 1.0f));
1249 glTexSubImage2D(s_cubeMapFaces[face], 0, m_subX, m_subY, m_subW, m_subH, m_format, m_dataType, &data[0]);
1256 int m_subW; member in class:deqp::gles2::Functional::TexSubImageCubeAlignCase
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp504 , m_subW (subW)
544 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW;
554 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, m_subD, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitch + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), 4, colorA, colorB);
567 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);
574 int m_subW; member in class:deqp::gles31::Functional::TexSubImageCubeArrayBufferCase

Completed in 6929 milliseconds