Searched refs:writeBaseTypeToUnsignedChannel (Results 1 – 1 of 1) sorted by relevance
1905 void writeBaseTypeToUnsignedChannel(GLuint channel, GLdouble value, GLubyte* pixel) in writeBaseTypeToUnsignedChannel() function2224 writeBaseTypeToUnsignedChannel<GLubyte>(channel, value, pixel); in writeChannel()2227 writeBaseTypeToUnsignedChannel<GLushort>(channel, value, pixel); in writeChannel()2230 writeBaseTypeToUnsignedChannel<GLuint>(channel, value, pixel); in writeChannel()