Home
last modified time | relevance | path

Searched refs:m_skipPixels (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fTextureSpecificationTests.cpp1071 , m_skipPixels (skipPixels) in TexImage2DParamsCase()
1089 data.resize(pixelSize * m_skipPixels + rowPitch * (m_height + m_skipRows)); in createTexture()
1096 …, m_width, m_height, 1, rowPitch, 0, &data[0] + m_skipRows*rowPitch + m_skipPixels*pixelSize), 4, … in createTexture()
1101 glPixelStorei(GL_UNPACK_SKIP_PIXELS, m_skipPixels); in createTexture()
1112 int m_skipPixels; member in deqp::gles3::Functional::TexImage2DParamsCase
1139 , m_skipPixels (skipPixels) in TexImage3DParamsCase()
1159 …data.resize(pixelSize * m_skipPixels + rowPitch * m_skipRows + slicePitch * (m_skipImages + m_dept… in createTexture()
1166 …licePitch, &data[0] + m_skipImages*slicePitch + m_skipRows*rowPitch + m_skipPixels*pixelSize), 4, … in createTexture()
1173 glPixelStorei(GL_UNPACK_SKIP_PIXELS, m_skipPixels); in createTexture()
1186 int m_skipPixels; member in deqp::gles3::Functional::TexImage3DParamsCase
[all …]
Des3fReadPixelsTests.cpp81 GLint m_skipPixels; member in deqp::gles3::Functional::__anon37546d670111::ReadPixelsTest
100 , m_skipPixels (skipPixels) in ReadPixelsTest()
313 const int rowWidth = (m_rowLength == 0 ? m_width : m_rowLength) + m_skipPixels; in clearColor()
347 GLU_CHECK_CALL(glPixelStorei(GL_PACK_SKIP_PIXELS, m_skipPixels)); in iterate()
348 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_PACK_SKIP_PIXELS: " << m_skipPixels << tcu::Tes… in iterate()
357 …ss(format, m_width, m_height, 1, rowPitch, 0, &(pixelData[pixelSize * m_skipPixels + m_skipRows * … in iterate()
/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp418 , m_skipPixels (skipPixels) in TexImageCubeArrayBufferCase()
447 …licePitch, &data[0] + m_skipImages*slicePitch + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_o… in createTexture()
458 glPixelStorei(GL_UNPACK_SKIP_PIXELS, m_skipPixels); in createTexture()
471 int m_skipPixels; member in deqp::gles31::Functional::TexImageCubeArrayBufferCase
511 , m_skipPixels (skipPixels) in TexSubImageCubeArrayBufferCase()
554 …licePitch, &data[0] + m_skipImages*slicePitch + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_o… in createTexture()
565 glPixelStorei(GL_UNPACK_SKIP_PIXELS, m_skipPixels); in createTexture()
581 int m_skipPixels; member in deqp::gles31::Functional::TexSubImageCubeArrayBufferCase