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

  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 506 , m_subW (subW)
546 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW;
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);
569 glTexSubImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, 0, m_subX, m_subY, m_subZ, m_subW, m_subH, m_subD, transferFmt.format, transferFmt.dataType, (const void*)(deIntptr)m_offset);
576 int m_subW;
    [all...]

Completed in 51 milliseconds