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

  /external/deqp/modules/gles3/functional/
es3fReadPixelsTests.cpp 72 GLint m_skipPixels;
90 , m_skipPixels (skipPixels)
336 const int rowWidth = (m_rowLength == 0 ? m_width : m_rowLength) + m_skipPixels;
371 GLU_CHECK_CALL(glPixelStorei(GL_PACK_SKIP_PIXELS, m_skipPixels));
372 m_testCtx.getLog() << tcu::TestLog::Message << "GL_PACK_SKIP_PIXELS: " << m_skipPixels << 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 418 , m_skipPixels (skipPixels)
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);
458 glPixelStorei(GL_UNPACK_SKIP_PIXELS, m_skipPixels);
471 int m_skipPixels;
511 , m_skipPixels (skipPixels)
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);
565 glPixelStorei(GL_UNPACK_SKIP_PIXELS, m_skipPixels);
581 int m_skipPixels;
    [all...]

Completed in 59 milliseconds