Searched refs:unpackSizedComponents (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 701 static Type unpackSizedComponents(float value, int s1, int s2, int s3, int s4); 1277 Type RectangleTest::unpackSizedComponents(float value, int s1, int s2, int s3, int s4) in unpackSizedComponents() function in glcts::RectangleTest 1344 return unpackSizedComponents<GLubyte>(value, 3, 3, 2, 0); in unpack_UNSIGNED_BYTE_3_3_2() 1369 return unpackSizedComponents<GLuint>(value, 8, 8, 8, 8); in unpack_UNSIGNED_INT_8_8_8_8() 1379 return unpackSizedComponents<GLuint>(value, 10, 10, 10, 2); in unpack_UNSIGNED_INT_10_10_10_2() 1384 return unpackSizedComponents<GLushort>(value, 5, 6, 5, 0); in unpack_UNSIGNED_SHORT_5_6_5() 1389 return unpackSizedComponents<GLushort>(value, 4, 4, 4, 4); in unpack_UNSIGNED_SHORT_4_4_4_4() 1394 return unpackSizedComponents<GLushort>(value, 5, 5, 5, 1); in unpack_UNSIGNED_SHORT_5_5_5_1() 1404 return unpackSizedComponents<GLuint>(value, 24, 8, 0, 0); in unpack_UNSIGNED_INT_24_8()
|