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

  /external/deqp/modules/gles3/functional/
es3fReadPixelsTests.cpp 70 GLint m_rowLength;
88 , m_rowLength (rowLength)
336 const int rowWidth = (m_rowLength == 0 ? m_width : m_rowLength) + m_skipPixels;
365 GLU_CHECK_CALL(glPixelStorei(GL_PACK_ROW_LENGTH, m_rowLength));
366 m_testCtx.getLog() << tcu::TestLog::Message << "GL_PACK_ROW_LENGTH: " << m_rowLength << tcu::TestLog::EndMessage;
379 const int rowWidth = (m_rowLength == 0 ? m_width : m_rowLength);
es3fTextureSpecificationTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 415 , m_rowLength (rowLength)
429 int rowLength = m_rowLength > 0 ? m_rowLength : m_size;
455 glPixelStorei(GL_UNPACK_ROW_LENGTH, m_rowLength);
468 int m_rowLength;
508 , m_rowLength (rowLength)
544 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW;
562 glPixelStorei(GL_UNPACK_ROW_LENGTH, m_rowLength);
578 int m_rowLength;
    [all...]

Completed in 36 milliseconds