Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp1678 void readBaseTypeFromSignedChannel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in readBaseTypeFromSignedChannel() function
2162 readBaseTypeFromSignedChannel<GLbyte>(channel, pixel, value); in readChannel()
2165 readBaseTypeFromSignedChannel<GLshort>(channel, pixel, value); in readChannel()
2168 readBaseTypeFromSignedChannel<GLint>(channel, pixel, value); in readChannel()