Lines Matching defs:textures
283 crPackDeleteTextures(GLsizei n, const GLuint * textures)
288 n * sizeof( *textures );
292 crMemcpy(data_ptr + 4, textures, n * sizeof(*textures));
360 crPackPrioritizeTextures(GLsizei n, const GLuint * textures,
366 n * sizeof(*textures) +
372 crMemcpy(data_ptr + 4, textures, n * sizeof(*textures));
373 crMemcpy(data_ptr + 4 + n * sizeof(*textures),
697 crPackAreTexturesResident(GLsizei n, const GLuint * textures,
710 n * sizeof(*textures) + /* textures */
717 crMemcpy(data_ptr + 12, textures, n * sizeof(*textures));
718 WRITE_NETWORK_POINTER(12 + n * sizeof(*textures), (void *) residences);
719 WRITE_NETWORK_POINTER(20 + n * sizeof(*textures), (void *) writeback);