HomeSort by relevance Sort by last modified time
    Searched refs:getRowPitch (Results 1 - 21 of 21) sorted by null

  /external/deqp/framework/opengl/
gluPixelTransfer.cpp 54 TCU_CHECK_INTERNAL(dst.getRowPitch() == dst.getFormat().getPixelSize()*dst.getWidth());
73 TCU_CHECK_INTERNAL(src.getRowPitch() == src.getFormat().getPixelSize()*src.getWidth());
91 TCU_CHECK_INTERNAL(src.getRowPitch() == src.getFormat().getPixelSize()*src.getWidth());
92 TCU_CHECK_INTERNAL(src.getSlicePitch() == src.getRowPitch()*src.getHeight());
112 TCU_CHECK_INTERNAL(src.getRowPitch() == src.getFormat().getPixelSize()*src.getWidth());
130 TCU_CHECK_INTERNAL(src.getRowPitch() == src.getFormat().getPixelSize()*src.getWidth());
131 TCU_CHECK_INTERNAL(src.getSlicePitch() == src.getRowPitch()*src.getHeight());
gluTexture.cpp 180 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth());
367 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth());
486 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth());
573 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth());
695 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth());
786 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*access.getWidth());
  /external/deqp/modules/internal/
ditImageIOTests.cpp 60 TCU_CHECK(texture.getAccess().getRowPitch() == texture.getWidth()*texture.getFormat().getPixelSize());
61 TCU_CHECK(texture.getAccess().getSlicePitch() == texture.getAccess().getRowPitch()*texture.getAccess().getHeight());
  /external/deqp/framework/referencerenderer/
rrMultisamplePixelBufferAccess.cpp 46 tcu::IVec3(m_access.getRowPitch(), m_access.getSlicePitch(), m_access.getSlicePitch() * m_access.getDepth()),
56 tcu::IVec3(original.getPixelPitch(), original.getPixelPitch(), original.getRowPitch()),
86 tcu::IVec3(m_access.getRowPitch(), m_access.getSlicePitch(), m_access.getSlicePitch() * m_access.getDepth()),
96 tcu::IVec3(original.getPixelPitch(), original.getPixelPitch(), original.getRowPitch()),
rrFragmentOperations.cpp     [all...]
  /external/deqp/framework/common/
tcuFuzzyImageCompare.cpp 76 const deUint8* ptr = (const deUint8*)src.getDataPtr() + src.getRowPitch()*y + x*NumChannels;
92 return *(const deUint32*)((const deUint8*)src.getDataPtr() + src.getRowPitch()*y + x*4);
99 deUint8* ptr = (deUint8*)dst.getDataPtr() + dst.getRowPitch()*y + x*NumChannels;
109 *(deUint32*)((deUint8*)dst.getDataPtr() + dst.getRowPitch()*y + x*4) = val;
tcuImageIO.cpp 127 row_pointers[y] = (deUint8*)dst.getAccess().getDataPtr() + y*dst.getAccess().getRowPitch();
195 rowPointers[y] = (deUint8*)src.getDataPtr() + y*src.getRowPitch();
tcuBilinearImageCompare.cpp 52 return *(const deUint32*)((const deUint8*)src.getDataPtr() + y*src.getRowPitch() + x*4);
57 return deReverseBytes32(*(const deUint32*)((const deUint8*)src.getDataPtr() + y*src.getRowPitch() + x*4));
tcuTestLog.cpp 262 width, height, access.getRowPitch(), access.getDataPtr());
287 logImageAccess.getWidth(), logImageAccess.getHeight(), logImageAccess.getRowPitch(),
355 logImageAccess.getWidth(), logImageAccess.getHeight(), logImageAccess.getRowPitch(),
tcuCompressedTexture.cpp 837 const int dstRowPitch = dst.getRowPitch();
872 const int dstRowPitch = dst.getRowPitch();
905 const int dstRowPitch = dst.getRowPitch();
    [all...]
tcuTextureUtil.cpp 264 (const deUint8*)access.getDataPtr() + access.getPixelPitch()*x + access.getRowPitch()*y + access.getSlicePitch()*z);
290 (deUint8*)access.getDataPtr() + access.getPixelPitch()*x + access.getRowPitch()*y + access.getSlicePitch()*z);
328 const int rowPitch = access.getRowPitch();
342 const int rowPitch = access.getRowPitch();
    [all...]
tcuTexture.hpp 336 int getRowPitch (void) const { return m_pitch.y(); }
    [all...]
tcuTexture.cpp     [all...]
  /external/deqp/modules/glshared/
glsFragmentOpUtil.cpp 284 original.getRowPitch(),
295 original.getRowPitch(),
glsLongStressCase.cpp 523 DE_ASSERT(src.getRowPitch() == format.getPixelSize()*src.getWidth());
565 DE_ASSERT(src.getRowPitch() == format.getPixelSize()*src.getWidth());
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureUnitTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp 807 static inline int getRowPitch (const tcu::TextureFormat& transferFmt, int rowLen, int alignment)
843 int rowPitch = getRowPitch(fmt, levelW, m_alignment);
888 int rowPitch = getRowPitch(fmt, levelW, m_alignment);
    [all...]
es2fTextureUnitTests.cpp 865 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*width);
889 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize()*width);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fAdvancedBlendTests.cpp 388 access.getRowPitch(), access.getSlicePitch(), access.getDataPtr());
es31fShaderImageLoadStoreTests.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 309 milliseconds