Home
last modified time | relevance | path

Searched refs:writeBaseTypeToSignedChannel (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp1927 void writeBaseTypeToSignedChannel(GLuint channel, GLdouble value, GLubyte* pixel) in writeBaseTypeToSignedChannel() function
2233 writeBaseTypeToSignedChannel<GLbyte>(channel, value, pixel); in writeChannel()
2236 writeBaseTypeToSignedChannel<GLshort>(channel, value, pixel); in writeChannel()
2239 writeBaseTypeToSignedChannel<GLint>(channel, value, pixel); in writeChannel()