Searched refs:texType (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | fbo_firecube.c | 158 static GLint texType = 0; variable in typeref:typename:GLint 567 printstring(GLUT_BITMAP_HELVETICA_18, texNames[texType]); 601 texFormats[texType], texTypes[texType], NULL); 657 if (++texType > 16) 658 texType = 0; 963 texFormats[texType], texTypes[texType], NULL);
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis310_accel.c | 1527 CARD32 texType, CARD32 dstType, 1529 int texType, 1540 int bppshift = PICT_FORMAT_BPP(texType) >> 4; /* 8->0, 16->1, 32->2 */ 1545 texType, op, width, height, texPitch); 1562 texType, op, width, height, texPitch, sizeNeeded, sbpp, sbppshift, bppshift); 1524 SiSSetupForCPUToScreenTexture(ScrnInfoPtr pScrn,int op,CARD32 texType,CARD32 dstType,CARD8 * texPtr,int texPitch,int width,int height,int flags) argument
|
| /xsrc/external/mit/xf86-video-crime/dist/src/ |
| H A D | crime_accel.c | 872 int texType, 896 if (texType == PICT_a8b8g8r8) { 903 fPtr->format = texType; 1016 int texType, 1038 if (PICT_FORMAT_BPP(texType) == 32) { 1044 fPtr->texture_depth = PICT_FORMAT_BPP(texType); 1052 fPtr->format = texType; 869 CrimeSetupForCPUToScreenTexture(ScrnInfoPtr pScrn,int op,int texType,CARD8 * texPtr,int texPitch,int width,int height,int flags) argument 1013 CrimeSetupForCPUToScreenTextureMask(ScrnInfoPtr pScrn,int op,int texType,CARD8 * srcPtr,int srcPitch,CARD8 * mskPtr,int mskPitch,int width,int height,int flags) argument
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaa.h | 1314 int texType,
|
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga_storm.c | 201 int texType, CARD8 *texPtr, int texPitch, int width, int height, 469 int texType, 466 MGASetupForCPUToScreenTexture(ScrnInfoPtr pScrn,int op,int texType,CARD8 * texPtr,int texPitch,int width,int height,int flags) argument
|
Completed in 14 milliseconds