Searched refs:m_rowLength (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fReadPixelsTests.cpp | 79 GLint m_rowLength; member in deqp::gles3::Functional::__anon30587::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::TestLog::EndMessage; in iterate() 355 const int rowWidth = (m_rowLength == 0 ? m_width : m_rowLength); in iterate()
|
H A 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 1420 int m_rowLength; global() member in deqp::gles3::Functional::TexSubImage2DParamsCase 1855 int m_rowLength; global() member in deqp::gles3::Functional::TexSubImage3DParamsCase 2353 int m_rowLength; global() member in deqp::gles3::Functional::TexImage2DBufferCase 2429 int m_rowLength; global() member in deqp::gles3::Functional::TexImageCubeBufferCase 2510 int m_rowLength; global() member in deqp::gles3::Functional::TexImage2DArrayBufferCase 2592 int m_rowLength; global() member in deqp::gles3::Functional::TexImage3DBufferCase 2682 int m_rowLength; global() member in deqp::gles3::Functional::TexSubImage2DBufferCase 2783 int m_rowLength; global() member in deqp::gles3::Functional::TexSubImageCubeBufferCase 2893 int m_rowLength; global() member in deqp::gles3::Functional::TexSubImage2DArrayBufferCase 3121 int m_rowLength; global() member in deqp::gles3::Functional::TexSubImage3DBufferCase [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureSpecificationTests.cpp | 419 , m_rowLength (rowLength) in TexImageCubeArrayBufferCase() 433 int rowLength = m_rowLength > 0 ? m_rowLength : m_size; in createTexture() 459 glPixelStorei(GL_UNPACK_ROW_LENGTH, m_rowLength); in createTexture() 472 int m_rowLength; member in deqp::gles31::Functional::TexImageCubeArrayBufferCase 512 , m_rowLength (rowLength) in TexSubImageCubeArrayBufferCase() 548 int rowLength = m_rowLength > 0 ? m_rowLength : m_subW; in createTexture() 566 glPixelStorei(GL_UNPACK_ROW_LENGTH, m_rowLength); in createTexture() 582 int m_rowLength; member in deqp::gles31::Functional::TexSubImageCubeArrayBufferCase [all...] |
Completed in 9 milliseconds