Searched refs:DstTexFace (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | blitfb.c | 31 static GLenum DstTexTarget = GL_TEXTURE_2D, DstTexFace = GL_TEXTURE_2D; variable in typeref:typename:GLenum 105 glGetTexImage(DstTexFace, DstTexLevel, GL_RGBA, GL_UNSIGNED_BYTE, buf); 207 glTexImage2D(DstTexFace, lvl, GL_RGBA8, w, h, 0, 220 DstTexFace, DstTex, DstTexLevel);
|
Completed in 1 milliseconds