Searched refs:m_rowLength (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fTextureSpecificationTests.cpp | 1069 , m_rowLength (rowLength) in TexImage2DParamsCase() 1081 int rowLength = m_rowLength > 0 ? m_rowLength : m_width; in createTexture() 1099 glPixelStorei(GL_UNPACK_ROW_LENGTH, m_rowLength); in createTexture() 1110 int m_rowLength; member in deqp::gles3::Functional::TexImage2DParamsCase 1136 , m_rowLength (rowLength) in TexImage3DParamsCase() 1149 int rowLength = m_rowLength > 0 ? m_rowLength : m_width; in createTexture() 1170 glPixelStorei(GL_UNPACK_ROW_LENGTH, m_rowLength); in createTexture() 1183 int m_rowLength; member in deqp::gles3::Functional::TexImage3DParamsCase 1369 , m_rowLength (rowLength) in TexSubImage2DParamsCase() 1396 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; in createTexture() [all …]
|
D | es3fReadPixelsTests.cpp | 79 GLint m_rowLength; member in deqp::gles3::Functional::__anone93a89a60111::ReadPixelsTest 98 , m_rowLength (rowLength) in ReadPixelsTest() 313 const int rowWidth = (m_rowLength == 0 ? m_width : m_rowLength) + m_skipPixels; in clearColor() 341 GLU_CHECK_CALL(glPixelStorei(GL_PACK_ROW_LENGTH, m_rowLength)); in iterate() 342 …m_testCtx.getLog() << tcu::TestLog::Message << "GL_PACK_ROW_LENGTH: " << m_rowLength << tcu::TestL… in iterate() 355 const int rowWidth = (m_rowLength == 0 ? m_width : m_rowLength); in iterate()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureSpecificationTests.cpp | 415 , m_rowLength (rowLength) in TexImageCubeArrayBufferCase() 429 int rowLength = m_rowLength > 0 ? m_rowLength : m_size; in createTexture() 455 glPixelStorei(GL_UNPACK_ROW_LENGTH, m_rowLength); in createTexture() 468 int m_rowLength; member in deqp::gles31::Functional::TexImageCubeArrayBufferCase 508 , m_rowLength (rowLength) in TexSubImageCubeArrayBufferCase() 544 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; in createTexture() 562 glPixelStorei(GL_UNPACK_ROW_LENGTH, m_rowLength); in createTexture() 578 int m_rowLength; member in deqp::gles31::Functional::TexSubImageCubeArrayBufferCase
|