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

/external/deqp/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp1368 , m_subH (subH)
1398 int height = m_subH + m_skipRows;
1405 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, 1, rowPitch, 0, &data[0] + m_skipRows*rowPitch + m_skipPixels*pixelSize), 4, colorA, colorB);
1412 glTexSubImage2D(GL_TEXTURE_2D, 0, m_subX, m_subY, m_subW, m_subH, transferFmt.format, transferFmt.dataType, &data[0]);
1419 int m_subH; member in class:deqp::gles3::Functional::TexSubImage2DParamsCase
1633 , m_subH (subH)
1646 , m_subH (subH)
1672 data.resize(rowPitch*m_subH);
1673 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));
1676 glTexSubImage2D(GL_TEXTURE_2D, 0, m_subX, m_subY, m_subW, m_subH, m_forma
1685 int m_subH; member in class:deqp::gles3::Functional::TexSubImage2DAlignCase
1755 int m_subH; member in class:deqp::gles3::Functional::TexSubImageCubeAlignCase
1852 int m_subH; member in class:deqp::gles3::Functional::TexSubImage3DParamsCase
2681 int m_subH; member in class:deqp::gles3::Functional::TexSubImage2DBufferCase
2782 int m_subH; member in class:deqp::gles3::Functional::TexSubImageCubeBufferCase
2890 int m_subH; member in class:deqp::gles3::Functional::TexSubImage2DArrayBufferCase
3001 int m_subH; member in class:deqp::gles3::Functional::TexSubImage3DBufferCase
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp1166 , m_subH (subH)
1190 data.resize(rowPitch*m_subH);
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]);
1202 int m_subH; member in class:deqp::gles2::Functional::TexSubImage2DAlignCase
1217 , m_subH (subH)
1244 data.resize(rowPitch*m_subH);
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]);
1257 int m_subH; member in class:deqp::gles2::Functional::TexSubImageCubeAlignCase
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp505 , m_subH (subH)
546 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH;
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);
575 int m_subH; member in class:deqp::gles31::Functional::TexSubImageCubeArrayBufferCase

Completed in 103 milliseconds