Lines Matching refs:extra
320 void* extra; in LoadDDS_FourCC() local
334 …TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Compressed, tdt, PreLoopFourC… in LoadDDS_FourCC()
341 void* extra; in LoadDDS_RGB565() local
342 …TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_8bit, TDT_RGB, PreLoopRGB565,… in LoadDDS_RGB565()
350 void* extra; in LoadDDS_RGB888() local
351 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_8bit, TDT_XRGB, in LoadDDS_RGB888()
361 void* extra = pARGB8888Struct; in LoadDDS_RGB8888() local
400 …TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_8bit, bAlpha ? TDT_ARGB : TDT… in LoadDDS_RGB8888()
436 void* extra; in LoadDDS_ABGR32F() local
437 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Float32, TDT_ARGB, in LoadDDS_ABGR32F()
445 void* extra; in LoadDDS_GR32F() local
446 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Float32, TDT_RG, in LoadDDS_GR32F()
455 void* extra; in LoadDDS_R32F() local
456 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Float32, TDT_R, in LoadDDS_R32F()
464 void* extra; in LoadDDS_R16F() local
465 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Float16, TDT_R, in LoadDDS_R16F()
474 void* extra; in LoadDDS_G16R16F() local
475 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Float16, TDT_RG, in LoadDDS_G16R16F()
484 void* extra; in LoadDDS_ABGR16F() local
485 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Float16, TDT_ARGB, in LoadDDS_ABGR16F()
494 void* extra; in LoadDDS_A4L4() local
495 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Compressed, TDT_RG, in LoadDDS_A4L4()
504 void* extra; in LoadDDS_A8L8() local
505 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Compressed, TDT_RG, in LoadDDS_A8L8()
514 void* extra; in LoadDDS_G8() local
515 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Compressed, TDT_XRGB, in LoadDDS_G8()
523 void* extra; in LoadDDS_AG8() local
524 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Compressed, TDT_ARGB, in LoadDDS_AG8()
532 void* extra; in LoadDDS_G16() local
533 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Compressed, TDT_XRGB, in LoadDDS_G16()
541 void* extra; in LoadDDS_A8() local
542 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_Compressed, TDT_ARGB, in LoadDDS_A8()
550 void* extra; in LoadDDS_ABGR16() local
551 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_16bit, TDT_ARGB, in LoadDDS_ABGR16()
560 void* extra; in LoadDDS_G16R16() local
561 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_16bit, TDT_RG, in LoadDDS_G16R16()
570 void* extra; in LoadDDS_ARGB1555() local
571 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_1555, TDT_ARGB, in LoadDDS_ARGB1555()
579 void* extra; in LoadDDS_ARGB4444() local
580 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_4444, TDT_ARGB, in LoadDDS_ARGB4444()
588 void* extra; in LoadDDS_R16() local
589 TU_Error err = GenericLoadFunction(pFile, pDDSD, pSurface, extra, CF_16bit, TDT_R, in LoadDDS_R16()