Lines Matching refs:makeBufferPackedInt
763 void makeBufferPackedInt(const GLvoid* gradient, const PixelFormat& format, int elementCount,
2639 makeBufferPackedInt(gradient, format, elementCount, pack_UNSIGNED_SHORT_5_6_5_INT, result); in getFloatBuffer()
2647 makeBufferPackedInt(gradient, format, elementCount, pack_UNSIGNED_SHORT_4_4_4_4_INT, result); in getFloatBuffer()
2655 makeBufferPackedInt(gradient, format, elementCount, pack_UNSIGNED_SHORT_5_5_5_1_INT, result); in getFloatBuffer()
2663 … makeBufferPackedInt(gradient, format, elementCount, pack_UNSIGNED_INT_2_10_10_10_REV_INT, result); in getFloatBuffer()
2683 makeBufferPackedInt(gradient, format, elementCount, pack_UNSIGNED_BYTE_3_3_2_INT, result); in getFloatBuffer()
2691 makeBufferPackedInt(gradient, format, elementCount, pack_UNSIGNED_BYTE_2_3_3_REV_INT, result); in getFloatBuffer()
2699 makeBufferPackedInt(gradient, format, elementCount, pack_UNSIGNED_SHORT_5_6_5_REV_INT, result); in getFloatBuffer()
2707 makeBufferPackedInt(gradient, format, elementCount, pack_UNSIGNED_SHORT_4_4_4_4_REV_INT, result); in getFloatBuffer()
2715 makeBufferPackedInt(gradient, format, elementCount, pack_UNSIGNED_SHORT_1_5_5_5_REV_INT, result); in getFloatBuffer()
2723 makeBufferPackedInt(gradient, format, elementCount, pack_UNSIGNED_INT_8_8_8_8_INT, result); in getFloatBuffer()
2731 makeBufferPackedInt(gradient, format, elementCount, pack_UNSIGNED_INT_8_8_8_8_REV_INT, result); in getFloatBuffer()
2739 makeBufferPackedInt(gradient, format, elementCount, pack_UNSIGNED_INT_10_10_10_2_INT, result); in getFloatBuffer()
2849 void RectangleTest::makeBufferPackedInt(const GLvoid* gradient, const PixelFormat& format, int ele… in makeBufferPackedInt() function in glcts::RectangleTest