Searched defs:t_value (Results 1 – 1 of 1) sorted by relevance
1663 const T t_value = ptr[channel]; in readBaseTypeFromUnsignedChannel() local1686 const T t_value = ptr[channel]; in readBaseTypeFromSignedChannel() local1703 const GLfloat t_value = ptr[channel]; in readBaseTypeFromFloatChannel() local1750 const T t_value = ptr[0]; in read3Channel() local1811 const T t_value = ptr[0]; in read4Channel() local1911 const T t_value = (T)d_value; in writeBaseTypeToUnsignedChannel() local1935 const T t_value = (T)d_value; in writeBaseTypeToSignedChannel() local1950 const GLfloat t_value = (GLfloat)value; in writeBaseTypeToFloatChannel() local2024 const T t_value = (T)d_value; in write3Channel() local2091 const T t_value = (T)d_value; in write4Channel() local