Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp1938 void writeBaseTypeToUnsignedChannel(GLuint channel, GLdouble value, GLubyte *pixel) in writeBaseTypeToUnsignedChannel() function
2255 writeBaseTypeToUnsignedChannel<GLubyte>(channel, value, pixel); in writeChannel()
2258 writeBaseTypeToUnsignedChannel<GLushort>(channel, value, pixel); in writeChannel()
2261 writeBaseTypeToUnsignedChannel<GLuint>(channel, value, pixel); in writeChannel()