Home
last modified time | relevance | path

Searched defs:t_value (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp1663 const T t_value = ptr[channel]; in readBaseTypeFromUnsignedChannel() local
1686 const T t_value = ptr[channel]; in readBaseTypeFromSignedChannel() local
1703 const GLfloat t_value = ptr[channel]; in readBaseTypeFromFloatChannel() local
1750 const T t_value = ptr[0]; in read3Channel() local
1811 const T t_value = ptr[0]; in read4Channel() local
1911 const T t_value = (T)d_value; in writeBaseTypeToUnsignedChannel() local
1935 const T t_value = (T)d_value; in writeBaseTypeToSignedChannel() local
1950 const GLfloat t_value = (GLfloat)value; in writeBaseTypeToFloatChannel() local
2024 const T t_value = (T)d_value; in write3Channel() local
2091 const T t_value = (T)d_value; in write4Channel() local