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

  /external/deqp/modules/gles3/functional/
es3fReadPixelsTests.cpp 71 GLint m_skipRows;
89 , m_skipRows (skipRows)
339 pixelData.resize(rowPitch * (m_height + m_skipRows), 0);
368 GLU_CHECK_CALL(glPixelStorei(GL_PACK_SKIP_ROWS, m_skipRows));
369 m_testCtx.getLog() << tcu::TestLog::Message << "GL_PACK_SKIP_ROWS: " << m_skipRows << tcu::TestLog::EndMessage;
405 if (tcu::floatThresholdCompare(m_testCtx.getLog(), "Result", "Result", reference.getLevel(0), tcu::PixelBufferAccess(format, m_width, m_height, 1, rowPitch, 0, &(pixelData[pixelSize * m_skipPixels + m_skipRows * rowPitch])), tcu::Vec4(redThreshold, greenThreshold, blueThreshold, alphaThreshold), tcu::COMPARE_LOG_RESULT))
es3fTextureSpecificationTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 417 , m_skipRows (skipRows)
447 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_size, m_size, m_depth, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitch + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), 4, colorA, colorB);
457 glPixelStorei(GL_UNPACK_SKIP_ROWS, m_skipRows);
470 int m_skipRows;
510 , m_skipRows (skipRows)
554 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);
564 glPixelStorei(GL_UNPACK_SKIP_ROWS, m_skipRows);
580 int m_skipRows;
    [all...]

Completed in 61 milliseconds