Searched defs:t_value (Results 1 – 5 of 5) sorted by relevance
73 auto t_value = std::max(std::max(t_red, t_blue), t_green); in ComputeFloat() local101 auto t_value = std::max(std::max(t_red, t_blue), t_green); in ComputeHalf() local
301 const T t_value = (T)d_value; in writeToUnsignedChannel() local315 const T t_value = (T)d_value; in writeToSignedChannel() local324 const glw::GLfloat t_value = (glw::GLfloat)col; in writeToFloatChannel() local379 const T t_value = (T)d_value; in write3Channel() local433 const T t_value = (T)d_value; in write4Channel() local528 const T t_value = (T)d_value; in setUnsignedRefcolour() local550 const T t_value = (T)d_value; in setSignedRefcolour() local570 unsigned int t_value = (unsigned int)d_value; in setRGB10A2Refcolour() local
56 auto t_value = std::max(std::max(t_red, t_blue), t_green); in DoCompute() local
1656 const T t_value = ptr[channel]; in readBaseTypeFromUnsignedChannel() local1679 const T t_value = ptr[channel]; in readBaseTypeFromSignedChannel() local1696 const GLfloat t_value = ptr[channel]; in readBaseTypeFromFloatChannel() local1743 const T t_value = ptr[0]; in read3Channel() local1804 const T t_value = ptr[0]; in read4Channel() local1903 const T t_value = (T)d_value; in writeBaseTypeToUnsignedChannel() local1927 const T t_value = (T)d_value; in writeBaseTypeToSignedChannel() local1942 const GLfloat t_value = (GLfloat)value; in writeBaseTypeToFloatChannel() local2016 const T t_value = (T)d_value; in write3Channel() local2083 const T t_value = (T)d_value; in write4Channel() local
53 static char *t_value = 0; variable