Home
last modified time | relevance | path

Searched defs:rowLen (Results 1 – 6 of 6) sorted by relevance

/external/skqp/tests/
DCodecAnimTest.cpp365 const size_t rowLen = info.bytesPerPixel() * info.width(); in DEF_TEST() local
DCodecTest.cpp63 size_t rowLen = bm.info().bytesPerPixel() * bm.width(); in md5() local
/external/skia/tests/
DCodecAnimTest.cpp365 const size_t rowLen = info.bytesPerPixel() * info.width(); in DEF_TEST() local
DCodecTest.cpp63 size_t rowLen = bm.info().bytesPerPixel() * bm.width(); in md5() local
/external/deqp/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp823 static inline int getRowPitch (const tcu::TextureFormat& transferFmt, int rowLen, int alignment) in getRowPitch()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp932 int rowLen = m_pixelUnpackRowLength > 0 ? m_pixelUnpackRowLength : width; in getUnpack2DAccess() local
942 int rowLen = m_pixelUnpackRowLength > 0 ? m_pixelUnpackRowLength : width; in getUnpack3DAccess() local