Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DUnpackAlignmentTest.cpp90 void testAlignment(int alignment, unsigned int offset, GLenum format, GLenum type) in testAlignment() function in __anon952f8acd0111::UnpackAlignmentTest
140 testAlignment(1, 7 * 4, GL_RGBA, GL_UNSIGNED_BYTE); in TEST_P()
145 testAlignment(1, 7 * 3, GL_RGB, GL_UNSIGNED_BYTE); in TEST_P()
150 testAlignment(1, 7 * 2, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4); in TEST_P()
155 testAlignment(1, 7 * 2, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1); in TEST_P()
160 testAlignment(1, 7 * 2, GL_RGB, GL_UNSIGNED_SHORT_5_6_5); in TEST_P()
165 testAlignment(1, 7 * 2, GL_LUMINANCE_ALPHA, GL_UNSIGNED_BYTE); in TEST_P()
170 testAlignment(1, 7, GL_LUMINANCE, GL_UNSIGNED_BYTE); in TEST_P()
175 testAlignment(1, 7, GL_ALPHA, GL_UNSIGNED_BYTE); in TEST_P()
180 testAlignment(2, 7 * 4, GL_RGBA, GL_UNSIGNED_BYTE); in TEST_P()
[all …]
/external/gptfdisk/
Dgpt.cc214 uint32_t i, numSegments, testAlignment = sectorAlignment; in Verify() local
404 testAlignment = physBlockSize / blockSize; in Verify()
405 testAlignment = max(testAlignment, sectorAlignment); in Verify()
406 if (testAlignment == 0) // Should not happen; just being paranoid. in Verify()
407 testAlignment = sectorAlignment; in Verify()
409 if ((partitions[i].IsUsed()) && (partitions[i].GetFirstLBA() % testAlignment) != 0) { in Verify()
411 << testAlignment << "-sector boundary. This may\nresult " in Verify()
/external/autotest/server/cros/tradefed/tradefed_utils_unittest_data/
DCtsWidgetTestCases.txt1102 …45:11 D/ModuleListener: ModuleListener.testStarted(android.widget.cts.GridLayoutTest#testAlignment)
1103 …:11 D/ModuleListener: ModuleListener.testEnded(android.widget.cts.GridLayoutTest#testAlignment, {})
1104 …WidgetTestCases chromeos2-row4-rack6-host8:22] android.widget.cts.GridLayoutTest#testAlignment pass