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/
es3fTextureSpecificationTests.cpp     [all...]
es3fReadPixelsTests.cpp 81 GLint m_skipPixels;
100 , m_skipPixels (skipPixels)
313 const int rowWidth = (m_rowLength == 0 ? m_width : m_rowLength) + m_skipPixels;
347 GLU_CHECK_CALL(glPixelStorei(GL_PACK_SKIP_PIXELS, m_skipPixels));
348 m_testCtx.getLog() << tcu::TestLog::Message << "GL_PACK_SKIP_PIXELS: " << m_skipPixels << tcu::TestLog::EndMessage;
357 const tcu::ConstPixelBufferAccess resultAccess = tcu::ConstPixelBufferAccess(format, m_width, m_height, 1, rowPitch, 0, &(pixelData[pixelSize * m_skipPixels + m_skipRows * rowPitch]));
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 420 , m_skipPixels (skipPixels)
449 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);
460 glPixelStorei(GL_UNPACK_SKIP_PIXELS, m_skipPixels);
473 int m_skipPixels;
513 , m_skipPixels (skipPixels)
556 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);
567 glPixelStorei(GL_UNPACK_SKIP_PIXELS, m_skipPixels);
583 int m_skipPixels;
    [all...]

Completed in 195 milliseconds