Searched refs:texel_offset (Results 1 - 5 of 5) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderInput.cpp1022 const unsigned int texel_offset = referencePixelCoordinates[1] * m_texture_width * m_texture_pixel_size + local
1025 m_testCtx.getLog() << tcu::TestLog::Message << "Rendered data [" << result_image[texel_offset + 0] << ", "
1026 << result_image[texel_offset + 1] << ", " << result_image[texel_offset + 2] << ", "
1027 << result_image[texel_offset + 3] << "]"
1042 const unsigned int texel_offset = referencePixelCoordinates[1] * m_texture_width * m_texture_pixel_size + local
1045 m_testCtx.getLog() << tcu::TestLog::Message << "Rendered data [" << result_image[texel_offset + 0] << ", "
1046 << result_image[texel_offset + 1] << ", " << result_image[texel_offset + 2] << ", "
1047 << result_image[texel_offset
1062 const unsigned int texel_offset = referencePixelCoordinates[1] * m_texture_width * m_texture_pixel_size + local
1288 const unsigned int texel_offset = 32 * m_texture_width * m_texture_pixel_size + x * m_texture_pixel_size; local
[all...]
H A DesextcGeometryShaderLimits.cpp1901 const unsigned int texel_offset = first_texel_offset + x * m_texture_pixel_size; local
1903 if (0 != memcmp(result_image + texel_offset, &expected_value, sizeof(expected_value)))
1905 glw::GLint* result_value = (glw::GLint*)(result_image + texel_offset);
2217 const unsigned int texel_offset = line_offset + x * m_texture_pixel_size; local
2219 if (0 != memcmp(result_image + texel_offset, &expected_value, sizeof(expected_value)))
2221 const glw::GLint* result_value = (const glw::GLint*)(result_image + texel_offset);
2527 const unsigned int texel_offset = first_texel_offset + x * m_texture_pixel_size; local
2529 if (0 != memcmp(result_image + texel_offset, &expected_value, sizeof(expected_value)))
2531 glw::GLint* result_value = (glw::GLint*)(result_image + texel_offset);
3292 const unsigned int texel_offset local
[all...]
/external/deqp/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.cpp703 const unsigned int texel_offset = y * line_size + x * pixel_size; local
713 if (image_size < texel_offset)
723 result &= (expected_alpha == buffer[texel_offset + 3]);
728 result &= (expected_blue == buffer[texel_offset + 2]);
733 result &= (expected_green == buffer[texel_offset + 1]);
738 result &= (expected_red == buffer[texel_offset + 0]);
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderImageLoadStoreTests.cpp7620 const GLuint texel_offset = x * n_components + line_offset; local
7625 texture_data[texel_offset + component] = texel[component];
8182 const GLuint texel_offset = x * n_components + line_offset; local
8184 SetTexel(&expected_texture_data[texel_offset], static_cast<GLubyte>(x), static_cast<GLubyte>(y),
8299 const GLuint texel_offset = x * n_components + line_offset; local
8301 SetTexel(&texture_data[texel_offset], static_cast<GLubyte>(x), static_cast<GLubyte>(y), magic_number);
8380 const GLuint texel_offset = x * n_components + line_offset; local
8382 SetTexel(&texture_data[texel_offset], static_cast<GLubyte>(x), static_cast<GLubyte>(y), magic_number);
/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp2844 const GLuint texel_offset = line_offset + texel; local
2846 const GLint value = data[texel_offset];

Completed in 805 milliseconds