Searched refs:writeBaseTypeToSignedChannel (Results 1 – 1 of 1) sorted by relevance
1927 void writeBaseTypeToSignedChannel(GLuint channel, GLdouble value, GLubyte* pixel) in writeBaseTypeToSignedChannel() function2233 writeBaseTypeToSignedChannel<GLbyte>(channel, value, pixel); in writeChannel()2236 writeBaseTypeToSignedChannel<GLshort>(channel, value, pixel); in writeChannel()2239 writeBaseTypeToSignedChannel<GLint>(channel, value, pixel); in writeChannel()