Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp1905 void writeBaseTypeToUnsignedChannel(GLuint channel, GLdouble value, GLubyte* pixel) in writeBaseTypeToUnsignedChannel() function
2224 writeBaseTypeToUnsignedChannel<GLubyte>(channel, value, pixel); in writeChannel()
2227 writeBaseTypeToUnsignedChannel<GLushort>(channel, value, pixel); in writeChannel()
2230 writeBaseTypeToUnsignedChannel<GLuint>(channel, value, pixel); in writeChannel()