Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderInput.cpp1021 …const unsigned int texel_offset = referencePixelCoordinates[1] * m_texture_width * m_texture_pixel… in iterate() local
1024 …m_testCtx.getLog() << tcu::TestLog::Message << "Rendered data [" << result_image[texel_offset + 0]… in iterate()
1025 << result_image[texel_offset + 1] << ", " << result_image[texel_offset + 2] << ", " in iterate()
1026 << result_image[texel_offset + 3] << "]" in iterate()
1041 …const unsigned int texel_offset = referencePixelCoordinates[1] * m_texture_width * m_texture_pixel… in iterate() local
1044 …m_testCtx.getLog() << tcu::TestLog::Message << "Rendered data [" << result_image[texel_offset + 0]… in iterate()
1045 << result_image[texel_offset + 1] << ", " << result_image[texel_offset + 2] << ", " in iterate()
1046 << result_image[texel_offset + 3] << "]" in iterate()
1061 …const unsigned int texel_offset = referencePixelCoordinates[1] * m_texture_width * m_texture_pixel… in iterate() local
1064 …m_testCtx.getLog() << tcu::TestLog::Message << "Rendered data [" << result_image[texel_offset + 0]… in iterate()
[all …]
DesextcGeometryShaderLimits.cpp1900 const unsigned int texel_offset = first_texel_offset + x * m_texture_pixel_size; in verifyResult() local
1902 if (0 != memcmp(result_image + texel_offset, &expected_value, sizeof(expected_value))) in verifyResult()
1904 glw::GLint* result_value = (glw::GLint*)(result_image + texel_offset); in verifyResult()
2216 const unsigned int texel_offset = line_offset + x * m_texture_pixel_size; in verifyResult() local
2218 if (0 != memcmp(result_image + texel_offset, &expected_value, sizeof(expected_value))) in verifyResult()
2220 const glw::GLint* result_value = (const glw::GLint*)(result_image + texel_offset); in verifyResult()
2526 const unsigned int texel_offset = first_texel_offset + x * m_texture_pixel_size; in verifyResult() local
2528 if (0 != memcmp(result_image + texel_offset, &expected_value, sizeof(expected_value))) in verifyResult()
2530 glw::GLint* result_value = (glw::GLint*)(result_image + texel_offset); in verifyResult()
3290 const unsigned int texel_offset = first_texel_offset + x * m_texture_pixel_size; in verifyResult() local
[all …]
/external/deqp/external/openglcts/modules/glesext/
DesextcTestCaseBase.cpp703 const unsigned int texel_offset = y * line_size + x * pixel_size; in comparePixel() local
713 if (image_size < texel_offset) in comparePixel()
723 result &= (expected_alpha == buffer[texel_offset + 3]); in comparePixel()
729 result &= (expected_blue == buffer[texel_offset + 2]); in comparePixel()
735 result &= (expected_green == buffer[texel_offset + 1]); in comparePixel()
741 result &= (expected_red == buffer[texel_offset + 0]); in comparePixel()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp7701 const GLuint texel_offset = x * n_components + line_offset; in CreateRGBA8SourceTexture() local
7706 texture_data[texel_offset + component] = texel[component]; in CreateRGBA8SourceTexture()
8263 const GLuint texel_offset = x * n_components + line_offset; in CheckIfTextureWasModified() local
8265 SetTexel(&expected_texture_data[texel_offset], static_cast<GLubyte>(x), static_cast<GLubyte>(y), in CheckIfTextureWasModified()
8380 const GLuint texel_offset = x * n_components + line_offset; in Create2DRGBA8CompleteTexture() local
8382 …SetTexel(&texture_data[texel_offset], static_cast<GLubyte>(x), static_cast<GLubyte>(y), magic_numb… in Create2DRGBA8CompleteTexture()
8461 const GLuint texel_offset = x * n_components + line_offset; in Create2DRGBA8IncompleteTexture() local
8463 …SetTexel(&texture_data[texel_offset], static_cast<GLubyte>(x), static_cast<GLubyte>(y), magic_numb… in Create2DRGBA8IncompleteTexture()
/external/deqp/external/openglcts/modules/common/
DglcViewportArrayTests.cpp2844 const GLuint texel_offset = line_offset + texel; in checkRegionR32I() local
2846 const GLint value = data[texel_offset]; in checkRegionR32I()