Home
last modified time | relevance | path

Searched refs:m_alignment (Results 1 – 9 of 9) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fTextureSpecificationTests.cpp957 , m_alignment (alignment) in TexImage2DAlignCase()
966 , m_alignment (alignment) in TexImage2DAlignCase()
981 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture()
989 int rowPitch = deAlign32(levelW*m_texFormat.getPixelSize(), m_alignment); in createTexture()
1002 int m_alignment; member in deqp::gles3::Functional::TexImage2DAlignCase
1014 , m_alignment (alignment) in TexImageCubeAlignCase()
1023 , m_alignment (alignment) in TexImageCubeAlignCase()
1038 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture()
1043 int rowPitch = deAlign32(m_texFormat.getPixelSize()*levelSize, m_alignment); in createTexture()
1059 int m_alignment; member in deqp::gles3::Functional::TexImageCubeAlignCase
[all …]
Des3fReadPixelsTests.cpp78 int m_alignment; member in deqp::gles3::Functional::__anon37546d670111::ReadPixelsTest
97 , m_alignment (alignment) in ReadPixelsTest()
314 …const int rowPitch = m_alignment * deCeilFloatToInt32(float(pixelSize * rowWidth) / (float)m_align… in clearColor()
338 GLU_CHECK_CALL(glPixelStorei(GL_PACK_ALIGNMENT, m_alignment)); in iterate()
339 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_PACK_ALIGNMENT: " << m_alignment << tcu::TestLo… in iterate()
356 …const int rowPitch = m_alignment * deCeilFloatToInt32((float)(pixelSize * rowWidth) / (floa… in iterate()
/external/deqp/modules/gles2/functional/
Des2fReadPixelsTests.cpp63 int m_alignment; member in deqp::gles2::Functional::ReadPixelsTest
72 , m_alignment (alignment) in ReadPixelsTest()
208 …const int rowPitch = m_alignment * deCeilFloatToInt32(float(pixelSize * width) / (float)m_alignmen… in iterate()
212 GLU_CHECK_CALL(glPixelStorei(GL_PACK_ALIGNMENT, m_alignment)); in iterate()
Des2fTextureSpecificationTests.cpp821 , m_alignment (alignment) in TexImage2DAlignCase()
835 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture()
843 int rowPitch = getRowPitch(fmt, levelW, m_alignment); in createTexture()
855 int m_alignment; member in deqp::gles2::Functional::TexImage2DAlignCase
866 , m_alignment (alignment) in TexImageCubeAlignCase()
882 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture()
888 int rowPitch = getRowPitch(fmt, levelW, m_alignment); in createTexture()
903 int m_alignment; member in deqp::gles2::Functional::TexImageCubeAlignCase
1167 , m_alignment (alignment) in TexSubImage2DAlignCase()
1189 int rowPitch = getRowPitch(fmt, m_subW, m_alignment); in createTexture()
[all …]
/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp421 , m_alignment (alignment) in TexImageCubeArrayBufferCase()
432 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment); in createTexture()
461 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture()
474 int m_alignment; member in deqp::gles31::Functional::TexImageCubeArrayBufferCase
514 , m_alignment (alignment) in TexSubImageCubeArrayBufferCase()
547 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment); in createTexture()
568 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture()
584 int m_alignment; member in deqp::gles31::Functional::TexSubImageCubeArrayBufferCase
Des31fDrawTests.cpp2269 const deUint32 m_alignment; member in deqp::gles31::Functional::__anon2b15ba460111::BadCommandBufferCase
2277 , m_alignment (alignment) in BadCommandBufferCase()
2330 DE_ASSERT(drawCommandBuffer.size() >= sizeof(drawCommand) + m_alignment); in iterate()
2331 deMemcpy(&drawCommandBuffer[m_alignment], &drawCommand, sizeof(drawCommand)); in iterate()
2359 gl.drawElementsIndirect(GL_TRIANGLES, GL_UNSIGNED_SHORT, (const void*)(deUintptr)m_alignment); in iterate()
/external/deqp/modules/gles2/performance/
Des2pTextureUploadTests.cpp93 int m_alignment; member in deqp::gles2::Performance::TextureUploadCase
110 , m_alignment (4) in TextureUploadCase()
208 gl.pixelStorei (GL_UNPACK_ALIGNMENT, m_alignment); in init()
219 int stride = deAlign32(pixelSize*m_texSize, m_alignment); in init()
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp1747 glw::GLuint m_alignment; member
Dgl4cEnhancedLayoutsTests.cpp10175 const GLuint alignment = test_case.m_alignment; in test()
10247 stream << "Type: " << test_case.m_type.GetGLSLTypeName() << ", align: " << test_case.m_alignment; in test()
12020 const GLuint alignment = test_case.m_alignment; in test()