Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.cpp1733 for (unsigned int n_current_byte = unmodified_region_start_offset; in execute() local
1734 (n_current_byte < unmodified_region_start_offset + unmodified_region_size) && result_local; in execute()
1735 ++n_current_byte) in execute()
1737 … const unsigned int current_initial_data_offset = n_current_byte - unmodified_region_start_offset; in execute()
1739 const unsigned char found_value = result_data[n_current_byte]; in execute()
1751 << n_current_byte << "]; " in execute()
1774 for (unsigned int n_current_byte = modified_region_start_offset; in execute() local
1775 (n_current_byte < modified_region_start_offset + modified_region_size) && result_local; in execute()
1776 ++n_current_byte) in execute()
1778 const unsigned char component_offset = n_current_byte % 4; in execute()
[all …]