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

  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 416 , m_skipImages (skipImages)
440 data.resize(slicePitch*(m_depth+m_skipImages) + m_offset);
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);
456 glPixelStorei(GL_UNPACK_SKIP_IMAGES, m_skipImages);
469 int m_skipImages;
509 , m_skipImages (skipImages)
553 data.resize(slicePitch*(m_depth+m_skipImages) + m_offset);
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);
563 glPixelStorei(GL_UNPACK_SKIP_IMAGES, m_skipImages);
579 int m_skipImages;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp     [all...]

Completed in 698 milliseconds