Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A 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_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()
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, 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_sub in createTexture()
1684 int m_subW; global() member in deqp::gles3::Functional::TexSubImage2DAlignCase
1754 int m_subW; global() member in deqp::gles3::Functional::TexSubImageCubeAlignCase
1851 int m_subW; global() member in deqp::gles3::Functional::TexSubImage3DParamsCase
2680 int m_subW; global() member in deqp::gles3::Functional::TexSubImage2DBufferCase
2781 int m_subW; global() member in deqp::gles3::Functional::TexSubImageCubeBufferCase
2889 int m_subW; global() member in deqp::gles3::Functional::TexSubImage2DArrayBufferCase
3117 int m_subW; global() member in deqp::gles3::Functional::TexSubImage3DBufferCase
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp1199 , m_subW (subW) in TexSubImage2DAlignCase()
1226 int rowPitch = getRowPitch(fmt, m_subW, m_alignment); 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()
1238 int m_subW; member in deqp::gles2::Functional::TexSubImage2DAlignCase
1253 , m_subW (subW) in TexSubImageCubeAlignCase()
1283 int rowPitch = getRowPitch(fmt, m_subW, m_alignment); 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()
1296 int m_subW; member in deqp::gles2::Functional::TexSubImageCubeAlignCase
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp508 , m_subW (subW) in TexSubImageCubeArrayBufferCase()
548 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; 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()
578 int m_subW; member in deqp::gles31::Functional::TexSubImageCubeArrayBufferCase

Completed in 11 milliseconds