Lines Matching defs:textures
265 void PACK_APIENTRY crPackDeleteTexturesSWAP( GLsizei n, const GLuint *textures )
272 n*sizeof( *textures );
279 WRITE_DATA( i*sizeof(int) + 4, GLint, SWAP32(textures[i]) );
346 const GLuint *textures, const GLclampf *priorities )
351 n*sizeof( *textures ) +
359 WRITE_DATA( i*sizeof(int) + 4, GLint, SWAP32(textures[i]));
363 WRITE_DATA( i*sizeof(int) + 4 + n*sizeof( *textures ),
661 void PACK_APIENTRY crPackAreTexturesResidentSWAP( GLsizei n, const GLuint *textures, GLboolean *residences, GLboolean *return_val, int *writeback )
672 n*sizeof( *textures ) + /* textures */
681 WRITE_DATA( (i+1)*sizeof( int ) + 8, GLuint, SWAP32(textures[i]) );
683 WRITE_NETWORK_POINTER( sizeof( int ) + 8 + n*sizeof( *textures ), (void *) residences );
684 WRITE_NETWORK_POINTER( sizeof( int ) + 16 + n*sizeof( *textures ), (void *) return_val );
685 WRITE_NETWORK_POINTER( sizeof( int ) + 24 + n*sizeof( *textures ), (void *) writeback );