Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp704 static Type unpackSizedComponentsRev(float value, int s1, int s2, int s3, int s4);
1291 Type RectangleTest::unpackSizedComponentsRev(float value, int s1, int s2, int s3, int s4) in unpackSizedComponentsRev() function in glcts::RectangleTest
1350 return unpackSizedComponentsRev<GLubyte>(value, 2, 3, 3, 0); in unpack_UNSIGNED_BYTE_2_3_3_REV()
1355 return unpackSizedComponentsRev<GLushort>(value, 5, 6, 5, 0); in unpack_UNSIGNED_SHORT_5_6_5_REV()
1360 return unpackSizedComponentsRev<GLushort>(value, 4, 4, 4, 4); in unpack_UNSIGNED_SHORT_4_4_4_4_REV()
1365 return unpackSizedComponentsRev<GLushort>(value, 1, 5, 5, 5); in unpack_UNSIGNED_SHORT_1_5_5_5_REV()
1375 return unpackSizedComponentsRev<GLuint>(value, 8, 8, 8, 8); in unpack_UNSIGNED_INT_8_8_8_8_REV()
1400 return unpackSizedComponentsRev<GLuint>(value, 2, 10, 10, 10); in unpack_UNSIGNED_INT_2_10_10_10_REV()