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

/external/deqp/modules/gles3/functional/
H A Des3fReadPixelsTests.cpp72 GLint m_skipPixels; member in class:deqp::gles3::Functional::__anon19240::ReadPixelsTest
90 , m_skipPixels (skipPixels)
336 const int rowWidth = (m_rowLength == 0 ? m_width : m_rowLength) + m_skipPixels;
371 GLU_CHECK_CALL(glPixelStorei(GL_PACK_SKIP_PIXELS, m_skipPixels));
372 m_testCtx.getLog() << tcu::TestLog::Message << "GL_PACK_SKIP_PIXELS: " << m_skipPixels << tcu::TestLog::EndMessage;
405 if (tcu::floatThresholdCompare(m_testCtx.getLog(), "Result", "Result", reference.getLevel(0), tcu::PixelBufferAccess(format, m_width, m_height, 1, rowPitch, 0, &(pixelData[pixelSize * m_skipPixels + m_skipRows * rowPitch])), tcu::Vec4(redThreshold, greenThreshold, blueThreshold, alphaThreshold), tcu::COMPARE_LOG_RESULT))
H A Des3fTextureSpecificationTests.cpp1059 , m_skipPixels (skipPixels)
1085 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, 1, rowPitch, 0, &data[0] + m_skipRows*rowPitch + m_skipPixels*pixelSize), 4, colorA, colorB);
1090 glPixelStorei(GL_UNPACK_SKIP_PIXELS, m_skipPixels);
1101 int m_skipPixels; member in class:deqp::gles3::Functional::TexImage2DParamsCase
1128 , m_skipPixels (skipPixels)
1155 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, m_depth, rowPitch, slicePitch, &data[0] + m_skipImages*slicePitch + m_skipRows*rowPitch + m_skipPixels*pixelSize), 4, colorA, colorB);
1162 glPixelStorei(GL_UNPACK_SKIP_PIXELS, m_skipPixels);
1175 int m_skipPixels; member in class:deqp::gles3::Functional::TexImage3DParamsCase
1360 , m_skipPixels (skipPixels)
1394 tcu::fillWithGrid(tcu::PixelBufferAccess(m_texFormat, m_subW, m_subH, 1, rowPitch, 0, &data[0] + m_skipRows*rowPitch + m_skipPixels*pixelSiz
1411 int m_skipPixels; member in class:deqp::gles3::Functional::TexSubImage2DParamsCase
1847 int m_skipPixels; member in class:deqp::gles3::Functional::TexSubImage3DParamsCase
2344 int m_skipPixels; member in class:deqp::gles3::Functional::TexImage2DBufferCase
2420 int m_skipPixels; member in class:deqp::gles3::Functional::TexImageCubeBufferCase
2502 int m_skipPixels; member in class:deqp::gles3::Functional::TexImage2DArrayBufferCase
2584 int m_skipPixels; member in class:deqp::gles3::Functional::TexImage3DBufferCase
2673 int m_skipPixels; member in class:deqp::gles3::Functional::TexSubImage2DBufferCase
2774 int m_skipPixels; member in class:deqp::gles3::Functional::TexSubImageCubeBufferCase
2885 int m_skipPixels; member in class:deqp::gles3::Functional::TexSubImage2DArrayBufferCase
2996 int m_skipPixels; member in class:deqp::gles3::Functional::TexSubImage3DBufferCase
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp418 , m_skipPixels (skipPixels)
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);
458 glPixelStorei(GL_UNPACK_SKIP_PIXELS, m_skipPixels);
471 int m_skipPixels; member in class:deqp::gles31::Functional::TexImageCubeArrayBufferCase
511 , m_skipPixels (skipPixels)
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);
565 glPixelStorei(GL_UNPACK_SKIP_PIXELS, m_skipPixels);
581 int m_skipPixels; member in class:deqp::gles31::Functional::TexSubImageCubeArrayBufferCase

Completed in 161 milliseconds