Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp1368 , m_subH (subH) in TexSubImage2DParamsCase()
1398 int height = m_subH + m_skipRows; in createTexture()
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); in createTexture()
1412 glTexSubImage2D(GL_TEXTURE_2D, 0, m_subX, m_subY, m_subW, m_subH, transferFmt.format, transferFmt.dataType, &data[0]); in createTexture()
1419 int m_subH; member in deqp::gles3::Functional::TexSubImage2DParamsCase
1633 , m_subH (subH) in TexSubImage2DAlignCase()
1646 , m_subH (subH) in TexSubImage2DAlignCase()
1672 data.resize(rowPitch*m_subH); in createTexture()
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)); in createTexture()
1676 glTexSubImage2D(GL_TEXTURE_2D, 0, m_subX, m_subY, m_subW, m_subH, m_forma in createTexture()
1685 int m_subH; global() member in deqp::gles3::Functional::TexSubImage2DAlignCase
1755 int m_subH; global() member in deqp::gles3::Functional::TexSubImageCubeAlignCase
1852 int m_subH; global() member in deqp::gles3::Functional::TexSubImage3DParamsCase
2681 int m_subH; global() member in deqp::gles3::Functional::TexSubImage2DBufferCase
2782 int m_subH; global() member in deqp::gles3::Functional::TexSubImageCubeBufferCase
2890 int m_subH; global() member in deqp::gles3::Functional::TexSubImage2DArrayBufferCase
3118 int m_subH; global() member in deqp::gles3::Functional::TexSubImage3DBufferCase
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp1200 , m_subH (subH) in TexSubImage2DAlignCase()
1227 data.resize(rowPitch*m_subH); in createTexture()
1228 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)); in createTexture()
1231 glTexSubImage2D(GL_TEXTURE_2D, 0, m_subX, m_subY, m_subW, m_subH, m_format, m_dataType, &data[0]); in createTexture()
1239 int m_subH; member in deqp::gles2::Functional::TexSubImage2DAlignCase
1254 , m_subH (subH) in TexSubImageCubeAlignCase()
1284 data.resize(rowPitch*m_subH); in createTexture()
1285 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)); in createTexture()
1289 glTexSubImage2D(s_cubeMapFaces[face], 0, m_subX, m_subY, m_subW, m_subH, m_format, m_dataType, &data[0]); in createTexture()
1297 int m_subH; member in deqp::gles2::Functional::TexSubImageCubeAlignCase
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp509 , m_subH (subH) in TexSubImageCubeArrayBufferCase()
550 int imageHeight = m_imageHeight > 0 ? m_imageHeight : m_subH; in createTexture()
558 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); in createTexture()
571 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); in createTexture()
579 int m_subH; member in deqp::gles31::Functional::TexSubImageCubeArrayBufferCase

Completed in 12 milliseconds