/external/deqp/modules/gles3/functional/ |
D | es3fTextureSpecificationTests.cpp | 957 , 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 …]
|
D | es3fReadPixelsTests.cpp | 78 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/ |
D | es2fReadPixelsTests.cpp | 63 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()
|
D | es2fTextureSpecificationTests.cpp | 821 , 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/ |
D | es31fTextureSpecificationTests.cpp | 419 , m_alignment (alignment) in TexImageCubeArrayBufferCase() 430 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment); in createTexture() 459 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture() 472 int m_alignment; member in deqp::gles31::Functional::TexImageCubeArrayBufferCase 512 , m_alignment (alignment) in TexSubImageCubeArrayBufferCase() 545 int rowPitch = deAlign32(rowLength*pixelSize, m_alignment); in createTexture() 566 glPixelStorei(GL_UNPACK_ALIGNMENT, m_alignment); in createTexture() 582 int m_alignment; member in deqp::gles31::Functional::TexSubImageCubeArrayBufferCase
|
D | es31fDrawTests.cpp | 2268 const deUint32 m_alignment; member in deqp::gles31::Functional::__anon2b15ba460111::BadCommandBufferCase 2276 , m_alignment (alignment) in BadCommandBufferCase() 2329 DE_ASSERT(drawCommandBuffer.size() >= sizeof(drawCommand) + m_alignment); in iterate() 2330 deMemcpy(&drawCommandBuffer[m_alignment], &drawCommand, sizeof(drawCommand)); in iterate() 2358 gl.drawElementsIndirect(GL_TRIANGLES, GL_UNSIGNED_SHORT, (const void*)(deUintptr)m_alignment); in iterate()
|
/external/deqp/modules/gles2/performance/ |
D | es2pTextureUploadTests.cpp | 93 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()
|