Searched refs:unpackSizedComponents (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcPackedPixelsTests.cpp | 980 static Type unpackSizedComponents(float value, int s1, int s2, int s3, int s4); 1557 Type RectangleTest::unpackSizedComponents(float value, int s1, int s2, int s3, int s4) in unpackSizedComponents() function in glcts::RectangleTest 1624 return unpackSizedComponents<GLubyte>(value, 3, 3, 2, 0); in unpack_UNSIGNED_BYTE_3_3_2() 1649 return unpackSizedComponents<GLuint>(value, 8, 8, 8, 8); in unpack_UNSIGNED_INT_8_8_8_8() 1659 return unpackSizedComponents<GLuint>(value, 10, 10, 10, 2); in unpack_UNSIGNED_INT_10_10_10_2() 1664 return unpackSizedComponents<GLushort>(value, 5, 6, 5, 0); in unpack_UNSIGNED_SHORT_5_6_5() 1669 return unpackSizedComponents<GLushort>(value, 4, 4, 4, 4); in unpack_UNSIGNED_SHORT_4_4_4_4() 1674 return unpackSizedComponents<GLushort>(value, 5, 5, 5, 1); in unpack_UNSIGNED_SHORT_5_5_5_1() 1684 return unpackSizedComponents<GLuint>(value, 24, 8, 0, 0); in unpack_UNSIGNED_INT_24_8()
|