Searched defs:tmpRow (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dpixel.c237 * Pack src pixel data into tmpRow array as either GLfloat[][1] or
242 GLsizei width, GLfloat *tmpRow)
258 tmpRow[i] = (GLfloat) bSrc[i];
262 tmpRow[i] = (GLfloat) ubSrc[i];
266 tmpRow[i] = (GLfloat) sSrc[i];
270 tmpRow[i] = (GLfloat) usSrc[i];
274 tmpRow[i] = (GLfloat) iSrc[i];
278 tmpRow[i] = (GLfloat) uiSrc[i];
282 tmpRow[i] = fSrc[i];
286 tmpRow[
241 get_row(const char *src, GLenum srcFormat, GLenum srcType, GLsizei width, GLfloat *tmpRow) argument
868 put_row(char *dst, GLenum dstFormat, GLenum dstType, GLsizei width, GLfloat *tmpRow) argument
1623 GLfloat *tmpRow = crAlloc( 4 * width * sizeof(GLfloat) ); local
[all...]

Completed in 33 milliseconds